diff --git a/hablo.cabal b/hablo.cabal index 4c4d663..1782baa 100644 --- a/hablo.cabal +++ b/hablo.cabal @@ -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