Skip to content

Commit

Permalink
ghc 9.0 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
wavewave committed Nov 4, 2022
1 parent 415e5e6 commit 48d7b00
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion retrie.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 48d7b00

Please sign in to comment.