summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/datetime/default.nix
blob: d337f4ee2272d3f209832e97792fa7dee1491249 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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;
  };
})