haskell-timerep: update to version 1.0.3
This commit is contained in:
parent
6b3ca84380
commit
8fd61a3345
@ -1,9 +1,10 @@
|
|||||||
{ cabal }:
|
{ cabal, time }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "timerep";
|
pname = "timerep";
|
||||||
version = "1.0.3";
|
version = "1.0.3";
|
||||||
sha256 = "14lz8nzfy1j7snvifbwjkk1fjc8wy4jk67xk9n87r25v3cva3x0p";
|
sha256 = "14lz8nzfy1j7snvifbwjkk1fjc8wy4jk67xk9n87r25v3cva3x0p";
|
||||||
|
buildDepends = [ time ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Parse and display time according to some RFCs (RFC3339, RFC2822)";
|
description = "Parse and display time according to some RFCs (RFC3339, RFC2822)";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user