haskell-data-lens-fd: add version 2.0.5

This commit is contained in:
Peter Simons
2014-10-26 16:43:13 +01:00
parent 5fb0e333a1
commit d29fc87b68
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# 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;
};
})