Skip to content

Commit 5154132

Browse files
committed
Added all dependency version ranges
1 parent ff8192c commit 5154132

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

json-rpc-server.cabal

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ executable demo
4444
main-is: Demo.hs
4545
hs-source-dirs: demo
4646
if flag (demo)
47-
build-depends: base,
47+
build-depends: base >=4.5 && <4.7,
4848
json-rpc-server,
49-
mtl,
49+
mtl >=2.1 && <2.2,
5050
happstack-server >=7.3 && <7.4
5151
ghc-options: -Wall
5252
else
@@ -57,15 +57,15 @@ test-suite tests
5757
main-is: TestSuite.hs
5858
other-modules: TestTypes
5959
type: exitcode-stdio-1.0
60-
build-depends: base,
60+
build-depends: base >=4.5 && <4.7,
6161
json-rpc-server,
6262
HUnit >=1.2 && <1.3,
6363
test-framework >=0.7 && <0.9,
6464
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
7171
ghc-options: -Wall -fno-warn-incomplete-patterns

0 commit comments

Comments
 (0)