17 lines
515 B
Nix
17 lines
515 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, binary, doctest, hspec, QuickCheck, time }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "unix-time";
|
|
version = "0.3.3";
|
|
sha256 = "018wpr5d2kjv8syj97664sqh1v7ws1780qmlfxvrakj86z9k5i8x";
|
|
buildDepends = [ binary ];
|
|
testDepends = [ doctest hspec QuickCheck time ];
|
|
meta = {
|
|
description = "Unix time parser/formatter and utilities";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|