We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ccae1 commit abe8888Copy full SHA for abe8888
arch-hs.cabal
@@ -36,7 +36,7 @@ flag alpm
36
37
common common-options
38
build-depends:
39
- , aeson ^>=1.5.4
+ , aeson >=1.5.4 && <2.1
40
, algebraic-graphs >=0.5 && <0.7
41
, arch-web ^>=0.1.0
42
, base >=4.12 && <5
@@ -57,10 +57,10 @@ common common-options
57
, microlens-th ^>=0.4.3
58
, neat-interpolation ^>=0.5.1
59
, optparse-simple ^>=0.1.1.3
60
- , polysemy ^>=1.5.0 || ^>=1.6.0 || ^>= 1.7.0
+ , polysemy >=1.5.0 && <1.7.2
61
, prettyprinter ^>=1.7.0
62
, prettyprinter-ansi-terminal ^>=1.1.2
63
- , servant-client ^>=0.18.2
+ , servant-client >=0.18.2 && <0.20
64
, split ^>=0.2.3
65
, tar-conduit ^>=0.3.2
66
, template-haskell ^>=2.16.0 || ^>=2.17.0
0 commit comments