Bump versions, remove redundant version bounds
This commit is contained in:
parent
c06af19d11
commit
3f1f500aa7
1 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@ library
|
|||
, RSS
|
||||
-- other-extensions:
|
||||
build-depends: aeson >= 1.2.0 && < 1.6
|
||||
, base >= 4.9.1 && < 4.15
|
||||
, base >= 4.9.1 && < 4.16
|
||||
, bytestring >= 0.10.8 && < 0.12
|
||||
, containers >= 0.5.11 && < 0.7
|
||||
, directory >= 1.3.1 && < 1.4
|
||||
|
@ -74,9 +74,9 @@ 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
|
||||
, mtl
|
||||
ghc-options: -Wall
|
||||
default-language: Haskell2010
|
||||
|
||||
|
|
Loading…
Reference in a new issue