2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-05-04 22:59:12 +02:00
|
|
|
{ cabal, Cabal, lens, unorderedContainers }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "cabal-lenses";
|
2014-11-23 21:05:48 +01:00
|
|
|
version = "0.4.2";
|
|
|
|
sha256 = "0vsicvk979qznm3b174r6d5wkkyhpqx8gxjs5jw9na2jhimzjcjf";
|
2014-05-04 22:59:12 +02:00
|
|
|
buildDepends = [ Cabal lens unorderedContainers ];
|
2014-10-31 13:49:56 +01:00
|
|
|
jailbreak = true;
|
2014-05-04 22:59:12 +02:00
|
|
|
meta = {
|
|
|
|
description = "Lenses and traversals for the Cabal library";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|