mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
26 lines
857 B
Nix
26 lines
857 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, deepseq, extensibleExceptions, filepath, HUnit, QuickCheck
|
|
, regexPosix, testFramework, testFrameworkHunit
|
|
, testFrameworkQuickcheck2, time
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "Cabal";
|
|
version = "1.20.0.3";
|
|
sha256 = "0vq1xcwvvk74jkzp7386ldyrls8qszg3rj4l37fyq3fvjkqnx80v";
|
|
buildDepends = [ deepseq filepath time ];
|
|
testDepends = [
|
|
extensibleExceptions filepath HUnit QuickCheck regexPosix
|
|
testFramework testFrameworkHunit testFrameworkQuickcheck2
|
|
];
|
|
doCheck = false;
|
|
meta = {
|
|
homepage = "http://www.haskell.org/cabal/";
|
|
description = "A framework for packaging Haskell software";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ simons ];
|
|
};
|
|
})
|