haskell-multipart: update to version 0.1.2
This commit is contained in:
parent
f13950b744
commit
4f6f8f763b
@ -4,12 +4,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "multipart";
|
pname = "multipart";
|
||||||
version = "0.1.1";
|
version = "0.1.2";
|
||||||
sha256 = "12sxi21baq1wsa3z6qrczyk47finw85yiql26l90wxk99smm90pj";
|
sha256 = "0g04jhyw1ib1s7c9bcldyyn4n90qd9x7dmvic4vgq57bgcqgnhz5";
|
||||||
buildDepends = [ parsec ];
|
buildDepends = [ parsec ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.github.com/silkapp/multipart";
|
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;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user