forked from mirrors/nixpkgs
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
|
||||
, networkConduit, parsec, smallcheck, tasty, tastyHunit
|
||||
, tastySmallcheck, time, void
|
||||
{ cabal, async, binary, binaryConduit, conduit, conduitExtra, mtl
|
||||
, network, parsec, smallcheck, tasty, tastyHunit, tastySmallcheck
|
||||
, time, void
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "bert";
|
||||
version = "1.2.2.1";
|
||||
sha256 = "1x23grykamyclx6a5jzyqwp3hwr2ma61zvmz89f3cj06sa49cgs0";
|
||||
version = "1.2.2.2";
|
||||
sha256 = "0bjrqgm0dpsrk1nivxmw2wvx33v7z7swgy3p5fb51vg7y81776cz";
|
||||
buildDepends = [
|
||||
binary binaryConduit conduit mtl network networkConduit parsec time
|
||||
binary binaryConduit conduit conduitExtra mtl network parsec time
|
||||
void
|
||||
];
|
||||
testDepends = [
|
||||
|
|
Loading…
Reference in a new issue