summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/timerep/default.nix
blob: aea0fe91208e07231eff05db579971dde4e10daa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ 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;
    platforms = self.ghc.meta.platforms;
  };
})