Skip to content

Commit

Permalink
haskell-timerep: update to version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Jun 9, 2014
1 parent 6b3ca84 commit 8fd61a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/libraries/haskell/timerep/default.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{ cabal }:
{ cabal, time }:

cabal.mkDerivation (self: {
pname = "timerep";
version = "1.0.3";
sha256 = "14lz8nzfy1j7snvifbwjkk1fjc8wy4jk67xk9n87r25v3cva3x0p";
buildDepends = [ time ];
meta = {
description = "Parse and display time according to some RFCs (RFC3339, RFC2822)";
license = self.stdenv.lib.licenses.bsd3;
Expand Down

0 comments on commit 8fd61a3

Please sign in to comment.