Skip to content

Commit 58e5b67

Browse files
committed
Remove constraint on random, introduced in earlier commit.
1 parent 038da56 commit 58e5b67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gren.cabal

+1-2
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,7 @@ Test-Suite gren-tests
260260
text >= 2 && < 3,
261261
utf8-string,
262262
bytestring >= 0.11 && < 0.12,
263-
hspec >= 2.7.10 && < 3,
264-
random < 1.3
263+
hspec >= 2.7.10 && < 3
265264

266265
Build-Tool-Depends:
267266
hspec-discover:hspec-discover >= 2.7.10 && < 3

0 commit comments

Comments
 (0)