Cabal revisions of multipart-0.1.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: multipart-version: 0.1.2-synopsis: HTTP multipart split out of the cgi package-description: HTTP multipart split out of the cgi package-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--extra-source-files:- CHANGELOG.md- LICENSE- README.md--source-repository head- type: git- location: https://github.com/silkapp/multipart.git--library- default-language: Haskell2010- ghc-options: -Wall- exposed-modules:- Network.Multipart- Network.Multipart.Header- build-depends:- base >= 3 && < 5- , bytestring- , parsec >= 2.0+name: multipart +version: 0.1.2 +x-revision: 1 +synopsis: HTTP multipart split out of the cgi package +description: HTTP multipart split out of the cgi package +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 + +extra-source-files: + CHANGELOG.md + LICENSE + README.md + +source-repository head + type: git + location: https://github.com/silkapp/multipart.git + +library + default-language: Haskell2010 + ghc-options: -Wall + exposed-modules: + Network.Multipart + Network.Multipart.Header + build-depends: + base >= 3 && < 4.13 + , bytestring + , parsec >= 2.0