Lens library updated to v4.4
also passes tests again, so doCheck is not needed
This commit is contained in:
@@ -1,25 +1,23 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, attoparsec, bifunctors, comonad, contravariant
|
{ cabal, bifunctors, comonad, contravariant, deepseq, distributive
|
||||||
, deepseq, distributive, doctest, exceptions, filepath, free
|
, doctest, exceptions, filepath, free, genericDeriving, hashable
|
||||||
, genericDeriving, hashable, hlint, HUnit, mtl, nats, parallel
|
, hlint, HUnit, mtl, nats, parallel, primitive, profunctors
|
||||||
, primitive, profunctors, QuickCheck, reflection, scientific
|
, QuickCheck, reflection, semigroupoids, semigroups, simpleReflect
|
||||||
, semigroupoids, semigroups, simpleReflect, split, tagged
|
, split, tagged, testFramework, testFrameworkHunit
|
||||||
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2
|
, testFrameworkQuickcheck2, testFrameworkTh, text, transformers
|
||||||
, testFrameworkTh, text, transformers, transformersCompat
|
, transformersCompat, unorderedContainers, vector, void, zlib
|
||||||
, unorderedContainers, vector, void, zlib
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "lens";
|
pname = "lens";
|
||||||
version = "4.3.3";
|
version = "4.4";
|
||||||
sha256 = "0k7qslnh15xnrj86wwsp0mvz6g363ma4g0dxkmvvg4sa1bxljr1f";
|
sha256 = "06ha4px4ywfbi0n3imy2qqjq3656snsz1b0ggkwzvdzmi550sh8w";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec bifunctors comonad contravariant distributive
|
bifunctors comonad contravariant distributive exceptions filepath
|
||||||
exceptions filepath free hashable mtl parallel primitive
|
free hashable mtl parallel primitive profunctors reflection
|
||||||
profunctors reflection scientific semigroupoids semigroups split
|
semigroupoids semigroups split tagged text transformers
|
||||||
tagged text transformers transformersCompat unorderedContainers
|
transformersCompat unorderedContainers vector void zlib
|
||||||
vector void zlib
|
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
deepseq doctest filepath genericDeriving hlint HUnit mtl nats
|
deepseq doctest filepath genericDeriving hlint HUnit mtl nats
|
||||||
@@ -27,7 +25,6 @@ cabal.mkDerivation (self: {
|
|||||||
testFrameworkHunit testFrameworkQuickcheck2 testFrameworkTh text
|
testFrameworkHunit testFrameworkQuickcheck2 testFrameworkTh text
|
||||||
transformers unorderedContainers vector
|
transformers unorderedContainers vector
|
||||||
];
|
];
|
||||||
doCheck = false;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ekmett/lens/";
|
homepage = "http://github.com/ekmett/lens/";
|
||||||
description = "Lenses, Folds and Traversals";
|
description = "Lenses, Folds and Traversals";
|
||||||
|
|||||||
Reference in New Issue
Block a user