mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
haskell-conduit: updated to version 0.2.0
svn path=/nixpkgs/trunk/; revision=32186
This commit is contained in:
parent
df2916a86a
commit
4d74352a73
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "conduit";
|
pname = "conduit";
|
||||||
version = "0.1.1.1";
|
version = "0.2.0";
|
||||||
sha256 = "0gqkk5q329xbw565xd9xc0pz2ha66jkdbbjgwadvrjw1n52vaqg5";
|
sha256 = "0ljbxm6rxcxfw51kcjkmb041kz7k6frgc9l6gvfh2s9zrip8zq5v";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
liftedBase monadControl text transformers transformersBase
|
liftedBase monadControl text transformers transformersBase
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue