summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hit/default.nix
blob: bf92945d1648ea26fada4599ea82f508bc7668a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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;
  };
})