mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
haskell-blaze-builder-conduit: update to version 1.1.0
This commit is contained in:
parent
5f8857d4f5
commit
b19cfe15ae
@ -1,18 +1,13 @@
|
||||
{ cabal, blazeBuilder, conduit, hspec, QuickCheck, text
|
||||
, transformers
|
||||
}:
|
||||
{ cabal, conduit }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "blaze-builder-conduit";
|
||||
version = "1.0.0";
|
||||
sha256 = "15q0b0k5dxrp9cw2b4qf9mmjwz1mmxrn3890df5rc9z6yajajrc6";
|
||||
buildDepends = [ blazeBuilder conduit text transformers ];
|
||||
testDepends = [
|
||||
blazeBuilder conduit hspec QuickCheck transformers
|
||||
];
|
||||
version = "1.1.0";
|
||||
sha256 = "0xxyn3lhcn1bkybhrl5dx68d0adf26ilf34gv0mxkwpfj7m7d3k3";
|
||||
buildDepends = [ conduit ];
|
||||
meta = {
|
||||
homepage = "http://github.com/snoyberg/conduit";
|
||||
description = "Convert streams of builders to streams of bytestrings";
|
||||
description = "Convert streams of builders to streams of bytestrings. (deprecated)";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||
|
Loading…
Reference in New Issue
Block a user