mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 15:27:02 +08:00
Blacklist base 4.6.0.1 to disable GHC 7.6.3 (#1131)
This commit is contained in:
@@ -44,7 +44,9 @@ source-repository head
|
|||||||
library
|
library
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
build-depends:
|
build-depends:
|
||||||
base >= 4 && < 5,
|
-- 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,
|
||||||
containers >= 0.5,
|
containers >= 0.5,
|
||||||
directory,
|
directory,
|
||||||
json,
|
json,
|
||||||
|
Reference in New Issue
Block a user