forked from mirrors/nixpkgs
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: {
|
||||
pname = "data-lens";
|
||||
version = "2.10.4";
|
||||
sha256 = "1pzswlpphpipsqja825pyqjixp4akc5nmw9y61jwv6r4vsgdpg5i";
|
||||
version = "2.10.5";
|
||||
sha256 = "11na4wx0f0ihk87d00njwrfc430nb25dkkadv1n47yvcyfc60i90";
|
||||
buildDepends = [ comonad semigroupoids transformers ];
|
||||
meta = {
|
||||
homepage = "http://github.com/roconnor/data-lens/";
|
||||
description = "Haskell 98 Lenses";
|
||||
description = "Used to be Haskell 98 Lenses";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue