We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7dd3c commit c301d2aCopy full SHA for c301d2a
tttool.cabal
@@ -2,7 +2,7 @@
2
-- documentation, see http://haskell.org/cabal/users-guide/
3
4
name: tttool
5
-version: 1.4
+version: 1.4.0.1
6
synopsis: Working with files for the Tiptoi® pen
7
description: The Ravensburger Tiptoi® pen is programmed via special
8
files. Their file format has been reverse engineered; this
@@ -67,7 +67,7 @@ executable tttool
67
parsec == 3.1.*,
68
process == 1.1.* || == 1.2.*,
69
process-extras >= 0.2 && < 0.4,
70
- random == 1.0.*,
+ random >= 1.0 && < 1.2,
71
vector == 0.10.*,
72
yaml == 0.8.*
73
0 commit comments