haskellPackages: remove obsolete overrides
aeson: -doJailbreak, -dontCheck lzma: -dontCheck BNFC: -dontCheck
This commit is contained in:
parent
50ea9c2bca
commit
404fa33a10
@ -445,7 +445,7 @@ self: super: {
|
|||||||
# https://github.com/junjihashimoto/test-sandbox-compose/issues/2
|
# https://github.com/junjihashimoto/test-sandbox-compose/issues/2
|
||||||
test-sandbox-compose = dontCheck super.test-sandbox-compose;
|
test-sandbox-compose = dontCheck super.test-sandbox-compose;
|
||||||
|
|
||||||
# https://github.com/tych0/xcffib/issues/37
|
# Waiting on language-python 0.5.8 https://github.com/bjpop/language-python/issues/60
|
||||||
xcffib = dontCheck super.xcffib;
|
xcffib = dontCheck super.xcffib;
|
||||||
|
|
||||||
# https://github.com/afcowie/locators/issues/1
|
# https://github.com/afcowie/locators/issues/1
|
||||||
@ -486,13 +486,7 @@ self: super: {
|
|||||||
then self.buildHaskellPackages.tasty-discover
|
then self.buildHaskellPackages.tasty-discover
|
||||||
else dontCheck super.tasty-discover);
|
else dontCheck super.tasty-discover);
|
||||||
|
|
||||||
# generic-deriving bound is too tight
|
# Waiting on https://github.com/RaphaelJ/friday/pull/36
|
||||||
# aeson 1.4.6.0 needs Diff 0.4.0 to do tests but nixpkgs is still at 0.3.4
|
|
||||||
# https://github.com/bos/aeson/issues/740
|
|
||||||
aeson = dontCheck (doJailbreak super.aeson);
|
|
||||||
|
|
||||||
# containers >=0.4 && <0.6 is too tight
|
|
||||||
# https://github.com/RaphaelJ/friday/issues/34
|
|
||||||
friday = doJailbreak super.friday;
|
friday = doJailbreak super.friday;
|
||||||
|
|
||||||
# Won't compile with recent versions of QuickCheck.
|
# Won't compile with recent versions of QuickCheck.
|
||||||
@ -513,12 +507,6 @@ self: super: {
|
|||||||
# https://github.com/alphaHeavy/lzma-enumerator/issues/3
|
# https://github.com/alphaHeavy/lzma-enumerator/issues/3
|
||||||
lzma-enumerator = dontCheck super.lzma-enumerator;
|
lzma-enumerator = dontCheck super.lzma-enumerator;
|
||||||
|
|
||||||
# https://github.com/haskell-hvr/lzma/issues/14
|
|
||||||
lzma = dontCheck super.lzma;
|
|
||||||
|
|
||||||
# https://github.com/BNFC/bnfc/issues/140
|
|
||||||
BNFC = dontCheck super.BNFC;
|
|
||||||
|
|
||||||
# FPCO's fork of Cabal won't succeed its test suite.
|
# FPCO's fork of Cabal won't succeed its test suite.
|
||||||
Cabal-ide-backend = dontCheck super.Cabal-ide-backend;
|
Cabal-ide-backend = dontCheck super.Cabal-ide-backend;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user