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-11-23 20:05:48 +00:00
|
|
|
version = "0.4.2";
|
|
|
|
sha256 = "0vsicvk979qznm3b174r6d5wkkyhpqx8gxjs5jw9na2jhimzjcjf";
|
2014-05-04 20:59:12 +00:00
|
|
|
buildDepends = [ Cabal lens unorderedContainers ];
|
2014-10-31 12:49:56 +00:00
|
|
|
jailbreak = true;
|
2014-05-04 20:59:12 +00:00
|
|
|
meta = {
|
|
|
|
description = "Lenses and traversals for the Cabal library";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|