1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-data-lens: update to version 2.10.5

This commit is contained in:
Peter Simons 2014-05-10 00:18:02 +02:00
parent a984b8a012
commit bebeef404d

View file

@ -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;
};