haskell-xml-html-conduit-lens 0.3.2.0 -> 0.3.2.1

This commit is contained in:
Dmitry Malikov 2014-08-31 13:16:48 +02:00
parent 408832ac67
commit 59ed27db2d

View file

@ -6,8 +6,8 @@
cabal.mkDerivation (self: {
pname = "xml-html-conduit-lens";
version = "0.3.2.0";
sha256 = "150b772wkl2k8xcrcbqj3qhndjkl35qzwqdjbgs9mxp867aihiv0";
version = "0.3.2.1";
sha256 = "0iy58nq5b6ixdky2xr4r8xxk3c8wqp1y3jbpsk3dr1qawzjbzp12";
buildDepends = [ htmlConduit lens text xmlConduit ];
testDepends = [
doctest hspec hspecExpectationsLens lens xmlConduit
@ -17,7 +17,5 @@ cabal.mkDerivation (self: {
description = "Optics for xml-conduit and html-conduit";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
broken = true;
};
})