mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-multipart: update to version 0.1.2
This commit is contained in:
parent
f13950b744
commit
4f6f8f763b
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue