Merge pull request #1880 from josephcsible/patch-1

Mark that base >= 4.8.0.0 is required
This commit is contained in:
Vidar Holen 2020-03-31 19:11:15 -07:00 committed by GitHub
commit 37a72d05ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -45,9 +45,7 @@ library
build-depends:
aeson,
array,
-- GHC 7.6.3 (base 4.6.0.1) is buggy (#1131, #1119) in optimized mode.
-- Just disable that version entirely to fail fast.
base > 4.6.0.1 && < 5,
base >= 4.8.0.0 && < 5,
bytestring,
containers >= 0.5,
deepseq >= 1.4.0.0,