Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Relax Haskell dependencies to allow LTS-19 packages
  • Loading branch information
apoikos committed Dec 8, 2022
1 parent b279fa7 commit 4f8d61e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cabal/ganeti.template.cabal
Expand Up @@ -63,14 +63,14 @@ library
, unix >= 2.5.1.0
, utf8-string >= 0.3.7

, attoparsec >= 0.10.1.1 && < 0.14
, base64-bytestring >= 1.0.0.1 && < 1.2
, attoparsec >= 0.10.1.1 && < 0.15
, base64-bytestring >= 1.0.0.1 && < 1.3
, case-insensitive >= 0.4.0.1 && < 1.3
, curl >= 1.3.7 && < 1.4
, hinotify >= 0.3.2 && < 0.5
, hslogger >= 1.1.4 && < 1.4
, json >= 0.5 && < 1.0
, lens >= 3.10 && < 5.0
, lens >= 3.10 && < 6.0
, lifted-base >= 0.2.0.3 && < 0.3
, monad-control >= 0.3.1.3 && < 1.1
, parallel >= 3.2.0.2 && < 3.3
Expand Down

0 comments on commit 4f8d61e

Please sign in to comment.