File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 9
9
* (Internal) Add constant-time Eq, use Scoped for internals [ #169 ] ( https://github.com/haskell-cryptography/libsodium-bindings/pull/169 )
10
10
* Cleanup, allow more versions of ` tasty ` [ #168 ] ( https://github.com/haskell-cryptography/libsodium-bindings/pull/168 )
11
11
* (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 )
12
13
13
14
## sel-0.0.2.0
14
15
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ test-suite sel-tests
114
114
base,
115
115
base16,
116
116
bytestring,
117
- hedgehog ^ >= 1.4 ,
117
+ hedgehog >= 1.4 ,
118
118
libsodium-bindings,
119
119
sel,
120
120
tasty >= 1.4 && < 1.6 ,
You can’t perform that action at this time.
0 commit comments