haskell-lens: update to version 4.2
This commit is contained in:
parent
a2393999ce
commit
c7282f84a9
@ -1,22 +1,22 @@
|
|||||||
{ cabal, aeson, bifunctors, comonad, contravariant, deepseq
|
{ cabal, aeson, attoparsec, bifunctors, comonad, contravariant
|
||||||
, distributive, doctest, exceptions, filepath, free
|
, deepseq, distributive, doctest, exceptions, filepath, free
|
||||||
, genericDeriving, hashable, hlint, HUnit, mtl, nats, parallel
|
, genericDeriving, hashable, hlint, HUnit, mtl, nats, parallel
|
||||||
, primitive, profunctors, QuickCheck, reflection, scientific
|
, primitive, profunctors, QuickCheck, reflection, scientific
|
||||||
, semigroupoids, semigroups, simpleReflect, split, tagged
|
, semigroupoids, semigroups, simpleReflect, split, tagged
|
||||||
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2
|
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2
|
||||||
, testFrameworkTh, text, transformers, transformersCompat
|
, testFrameworkTh, text, transformers, transformersCompat
|
||||||
, unorderedContainers, utf8String, vector, void, zlib
|
, unorderedContainers, vector, void, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "lens";
|
pname = "lens";
|
||||||
version = "4.1.2.1";
|
version = "4.2";
|
||||||
sha256 = "1fi6960m2rvr538mwhrxavvrj8pvjnyw3akcbgaaph5p8f214alw";
|
sha256 = "0aqhr8akb7wg270jxi1ns3mrpv42cfssi3g2kzyhkjmb39qxpp2w";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson bifunctors comonad contravariant distributive exceptions
|
aeson attoparsec bifunctors comonad contravariant distributive
|
||||||
filepath free hashable mtl parallel primitive profunctors
|
exceptions filepath free hashable mtl parallel primitive
|
||||||
reflection scientific semigroupoids semigroups split tagged text
|
profunctors reflection scientific semigroupoids semigroups split
|
||||||
transformers transformersCompat unorderedContainers utf8String
|
tagged text transformers transformersCompat unorderedContainers
|
||||||
vector void zlib
|
vector void zlib
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user