mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-02 17:09:09 +03:00
haskell-classy-prelude-conduit: update to version 0.4.2
This commit is contained in:
parent
b9bf83031c
commit
b360b1642e
@ -1,10 +1,15 @@
|
|||||||
{ cabal, classyPrelude, conduit, xmlConduit }:
|
{ cabal, classyPrelude, conduit, monadControl, resourcet
|
||||||
|
, transformers, void, xmlConduit
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "classy-prelude-conduit";
|
pname = "classy-prelude-conduit";
|
||||||
version = "0.4.1";
|
version = "0.4.2";
|
||||||
sha256 = "0llir0xnnyhgxifay019x64jw7mnn9p1sqs1xwm14gjcqr2nqqg8";
|
sha256 = "1p5j519s95cgiy5ig0agbfs4vyay8srzwsimnblij68zz5jjfrzp";
|
||||||
buildDepends = [ classyPrelude conduit xmlConduit ];
|
buildDepends = [
|
||||||
|
classyPrelude conduit monadControl resourcet transformers void
|
||||||
|
xmlConduit
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/snoyberg/classy-prelude";
|
homepage = "https://github.com/snoyberg/classy-prelude";
|
||||||
description = "conduit instances for classy-prelude";
|
description = "conduit instances for classy-prelude";
|
||||||
|
Loading…
Reference in New Issue
Block a user