nixpkgs/pkgs/development/libraries/haskell/datetime/default.nix
2014-08-09 13:49:24 +02:00

17 lines
482 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, QuickCheck, time }:
cabal.mkDerivation (self: {
pname = "datetime";
version = "0.2.1";
sha256 = "1yfg3wvi13r725dhfsmcdw4ns3cgl2ayrb5jck0q8b4crk2dlrzg";
buildDepends = [ QuickCheck time ];
meta = {
homepage = "http://github.com/esessoms/datetime";
description = "Utilities to make Data.Time.* easier to use.";
license = "GPL";
platforms = self.ghc.meta.platforms;
};
})