From e836fa255a520a0973047cacd7716f6be9b903c4 Mon Sep 17 00:00:00 2001 From: Vaibhav Sagar Date: Sat, 6 Jul 2019 14:31:46 -0400 Subject: [PATCH] Bump upper bounds for GHC 8.8 support --- ghc-parser/ghc-parser.cabal | 2 +- ihaskell.cabal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ghc-parser/ghc-parser.cabal b/ghc-parser/ghc-parser.cabal index b037dadb..9bd799dc 100644 --- a/ghc-parser/ghc-parser.cabal +++ b/ghc-parser/ghc-parser.cabal @@ -24,7 +24,7 @@ library -- other-modules: -- other-extensions: build-depends: base >=4.9 && < 5, - ghc >=8.0 && <8.7 + ghc >=8.0 && <8.9 if impl(ghc >= 8.0) && impl(ghc < 8.4) hs-source-dirs: generic-src src-8.0 diff --git a/ihaskell.cabal b/ihaskell.cabal index 0234a15c..b3ff7755 100644 --- a/ihaskell.cabal +++ b/ihaskell.cabal @@ -137,10 +137,10 @@ executable ihaskell default-language: Haskell2010 build-depends: ihaskell -any, - base >=4.9 && < 4.13, + base >=4.9 && < 4.14, text >=0.11, transformers -any, - ghc >=8.0 && < 8.7, + ghc >=8.0 && < 8.9, process >=1.1, aeson >=0.7, bytestring >=0.10,