Update dependencies versions

This commit is contained in:
Tissevert 2023-07-31 19:32:31 +02:00
parent 7e7d7e0804
commit 7a9c1a65c2
1 changed files with 5 additions and 5 deletions

View File

@ -50,15 +50,15 @@ library
, Pretty , Pretty
, RSS , RSS
-- other-extensions: -- other-extensions:
build-depends: aeson >= 1.2.0 && < 1.6 build-depends: aeson >= 1.2.0 && < 2.1
, base >= 4.9.1 && < 4.15 , base >= 4.9.1 && < 4.17
, bytestring >= 0.10.8 && < 0.12 , bytestring >= 0.10.8 && < 0.12
, containers >= 0.5.11 && < 0.7 , containers >= 0.5.11 && < 0.7
, directory >= 1.3.1 && < 1.4 , directory >= 1.3.1 && < 1.4
, filepath >= 1.4.2 && < 1.5 , filepath >= 1.4.2 && < 1.5
, lucid >= 2.8.0 && < 2.10 , lucid >= 2.8.0 && < 2.12
, mtl >= 2.2.2 && < 2.3 , mtl >= 2.2.2 && < 2.3
, optparse-applicative >= 0.14.0 && < 0.17 , optparse-applicative >= 0.14.0 && < 0.18
, parsec >= 3.1.13 && < 3.2 , parsec >= 3.1.13 && < 3.2
, template >= 0.2.0 && < 0.3 , template >= 0.2.0 && < 0.3
, text >= 1.2.3 && < 1.3 , text >= 1.2.3 && < 1.3
@ -73,7 +73,7 @@ executable hablo
main-is: src/Main.hs main-is: src/Main.hs
other-modules: Paths_hablo other-modules: Paths_hablo
-- other-extensions: -- other-extensions:
build-depends: base >= 4.9.1 && < 4.15 build-depends: base
, hablo , hablo
, mtl >= 2.2.2 && < 2.3 , mtl >= 2.2.2 && < 2.3
ghc-options: -Wall ghc-options: -Wall