haskell-multipart: update to version 0.1.2

This commit is contained in:
Peter Simons 2014-09-10 20:40:23 +02:00
parent f13950b744
commit 4f6f8f763b

@ -4,12 +4,12 @@
cabal.mkDerivation (self: {
pname = "multipart";
version = "0.1.1";
sha256 = "12sxi21baq1wsa3z6qrczyk47finw85yiql26l90wxk99smm90pj";
version = "0.1.2";
sha256 = "0g04jhyw1ib1s7c9bcldyyn4n90qd9x7dmvic4vgq57bgcqgnhz5";
buildDepends = [ parsec ];
meta = {
homepage = "http://www.github.com/silkapp/multipart";
description = "A partial fork of the cgi package exposing the multipart module";
description = "HTTP multipart split out of the cgi package";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};