mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-folds: disable split-objects extension to fix the build with GHC 7.8.3
https://github.com/ekmett/folds/issues/7
This commit is contained in:
parent
154f44958f
commit
298976c812
1 changed files with 1 additions and 3 deletions
|
@ -14,13 +14,11 @@ cabal.mkDerivation (self: {
|
|||
semigroupoids tagged transformers vector
|
||||
];
|
||||
testDepends = [ deepseq doctest filepath hlint mtl semigroups ];
|
||||
doCheck = false;
|
||||
enableSplitObjs = false;
|
||||
meta = {
|
||||
homepage = "http://github.com/ekmett/folds";
|
||||
description = "Beautiful Folding";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue