diff --git a/arch-hs.cabal b/arch-hs.cabal index 7153b49..f930444 100644 --- a/arch-hs.cabal +++ b/arch-hs.cabal @@ -39,12 +39,12 @@ common common-options , aeson ^>=1.5.4 , algebraic-graphs ^>=0.5 , arch-web ^>=0.1.0 - , base ^>=4.14.0 - , bytestring ^>=0.11.0 + , base >=4.12 && <5 + , bytestring , Cabal ^>=3.2.0 , conduit ^>=1.3.2 , conduit-extra ^>=1.3.5 - , containers ^>=0.6.2 + , containers , deepseq ^>=1.4.4 , Diff ^>=0.4.0 , directory ^>=1.3.6 @@ -64,7 +64,7 @@ common common-options , split ^>=0.2.3 , tar-conduit ^>=0.3.2 , template-haskell ^>=2.16.0 - , text ^>=1.2.3 + , text ghc-options: -Wall -Wcompat -Widentities -Wincomplete-uni-patterns @@ -112,8 +112,7 @@ library Distribution.ArchHs.Types Distribution.ArchHs.Utils - other-modules: - Distribution.ArchHs.Internal.NamePresetLoader + other-modules: Distribution.ArchHs.Internal.NamePresetLoader executable arch-hs import: common-options