summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/multipart/default.nix
blob: 82cad64df04724c9ed7a6358499ef8aeb9a4cbcb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, parsec }:

cabal.mkDerivation (self: {
  pname = "multipart";
  version = "0.1.2";
  sha256 = "0g04jhyw1ib1s7c9bcldyyn4n90qd9x7dmvic4vgq57bgcqgnhz5";
  buildDepends = [ parsec ];
  meta = {
    homepage = "http://www.github.com/silkapp/multipart";
    description = "HTTP multipart split out of the cgi package";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
  };
})