summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/time/1.5.nix
blob: ba77c73874dc2fdb777ce71000720b3a57e5b817 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, deepseq, QuickCheck, testFramework
, testFrameworkQuickcheck2
}:

cabal.mkDerivation (self: {
  pname = "time";
  version = "1.5";
  sha256 = "0vj82msx650z473inhr8yav7k38zj7096wam477y77wardx57pdc";
  buildDepends = [ deepseq ];
  testDepends = [
    deepseq QuickCheck testFramework testFrameworkQuickcheck2
  ];
  doCheck = false;
  meta = {
    homepage = "https://github.com/haskell/time";
    description = "A time library";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})