haskell-lens: update to version 3.9.1
This commit is contained in:
parent
49dbebec60
commit
61883ffabe
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "lens";
|
pname = "lens";
|
||||||
version = "3.9.0.2";
|
version = "3.9.1";
|
||||||
sha256 = "0ch38z33zgdyzjmc7jqwabwq68iidicpzhbwzpd4fvcqdp27apl2";
|
sha256 = "141v7b5ag6jxnim1hdyxqi5m2sm1j5fpspkcs8qnznfcd33gyfja";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
bifunctors comonad comonadsFd comonadTransformers contravariant
|
bifunctors comonad comonadsFd comonadTransformers contravariant
|
||||||
distributive filepath genericDeriving hashable
|
distributive filepath genericDeriving hashable
|
||||||
@ -26,9 +26,6 @@ cabal.mkDerivation (self: {
|
|||||||
transformers unorderedContainers vector
|
transformers unorderedContainers vector
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
patchPhase = ''
|
|
||||||
sed -i -e 's|generic-deriving.*,|generic-deriving,|' lens.cabal
|
|
||||||
'';
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ekmett/lens/";
|
homepage = "http://github.com/ekmett/lens/";
|
||||||
description = "Lenses, Folds and Traversals";
|
description = "Lenses, Folds and Traversals";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user