Update dependencies versions
This commit is contained in:
parent
7e7d7e0804
commit
7a9c1a65c2
1 changed files with 5 additions and 5 deletions
10
hablo.cabal
10
hablo.cabal
|
@ -50,15 +50,15 @@ library
|
|||
, Pretty
|
||||
, RSS
|
||||
-- other-extensions:
|
||||
build-depends: aeson >= 1.2.0 && < 1.6
|
||||
, base >= 4.9.1 && < 4.15
|
||||
build-depends: aeson >= 1.2.0 && < 2.1
|
||||
, base >= 4.9.1 && < 4.17
|
||||
, bytestring >= 0.10.8 && < 0.12
|
||||
, containers >= 0.5.11 && < 0.7
|
||||
, directory >= 1.3.1 && < 1.4
|
||||
, filepath >= 1.4.2 && < 1.5
|
||||
, lucid >= 2.8.0 && < 2.10
|
||||
, lucid >= 2.8.0 && < 2.12
|
||||
, 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
|
||||
, template >= 0.2.0 && < 0.3
|
||||
, text >= 1.2.3 && < 1.3
|
||||
|
@ -73,7 +73,7 @@ executable hablo
|
|||
main-is: src/Main.hs
|
||||
other-modules: Paths_hablo
|
||||
-- other-extensions:
|
||||
build-depends: base >= 4.9.1 && < 4.15
|
||||
build-depends: base
|
||||
, hablo
|
||||
, mtl >= 2.2.2 && < 2.3
|
||||
ghc-options: -Wall
|
||||
|
|
Loading…
Reference in a new issue