Skip to content

Commit abe8888

Browse files
committed
Update dependencies
1 parent 70ccae1 commit abe8888

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch-hs.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ flag alpm
3636

3737
common common-options
3838
build-depends:
39-
, aeson ^>=1.5.4
39+
, aeson >=1.5.4 && <2.1
4040
, algebraic-graphs >=0.5 && <0.7
4141
, arch-web ^>=0.1.0
4242
, base >=4.12 && <5
@@ -57,10 +57,10 @@ common common-options
5757
, microlens-th ^>=0.4.3
5858
, neat-interpolation ^>=0.5.1
5959
, optparse-simple ^>=0.1.1.3
60-
, polysemy ^>=1.5.0 || ^>=1.6.0 || ^>= 1.7.0
60+
, polysemy >=1.5.0 && <1.7.2
6161
, prettyprinter ^>=1.7.0
6262
, prettyprinter-ansi-terminal ^>=1.1.2
63-
, servant-client ^>=0.18.2
63+
, servant-client >=0.18.2 && <0.20
6464
, split ^>=0.2.3
6565
, tar-conduit ^>=0.3.2
6666
, template-haskell ^>=2.16.0 || ^>=2.17.0

0 commit comments

Comments
 (0)