haskellPackages.bert: Update to 1.2.2.2
This commit is contained in:
parent
99d8ef0673
commit
3f1af5f709
@ -1,14 +1,14 @@
|
|||||||
{ cabal, async, binary, binaryConduit, conduit, mtl, network
|
{ cabal, async, binary, binaryConduit, conduit, conduitExtra, mtl
|
||||||
, networkConduit, parsec, smallcheck, tasty, tastyHunit
|
, network, parsec, smallcheck, tasty, tastyHunit, tastySmallcheck
|
||||||
, tastySmallcheck, time, void
|
, time, void
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "bert";
|
pname = "bert";
|
||||||
version = "1.2.2.1";
|
version = "1.2.2.2";
|
||||||
sha256 = "1x23grykamyclx6a5jzyqwp3hwr2ma61zvmz89f3cj06sa49cgs0";
|
sha256 = "0bjrqgm0dpsrk1nivxmw2wvx33v7z7swgy3p5fb51vg7y81776cz";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
binary binaryConduit conduit mtl network networkConduit parsec time
|
binary binaryConduit conduit conduitExtra mtl network parsec time
|
||||||
void
|
void
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
|
Loading…
Reference in New Issue
Block a user