Merge pull request #136 from mengwong/ghc9

compiles with GHC 9.0.2
This commit is contained in:
Inari Listenmaa
2022-05-06 03:26:00 +02:00
committed by GitHub
5 changed files with 25 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ library
default-language: Haskell2010
build-depends:
array >= 0.5.1 && < 0.6,
base >= 4.9.1 && < 4.15,
base >= 4.9.1 && < 4.16,
bytestring >= 0.10.8 && < 0.11,
containers >= 0.5.7 && < 0.7,
ghc-prim >= 0.5.0 && < 0.7,