From 48d7b005ca81ee3a0f4d45b4f4ac7186e2fe2413 Mon Sep 17 00:00:00 2001 From: Ian-Woo Kim Date: Fri, 4 Nov 2022 10:59:32 -0700 Subject: [PATCH] ghc 9.0 dep --- retrie.cabal | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/retrie.cabal b/retrie.cabal index fe5e413..3a10450 100644 --- a/retrie.cabal +++ b/retrie.cabal @@ -23,7 +23,7 @@ extra-source-files: README.md tests/inputs/*.custom tests/inputs/*.test -tested-with: GHC ==9.2.1 +tested-with: GHC ==9.0.2, GHC ==9.2.4, GHC ==9.4.2 description: Retrie is a tool for codemodding Haskell. Key goals include: @@ -100,6 +100,10 @@ library build-depends: ghc == 9.2.*, ghc-exactprint < 1.6.0 && > 1.4.0 + if impl (ghc >= 9.0) && (impl (ghc < 9.1)) + build-depends: + ghc == 9.0.*, + ghc-exactprint < 1.6.0 && > 1.4.0 default-language: Haskell2010 Flag BuildExecutable