forked from mirrors/nixpkgs
haskell-blaze-builder-conduit: updated to version 0.2.0
svn path=/nixpkgs/trunk/; revision=32184
This commit is contained in:
parent
3dd1ac8766
commit
081a06c578
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "blaze-builder-conduit";
|
pname = "blaze-builder-conduit";
|
||||||
version = "0.0.1";
|
version = "0.2.0";
|
||||||
sha256 = "1k9is6dknfqjnkqrvxs9z8cx0ffnnz4q02is9plndyg8pccgjfa9";
|
sha256 = "13fcxmzw4xz7y271vdf6w6fj6isninjcxnm7h7gbk4yf31wx831r";
|
||||||
buildDepends = [ blazeBuilder conduit text transformers ];
|
buildDepends = [ blazeBuilder conduit text transformers ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/conduit";
|
homepage = "http://github.com/snoyberg/conduit";
|
||||||
|
|
Loading…
Reference in a new issue