Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
Builds fine
  • Loading branch information
Vekhir authored and felixonmars committed Feb 1, 2024
1 parent 549cc79 commit 9e9c0c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch-hs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ common common-options
, arch-web ^>=0.2
, base >=4.12 && <5
, bytestring
, Cabal >=3.2 && <3.9
, Cabal >=3.2 && <3.11
, conduit ^>=1.3.2
, conduit-extra ^>=1.3.5
, containers
, deepseq ^>=1.4.4
, deepseq ^>=1.4.4 || ^>=1.5.0
, Diff ^>=0.4.0
, directory ^>=1.3.6
, filepath ^>=1.4.2
Expand All @@ -63,7 +63,7 @@ common common-options
, servant-client >=0.18.2 && <0.21
, split ^>=0.2.3
, tar-conduit ^>=0.3.2 || ^>=0.4.0
, template-haskell ^>=2.16.0 || ^>=2.17.0 || ^>=2.18.0 || ^>=2.19.0
, template-haskell ^>=2.16.0 || ^>=2.17.0 || ^>=2.18.0 || ^>=2.19.0 || ^>=2.20.0 || ^>=2.21.0
, text

ghc-options:
Expand Down

0 comments on commit 9e9c0c2

Please sign in to comment.