Merge pull request #31603 from wizzup/fix-missing-haskell-attr
configuration-ghc-7.10.x.nix: Remove missing attributes.
This commit is contained in:
commit
b155ff6a5d
@ -157,9 +157,6 @@ self: super: {
|
|||||||
haddock-api = self.haddock-api_2_16_1;
|
haddock-api = self.haddock-api_2_16_1;
|
||||||
haddock-library = self.haddock-library_1_2_1;
|
haddock-library = self.haddock-library_1_2_1;
|
||||||
|
|
||||||
# lens-family-th >= 0.5.0.0 is GHC 8.0 only
|
|
||||||
lens-family-th = self.lens-family-th_0_4_1_0;
|
|
||||||
|
|
||||||
# The tests in vty-ui do not build, but vty-ui itself builds.
|
# The tests in vty-ui do not build, but vty-ui itself builds.
|
||||||
vty-ui = enableCabalFlag super.vty-ui "no-tests";
|
vty-ui = enableCabalFlag super.vty-ui "no-tests";
|
||||||
|
|
||||||
@ -207,9 +204,6 @@ self: super: {
|
|||||||
# also tests require bytestring>=0.10.8.1
|
# also tests require bytestring>=0.10.8.1
|
||||||
cereal = dontCheck (addBuildDepend super.cereal self.fail);
|
cereal = dontCheck (addBuildDepend super.cereal self.fail);
|
||||||
|
|
||||||
# Moved out from common as no longer the case for GHC8
|
|
||||||
ghc-mod = super.ghc-mod.override { cabal-helper = self.cabal-helper_0_6_3_1; };
|
|
||||||
|
|
||||||
# The test suite requires Cabal 1.24.x or later to compile.
|
# The test suite requires Cabal 1.24.x or later to compile.
|
||||||
comonad = dontCheck super.comonad;
|
comonad = dontCheck super.comonad;
|
||||||
semigroupoids = dontCheck super.semigroupoids;
|
semigroupoids = dontCheck super.semigroupoids;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user