2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-05-04 20:59:12 +00:00
|
|
|
{ cabal, Cabal, lens, unorderedContainers }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "cabal-lenses";
|
2014-08-23 20:12:30 +00:00
|
|
|
version = "0.3.1";
|
|
|
|
sha256 = "17piwqyzd33shp12qa6j4s579rrs34l44x19p2nzz69anhc4g1j7";
|
2014-05-04 20:59:12 +00:00
|
|
|
buildDepends = [ Cabal lens unorderedContainers ];
|
|
|
|
meta = {
|
|
|
|
description = "Lenses and traversals for the Cabal library";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|