mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
haskell-hit: update to version 0.6.2
This commit is contained in:
parent
7f65329769
commit
08a5d00b97
@ -2,19 +2,19 @@
|
|||||||
|
|
||||||
{ cabal, attoparsec, bytedump, cryptohash, hourglass, HUnit, mtl
|
{ cabal, attoparsec, bytedump, cryptohash, hourglass, HUnit, mtl
|
||||||
, parsec, patience, QuickCheck, random, systemFileio
|
, parsec, patience, QuickCheck, random, systemFileio
|
||||||
, systemFilepath, testFramework, testFrameworkQuickcheck2, vector
|
, systemFilepath, testFramework, testFrameworkQuickcheck2
|
||||||
, zlib, zlibBindings
|
, unixCompat, vector, zlib, zlibBindings
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hit";
|
pname = "hit";
|
||||||
version = "0.6.1";
|
version = "0.6.2";
|
||||||
sha256 = "175i6gag596dy341jlr5sjj55qcaqgymrcr1czcaigsxsn5yx8b9";
|
sha256 = "07lfjbn48v8ykkyj15diy4a9kpgzc93gv0l1rdfcacl3f26a97hs";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec cryptohash hourglass mtl parsec patience random
|
attoparsec cryptohash hourglass mtl parsec patience random
|
||||||
systemFileio systemFilepath vector zlib zlibBindings
|
systemFileio systemFilepath unixCompat vector zlib zlibBindings
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
bytedump hourglass HUnit QuickCheck testFramework
|
bytedump hourglass HUnit QuickCheck testFramework
|
||||||
|
Loading…
Reference in New Issue
Block a user