mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
haskell-data-lens-fd: add version 2.0.5
Don't build this package on Hydra, though, because it depends on data-lens, which is broken. I add it mostly because recent versions of ariadne will require it.
This commit is contained in:
parent
2fc6f97723
commit
f603d44feb
@ -12,5 +12,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Lenses";
|
description = "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;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user