Skip to content

Commit c301d2a

Browse files
committed
Allow random-1.1
1 parent 8d7dd3c commit c301d2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tttool.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- documentation, see http://haskell.org/cabal/users-guide/
33

44
name: tttool
5-
version: 1.4
5+
version: 1.4.0.1
66
synopsis: Working with files for the Tiptoi® pen
77
description: The Ravensburger Tiptoi® pen is programmed via special
88
files. Their file format has been reverse engineered; this
@@ -67,7 +67,7 @@ executable tttool
6767
parsec == 3.1.*,
6868
process == 1.1.* || == 1.2.*,
6969
process-extras >= 0.2 && < 0.4,
70-
random == 1.0.*,
70+
random >= 1.0 && < 1.2,
7171
vector == 0.10.*,
7272
yaml == 0.8.*
7373

0 commit comments

Comments
 (0)