diff --git a/pandoc-builder-monadic.cabal b/pandoc-builder-monadic.cabal index 7c279a9..8bb1302 100644 --- a/pandoc-builder-monadic.cabal +++ b/pandoc-builder-monadic.cabal @@ -12,7 +12,7 @@ extra-doc-files: CHANGELOG.md tested-with: GHC==9.6.2, GHC==9.4.5, GHC==9.2.8, GHC==8.0.2 common warnings - ghc-options: -Wall + ghc-options: -Wall -Wextra -Wunused-packages library import: warnings @@ -21,11 +21,10 @@ library , Text.Pandoc.Builder.Monadic.Verbatim , Text.Pandoc.Builder.Monadic.Utils , Text.Pandoc.Builder.Monadic.Internal - build-depends: base >=4.9.0.0 && < 5 - , containers - , dlist ^>= 1.0 - , mtl + build-depends: base >=4.9.0.0 && <5 + , dlist >=0.2 && <2 + , mtl >=1.1.0.0 && <3 , pandoc-types >= 1.21 && < 2 - , text + , text >=0.2 && <3 hs-source-dirs: src default-language: Haskell2010