f603d44feb
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.
18 lines
568 B
Nix
18 lines
568 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, comonad, dataLens, mtl, transformers }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "data-lens-fd";
|
|
version = "2.0.5";
|
|
sha256 = "0r8cfgn6wx304b5ihmwgsxxjwalb7086wii655mgmb6cn3nirpyk";
|
|
buildDepends = [ comonad dataLens mtl transformers ];
|
|
meta = {
|
|
homepage = "http://github.com/roconnor/data-lens-fd/";
|
|
description = "Lenses";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
};
|
|
})
|