Cabal revisions of multipart-0.1.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-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+name: multipart +version: 0.1.1 +x-revision: 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 && < 4.13 + , bytestring + , parsec >= 2.0