Merge pull request #1880 from josephcsible/patch-1
Mark that base >= 4.8.0.0 is required
This commit is contained in:
commit
37a72d05ec
|
@ -45,9 +45,7 @@ library
|
||||||
build-depends:
|
build-depends:
|
||||||
aeson,
|
aeson,
|
||||||
array,
|
array,
|
||||||
-- GHC 7.6.3 (base 4.6.0.1) is buggy (#1131, #1119) in optimized mode.
|
base >= 4.8.0.0 && < 5,
|
||||||
-- Just disable that version entirely to fail fast.
|
|
||||||
base > 4.6.0.1 && < 5,
|
|
||||||
bytestring,
|
bytestring,
|
||||||
containers >= 0.5,
|
containers >= 0.5,
|
||||||
deepseq >= 1.4.0.0,
|
deepseq >= 1.4.0.0,
|
||||||
|
|
Loading…
Reference in New Issue