haskell-html-conduit: update to version 1.1.0.2
This commit is contained in:
parent
161d5a2077
commit
94a591deed
|
@ -1,15 +1,14 @@
|
||||||
{ cabal, conduit, filesystemConduit, hspec, HUnit, resourcet
|
{ cabal, conduit, hspec, HUnit, resourcet, systemFilepath
|
||||||
, systemFilepath, tagstreamConduit, text, transformers, xmlConduit
|
, tagstreamConduit, text, transformers, xmlConduit, xmlTypes
|
||||||
, xmlTypes
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "html-conduit";
|
pname = "html-conduit";
|
||||||
version = "1.1.0.1";
|
version = "1.1.0.2";
|
||||||
sha256 = "0v3zlassakc34i7kzajx63s1rxn516xv7lrib0a4kn4cdlqn7kxs";
|
sha256 = "12a5hb9sf4sd11sjhwwp84k8whkxs7hqfyni2hi247fii2ldkfax";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
conduit filesystemConduit resourcet systemFilepath tagstreamConduit
|
conduit resourcet systemFilepath tagstreamConduit text transformers
|
||||||
text transformers xmlConduit xmlTypes
|
xmlConduit xmlTypes
|
||||||
];
|
];
|
||||||
testDepends = [ hspec HUnit xmlConduit ];
|
testDepends = [ hspec HUnit xmlConduit ];
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue