multipart-0.1.1: multipart.cabal
name: multipart
version: 0.1.1
synopsis: A partial fork of the cgi package exposing the multipart module
description: A partial fork of the cgi package exposing the multipart module
copyright: Bjorn Bringert, Andy Gill, Anders Kaseorg, Ian Lynagh, Erik Meijer, Sven Panne, Jeremy Shaw
category: Network
maintainer: code@silk.co
author: Silk B.V.
homepage: http://www.github.com/silkapp/multipart
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/silkapp/multipart.git
library
default-language: Haskell2010
ghc-options: -Wall
exposed-modules: Network.Multipart
other-modules: Network.Multipart.Header
build-depends:
base >= 3 && < 5
, bytestring
, parsec >= 2.0