Skip to content

Commit bd64caa

Browse files
committed
Added Cabal version bounds
1 parent 429a3ef commit bd64caa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lambda-buffers-compiler/lambda-buffers-compiler.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,14 @@ test-suite tests
155155
build-depends:
156156
, containers >=0.6
157157
, generic-lens >=2.2
158-
, hedgehog
158+
, hedgehog >=1.2
159159
, lambda-buffers-compiler
160160
, lambda-buffers-compiler-pb >=0.1
161-
, nonempty-containers
161+
, nonempty-containers >=0.3
162162
, proto-lens >=0.7
163163
, QuickCheck >=2.14
164164
, tasty >=1.4
165-
, tasty-hedgehog
165+
, tasty-hedgehog >=1.4
166166
, tasty-hunit >=0.10
167167
, tasty-quickcheck >=0.10
168168
, text >=1.2

0 commit comments

Comments
 (0)