Skip to content

Releases: input-output-hk/hedgehog-extras

Release v0.10.1.0

03 Nov 21:56
c113083

Choose a tag to compare

c113083 Release version 0.10.1.0
53b53dc Make workflow mandatory, fix build issues
7a0a923 Bump tar-0.8, and update upper bounds on deprecated constraints
7bf3aa9 Remove dependency on microlens and generic-lens
6013629 Remove dependency on hw-prelude
f8a8570 chore: update copyright year to 2025
520efac ci(cabal-outdated): fail workflow when outdated dependencies are detected
1e15378 docs: add comprehensive README with project documentation
83bff83 ci: add automated hackage publishing and streamline release workflow
9eb74d4 chore: add upper bounds to dependencies for PVP compliance
a6120b2 ci: add automated workflow for checking outdated dependencies
550e322 fix(test): improve variable naming for test assertion clarity

Release v0.9.0.0

23 Jun 14:52
60ed9f1

Choose a tag to compare

60ed9f1 New version hedgehog-extras-0.9.0.0
3ffcb85 Fix hanging problem with moduleWorkspace
da9c23e Make binDist search components recursively
903031b Delete h

Release v0.8.0.0

14 Jun 04:23
1e75391

Choose a tag to compare

1e75391 New version hedgehog-extras-0.8.0.0
f1c3726 New testUnitIO function

Release v0.7.2.0

07 Jun 03:23

Choose a tag to compare

b813e9d New version hedgehog-extras-0.7.2.0
1e41d7a Add MonadAssertion instance to UnitIO

Release v0.7.1.0

06 Jun 14:10

Choose a tag to compare

674d402 New version hedgehog-0.7.1.0
0b2dd3e Re-export MonadBaseControl, bracket_ and bracket
6609c4c New assertion functions tryAssertion, assertFailure and assertFailure_
332c768 Re-export Golden module from Test module
7852922 Add diffVsGoldenFileExcludeTrace function
61b2b12 Thread safe golden test support
e7ae50a New UnitIO monad
5998a49 Move orphans to own file
f4e5f08 Fix haddock for byDeadline and byDuration
13ee010 Fix haddock for threadDelay
84ae0ba Define expectFailure in terms of expectFailureWith
d69534a Add expectFailureWith combinator and tests
d25a04a Generalize resulting monad in expectFailure
64650e8 Add expectFailure combinator
1139246 Make the GitHub page workflow manually triggerable (workflow_dispatch)
4a0d293 Detail: fix a warning in the Haskell pipeline
97cac60 Align haddock pipeline with Haskell pipeline
ee17d4c Process: more informative error message when plan.json does not exist
34ca73f Loosen base version, to allow building with GHC 9.12
83e26c4 Haskell CI: simplify build workflow, using cardano-cli's CI as guidance
e3d0488 Haskell CI: reduce number of shellcheck warnings

Release v0.7.0.0

19 Mar 13:43

Choose a tag to compare

a8120b8 New version hedgehog-extras-0.7.0.0

Release v0.6.5.1

20 Nov 11:38
0d9784e

Choose a tag to compare

0d9784e New version hedgehog-extras-0.6.5.1
bdd89f7 Enforce UTF-8 encoding on reading and writing files
40bd9e5 Improve error reporting when calling binaries from plan.json
b198836 Make workspace cleanup retry on failure
40da3c7 Update GH actions artifact to v4
3eacfac Add pretty annotating functions

Release v0.6.5.0

27 Jul 08:51
2a7d307

Choose a tag to compare

2a7d307 New version hedgehog-extras-0.6.5.0
0496d99 CI: Add ghc-9,.10 to the build matrix
1d4468c Make it build with ghc-9.10

Release v0.6.4.0

16 May 12:03
cfc8815

Choose a tag to compare

cfc8815 New version hedgehog-extras-0.6.4.0
93b7480 Add missing HasCallStack to writeGoldenFile, reportGoldenFileMissing, checkAgainstGoldenFile
4614d65 Use removePathForcibly to remove directories

Release v0.6.2.0

23 Apr 08:42
ff7d2f0

Choose a tag to compare

ff7d2f0 New version hedgehog-extras-0-.6.2.0
2c75711 New randomPort, reserveRandomPort and portInUse functions
968ef14 Apply suggestions from code review
f2e3ccb Remove double space and add quotes
95117ed Apply suggestions from code review
4aedf6a Add test to ensure a directory exists (assertDirectoryExists)
dc49b05 Add test to ensure a directory doesn't exist (assertDirectoryMissing)