Skip to content

Commit c78ca0e

Browse files
authored
Update hedgehog (#180)
* Update hedgehog * Add changelog entry
1 parent 08ad881 commit c78ca0e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sel/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* (Internal) Add constant-time Eq, use Scoped for internals [#169](https://github.com/haskell-cryptography/libsodium-bindings/pull/169)
1010
* Cleanup, allow more versions of `tasty` [#168](https://github.com/haskell-cryptography/libsodium-bindings/pull/168)
1111
* (Internal) Add `Scoped` for better readability of nested continuations [#167](https://github.com/haskell-cryptography/libsodium-bindings/pull/167)
12+
* Update hedgehog [#180](https://github.com/haskell-cryptography/libsodium-bindings/pull/180)
1213

1314
## sel-0.0.2.0
1415

sel/sel.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ test-suite sel-tests
114114
base,
115115
base16,
116116
bytestring,
117-
hedgehog ^>=1.4,
117+
hedgehog >=1.4,
118118
libsodium-bindings,
119119
sel,
120120
tasty >=1.4 && <1.6,

0 commit comments

Comments
 (0)