Skip to content

Commit

Permalink
Export Hedgehog.Internal.Seed.seed
Browse files Browse the repository at this point in the history
This e.g. allows you to control the output of `sample` when writing
documentation / doctests.
  • Loading branch information
sol authored and moodmosaic committed May 19, 2023
1 parent 3fee0d3 commit ad75bea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 1.2.1 (unreleased)

* Export `Hedgehog.Internal.Seed.seed` ([#477][477], [@sol][sol])

## Version 1.2 (2022-08-28)

* Allow skipping to a specific test number or shrink result ([#454][454], [@ChickenProp][ChickenProp])
Expand Down
1 change: 1 addition & 0 deletions hedgehog/src/Hedgehog/Internal/Seed.hs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ module Hedgehog.Internal.Seed (
, mix64variant13
, mix32
, mixGamma
, global
) where

import Control.Monad.IO.Class (MonadIO(..))
Expand Down

0 comments on commit ad75bea

Please sign in to comment.