haskell-data-lens: jailbreak to fix build with recent semi-groupiods
This commit is contained in:
parent
7756bf917c
commit
377a47997d
@ -7,12 +7,12 @@ cabal.mkDerivation (self: {
|
|||||||
version = "2.10.5";
|
version = "2.10.5";
|
||||||
sha256 = "11na4wx0f0ihk87d00njwrfc430nb25dkkadv1n47yvcyfc60i90";
|
sha256 = "11na4wx0f0ihk87d00njwrfc430nb25dkkadv1n47yvcyfc60i90";
|
||||||
buildDepends = [ comonad semigroupoids transformers ];
|
buildDepends = [ comonad semigroupoids transformers ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/roconnor/data-lens/";
|
homepage = "http://github.com/roconnor/data-lens/";
|
||||||
description = "Used to be Haskell 98 Lenses";
|
description = "Used to be Haskell 98 Lenses";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user