diff options
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r-- | cabal-helper.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index 90a6d1f..3c24b86 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -98,7 +98,7 @@ common build-deps , semigroupoids < 5.4 && >= 5.2 , SHA < 1.7 && >= 1.6.4.4 , text < 1.3 && >= 1.0.0.0 - , template-haskell < 2.16 && >= 2.11.1.0 + , template-haskell < 2.17 && >= 2.11.1.0 , temporary < 1.3 && >= 1.2.1 , time < 1.10 && >= 1.6.0.1 , transformers < 0.6 && >= 0.5.2.0 @@ -193,7 +193,7 @@ test-suite ghc-session other-modules: TestOptions hs-source-dirs: tests ghc-options: -Wall -fwarn-incomplete-uni-patterns - build-depends: ghc < 8.9 && >= 8.0.2 + build-depends: ghc < 8.11 && >= 8.0.2 , pretty-show < 1.9 && >= 1.8.1 test-suite examples |