Skip to content

Commit d3d2796

Browse files
authored
Merge pull request #51 from jasagredo/js/restrict-random
Add upper bound for `random`
2 parents 4e70e44 + 6f3f008 commit d3d2796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuddle.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ library
7575
, ordered-containers
7676
, parser-combinators
7777
, prettyprinter
78-
, random
78+
, random <1.3
7979
, text
8080

8181
hs-source-dirs: src

0 commit comments

Comments
 (0)