Cabal revisions of multipart-0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: multipart-version: 0.1-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-synopsis: A partial fork of the cgi package exposing the multipart module-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- -- Reject versions depending on monads-tf- , MonadCatchIO-mtl == 0.3.0.5- , MonadCatchIO-transformers == 0.3.0.*- , bytestring- , cgi >= 3001.1.8 && < 3001.1.9- , parsec >= 2.0+name: multipart +version: 0.1 +x-revision: 1 +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 +synopsis: A partial fork of the cgi package exposing the multipart module +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 + -- Reject versions depending on monads-tf + , MonadCatchIO-mtl == 0.3.0.5 + , MonadCatchIO-transformers == 0.3.0.* + , bytestring + , cgi >= 3001.1.8 && < 3001.1.9 + , parsec >= 2.0