nixpkgs/pkgs/development/libraries/haskell/hit/default.nix

30 lines
912 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, attoparsec, bytedump, cryptohash, hourglass, HUnit, mtl
, parsec, patience, QuickCheck, random, systemFileio
, systemFilepath, testFramework, testFrameworkQuickcheck2, vector
, zlib, zlibBindings
}:
cabal.mkDerivation (self: {
pname = "hit";
version = "0.6.1";
sha256 = "175i6gag596dy341jlr5sjj55qcaqgymrcr1czcaigsxsn5yx8b9";
isLibrary = true;
isExecutable = true;
buildDepends = [
attoparsec cryptohash hourglass mtl parsec patience random
systemFileio systemFilepath vector zlib zlibBindings
];
testDepends = [
bytedump hourglass HUnit QuickCheck testFramework
testFrameworkQuickcheck2
];
meta = {
homepage = "http://github.com/vincenthz/hit";
description = "Git operations in haskell";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})