Skip to content

Releases: input-output-hk/hedgehog-extras

Release v0.6.5.0

27 Jul 08:51
2a7d307
Compare
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
Compare
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
Compare
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)

Release v0.6.1.0

14 Feb 08:16
Compare
Choose a tag to compare

56cb839 New version hedgehog-extras-0.6.1.0
7c0b9e5 #39 Lower bound on aeson
7d48cfa Lower aeson bound
25fecf8 Allow reading files into any FromJSON
8a40189 Remove double printing of a command with its arguments

Release v0.6.0.1

23 Jan 08:31
a7bb132
Compare
Choose a tag to compare

a7bb132 New version hedgehog-extras-0.6.0.1
3ab41d9 Fix missing stderr in failed commands

Release v0.6.0.0

16 Jan 12:59
Compare
Choose a tag to compare

13509fb New version 0.6.0.0
5874f50 Add concurrency abstractions from lifted-async and lifted-base
06f32cd Add exec variant that allows a negative call (#55)

Release v0.5.1.0

03 Jan 13:55
fdbed5a
Compare
Choose a tag to compare

fdbed5a New version 0.5.1.0
b09f7cc Use MultiwayIf to simplify code
1b41ea3 New RECREATE_GOLDEN_FILES which will causes golden tests to always create golden files replacing any existing golden files
0016f0b Add upper bound to tar

Release v0.5.0.0

23 Nov 12:26
Compare
Choose a tag to compare

1ec284b New version 0.5.0.0

Release v0.4.8.0

21 Nov 10:52
Compare
Choose a tag to compare

830c201 New version hedgehog-extras-0.4.8.0
e8ae834 Remove unused import
3838c62 CI: Add ghc-9.8.1 to build matrix
aa06674 Make it build with ghc-9.8

Release v0.4.7.1

05 Oct 00:41
47df6f4
Compare
Choose a tag to compare

47df6f4 New version hedgehog-extras-0.4.7.1
42505e3 Remove dependency on hw-aeson