mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Update lens-datetime to 0.2.1
This commit is contained in:
parent
f7b19ea8b3
commit
dddb15668e
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "lens-datetime";
|
pname = "lens-datetime";
|
||||||
version = "0.2";
|
version = "0.2.1";
|
||||||
sha256 = "0wrs7alz1zfg1xrg04lhz01mrd1gcz2xr8b5mxfdvq94f5m87sdr";
|
sha256 = "1wqks7ynw3njlizdd9hvgrc1xjxcgcfck9ppj1lgg8wr3l2myi72";
|
||||||
buildDepends = [ lens time ];
|
buildDepends = [ lens time ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/klao/lens-datetime";
|
homepage = "http://github.com/nilcons/lens-datetime";
|
||||||
description = "Lenses for Data.Time.* types";
|
description = "Lenses for Data.Time.* types";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
|
Loading…
Reference in a new issue