mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
haskell-unix-time: update to version 0.1.8
This commit is contained in:
parent
05369891a9
commit
6b33985fc7
|
@ -2,8 +2,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "unix-time";
|
||||
version = "0.1.6";
|
||||
sha256 = "0l8k42n67qwc1ljxw2ksmdnj630q1ql0im0j1z7yv9kak9pmqfy6";
|
||||
version = "0.1.8";
|
||||
sha256 = "1s9r2i4hl7nm1f4zya03q0a2ayliby51caziz1w79schhplfa5sv";
|
||||
testDepends = [ doctest hspec QuickCheck time ];
|
||||
meta = {
|
||||
description = "Unix time parser/formatter and utilities";
|
||||
|
|
Loading…
Reference in a new issue