Avoid most recent version of base-compat

The latest version causes build failures. Ultimately, we should be able
to fix the code to work with newer base-compat versions on various GHC
verions, but this gets builds to work for now.
This commit is contained in:
Aaron Tomb 2018-04-18 10:07:08 -07:00
parent 2cdf9bd159
commit 126c384ff6

View File

@ -43,7 +43,7 @@ library
Default-language:
Haskell2010
Build-depends: base >= 4.8 && < 5,
base-compat >= 0.6,
base-compat >= 0.6 && < 0.10,
bytestring >= 0.10,
array >= 0.4,
containers >= 0.5,