mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
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
|
||||
, distributive, doctest, exceptions, filepath, free
|
||||
{ cabal, aeson, attoparsec, bifunctors, comonad, contravariant
|
||||
, deepseq, distributive, doctest, exceptions, filepath, free
|
||||
, genericDeriving, hashable, hlint, HUnit, mtl, nats, parallel
|
||||
, primitive, profunctors, QuickCheck, reflection, scientific
|
||||
, semigroupoids, semigroups, simpleReflect, split, tagged
|
||||
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2
|
||||
, testFrameworkTh, text, transformers, transformersCompat
|
||||
, unorderedContainers, utf8String, vector, void, zlib
|
||||
, unorderedContainers, vector, void, zlib
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "lens";
|
||||
version = "4.1.2.1";
|
||||
sha256 = "1fi6960m2rvr538mwhrxavvrj8pvjnyw3akcbgaaph5p8f214alw";
|
||||
version = "4.2";
|
||||
sha256 = "0aqhr8akb7wg270jxi1ns3mrpv42cfssi3g2kzyhkjmb39qxpp2w";
|
||||
buildDepends = [
|
||||
aeson bifunctors comonad contravariant distributive exceptions
|
||||
filepath free hashable mtl parallel primitive profunctors
|
||||
reflection scientific semigroupoids semigroups split tagged text
|
||||
transformers transformersCompat unorderedContainers utf8String
|
||||
aeson attoparsec bifunctors comonad contravariant distributive
|
||||
exceptions filepath free hashable mtl parallel primitive
|
||||
profunctors reflection scientific semigroupoids semigroups split
|
||||
tagged text transformers transformersCompat unorderedContainers
|
||||
vector void zlib
|
||||
];
|
||||
testDepends = [
|
||||
|
Loading…
Reference in New Issue
Block a user