Skip to content

Commit

Permalink
Hide System.Random.Seed module
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Dec 27, 2024
1 parent f6de6d5 commit 499b17e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion random.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ library
exposed-modules:
System.Random
System.Random.Internal
System.Random.Seed
System.Random.Stateful
other-modules:
System.Random.Array
System.Random.Seed
System.Random.GFinite

hs-source-dirs: src
Expand Down
1 change: 0 additions & 1 deletion src/System/Random/Seed.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{-# LANGUAGE AllowAmbiguousTypes #-}
{-# LANGUAGE BangPatterns #-}
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DefaultSignatures #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE ScopedTypeVariables #-}
Expand Down

0 comments on commit 499b17e

Please sign in to comment.