haskell-data-lens: update to version 2.10.5
This commit is contained in:
parent
a984b8a012
commit
bebeef404d
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "data-lens";
|
pname = "data-lens";
|
||||||
version = "2.10.4";
|
version = "2.10.5";
|
||||||
sha256 = "1pzswlpphpipsqja825pyqjixp4akc5nmw9y61jwv6r4vsgdpg5i";
|
sha256 = "11na4wx0f0ihk87d00njwrfc430nb25dkkadv1n47yvcyfc60i90";
|
||||||
buildDepends = [ comonad semigroupoids transformers ];
|
buildDepends = [ comonad semigroupoids transformers ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/roconnor/data-lens/";
|
homepage = "http://github.com/roconnor/data-lens/";
|
||||||
description = "Haskell 98 Lenses";
|
description = "Used to be Haskell 98 Lenses";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user