File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ executable demo
44
44
main-is : Demo.hs
45
45
hs-source-dirs : demo
46
46
if flag (demo)
47
- build-depends : base,
47
+ build-depends : base >= 4.5 && < 4.7 ,
48
48
json-rpc-server,
49
- mtl,
49
+ mtl >= 2.1 && < 2.2 ,
50
50
happstack-server >= 7.3 && < 7.4
51
51
ghc-options : -Wall
52
52
else
@@ -57,15 +57,15 @@ test-suite tests
57
57
main-is : TestSuite.hs
58
58
other-modules : TestTypes
59
59
type : exitcode-stdio-1.0
60
- build-depends : base,
60
+ build-depends : base >= 4.5 && < 4.7 ,
61
61
json-rpc-server,
62
62
HUnit >= 1.2 && < 1.3 ,
63
63
test-framework >= 0.7 && < 0.9 ,
64
64
test-framework-hunit >= 0.3 && < 0.4 ,
65
- aeson,
66
- bytestring,
67
- mtl,
68
- text,
69
- vector,
70
- unordered-containers
65
+ aeson >= 0.6 && < 0.8 ,
66
+ bytestring >= 0.9 && < 0.11 ,
67
+ mtl >= 2.1 && < 2.2 ,
68
+ text >= 0.11 && < 0.12 ,
69
+ vector >= 0.8 && < 0.11 ,
70
+ unordered-containers >= 0.1 && < 0.3
71
71
ghc-options : -Wall -fno-warn-incomplete-patterns
You can’t perform that action at this time.
0 commit comments