nixpkgs/pkgs/development/libraries/haskell/data-lens-fd/default.nix
Peter Simons f603d44feb 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.
2014-10-26 23:44:49 +01:00

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;
};
})