diff options
| -rw-r--r-- | conftrack.cabal | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conftrack.cabal b/conftrack.cabal index efc198f..55e1f29 100644 --- a/conftrack.cabal +++ b/conftrack.cabal @@ -43,9 +43,9 @@ library , Conftrack.Source.Env -- other-modules: -- other-extensions: - build-depends: base ^>=4.18 - , text >= 2.0.2 && < 2.1 - , bytestring >= 0.11.5 && < 0.12 + build-depends: base + , text >= 2.0.2 + , bytestring , containers >= 0.6.7 && < 0.7 , mtl >= 2.3.1 && < 2.4 , transformers >= 0.6.1 && < 0.7 @@ -54,7 +54,7 @@ library , scientific >= 0.3.8 && < 0.4 , filepath ^>= 1.4.100 , file-io >= 0.1.1 && < 0.2 - , template-haskell >= 2.20.0 && < 2.21 + , template-haskell , directory >= 1.3.8 && < 1.4 hs-source-dirs: src default-language: GHC2021 |
