Cabal revisions of servant-multipart-0.12.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: servant-multipart-version: 0.12.1-synopsis: multipart/form-data (e.g file upload) support for servant-description:- This package adds server-side support of file upload to the servant ecosystem.--homepage: https://github.com/haskell-servant/servant-multipart#readme-license: BSD3-license-file: LICENSE-author: Alp Mestanogullari-maintainer: alpmestan@gmail.com-copyright: 2016-2017 Alp Mestanogullari, 2018-2019 Servant Contributors-category: Web, Servant-build-type: Simple-cabal-version: >=1.10-extra-source-files: CHANGELOG.md-tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4--library- default-language: Haskell2010- hs-source-dirs: src- exposed-modules: Servant.Multipart-- -- ghc boot libs- build-depends:- base >=4.9 && <5- , bytestring >=0.10.8.1 && <0.11- , directory >=1.3 && <1.4- , text >=1.2.3.0 && <1.3-- -- other dependencies- build-depends:- servant-multipart-api == 0.12.*- , lens >=4.17 && <5.1- , resourcet >=1.2.2 && <1.3- , servant >=0.16 && <0.19- , servant-docs >=0.10 && <0.19- , servant-foreign >=0.15 && <0.19- , servant-server >=0.16 && <0.19- , string-conversions >=0.4.0.1 && <0.5- , wai >=3.2.1.2 && <3.3- , wai-extra >=3.0.24.3 && <3.2--test-suite servant-multipart-test- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: Test.hs- default-language: Haskell2010- build-depends:- base- , bytestring- , http-types- , servant-multipart- , servant-server- , string-conversions- , tasty- , tasty-wai- , text--source-repository head- type: git+name: servant-multipart +version: 0.12.1 +x-revision: 1 +synopsis: multipart/form-data (e.g file upload) support for servant +description: + This package adds server-side support of file upload to the servant ecosystem. + +homepage: https://github.com/haskell-servant/servant-multipart#readme +license: BSD3 +license-file: LICENSE +author: Alp Mestanogullari +maintainer: alpmestan@gmail.com +copyright: 2016-2017 Alp Mestanogullari, 2018-2019 Servant Contributors +category: Web, Servant +build-type: Simple +cabal-version: >=1.10 +extra-source-files: CHANGELOG.md +tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4 + +library + default-language: Haskell2010 + hs-source-dirs: src + exposed-modules: Servant.Multipart + + -- ghc boot libs + build-depends: + base >=4.9 && <5 + , bytestring >=0.10.8.1 && <0.11 + , directory >=1.3 && <1.4 + , text >=1.2.3.0 && <1.3 + + -- other dependencies + build-depends: + servant-multipart-api == 0.12.* + , lens >=4.17 && <5.1 + , resourcet >=1.2.2 && <1.3 + , servant >=0.16 && <0.20 + , servant-docs >=0.10 && <0.20 + , servant-foreign >=0.15 && <0.20 + , servant-server >=0.16 && <0.20 + , string-conversions >=0.4.0.1 && <0.5 + , wai >=3.2.1.2 && <3.3 + , wai-extra >=3.0.24.3 && <3.2 + +test-suite servant-multipart-test + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: Test.hs + default-language: Haskell2010 + build-depends: + base + , bytestring + , http-types + , servant-multipart + , servant-server + , string-conversions + , tasty + , tasty-wai + , text + +source-repository head + type: git location: https://github.com/haskell-servant/servant-multipart
revision 2
name: servant-multipart version: 0.12.1 -x-revision: 1 +x-revision: 2 synopsis: multipart/form-data (e.g file upload) support for servant description: This package adds server-side support of file upload to the servant ecosystem. base >=4.9 && <5 , bytestring >=0.10.8.1 && <0.11 , directory >=1.3 && <1.4 - , text >=1.2.3.0 && <1.3 + , text >=1.2.3.0 && <2.1 -- other dependencies build-depends: servant-multipart-api == 0.12.* - , lens >=4.17 && <5.1 + , lens >=4.17 && <5.2 , resourcet >=1.2.2 && <1.3 , servant >=0.16 && <0.20 , servant-docs >=0.10 && <0.20 source-repository head type: git - location: https://github.com/haskell-servant/servant-multipart+ location: https://github.com/haskell-servant/servant-multipart
revision 3
name: servant-multipart version: 0.12.1 -x-revision: 2 +x-revision: 3 synopsis: multipart/form-data (e.g file upload) support for servant description: This package adds server-side support of file upload to the servant ecosystem. -- ghc boot libs build-depends: base >=4.9 && <5 - , bytestring >=0.10.8.1 && <0.11 + , bytestring >=0.10.8.1 && <0.12 , directory >=1.3 && <1.4 , text >=1.2.3.0 && <2.1
revision 4
name: servant-multipart version: 0.12.1 -x-revision: 3 +x-revision: 4 synopsis: multipart/form-data (e.g file upload) support for servant description: This package adds server-side support of file upload to the servant ecosystem. -- other dependencies build-depends: servant-multipart-api == 0.12.* - , lens >=4.17 && <5.2 + , lens >=4.17 && <5.3 , resourcet >=1.2.2 && <1.3 , servant >=0.16 && <0.20 , servant-docs >=0.10 && <0.20
revision 5
name: servant-multipart version: 0.12.1 -x-revision: 4 +x-revision: 5 synopsis: multipart/form-data (e.g file upload) support for servant description: This package adds server-side support of file upload to the servant ecosystem. build-depends: servant-multipart-api == 0.12.* , lens >=4.17 && <5.3 - , resourcet >=1.2.2 && <1.3 - , servant >=0.16 && <0.20 - , servant-docs >=0.10 && <0.20 - , servant-foreign >=0.15 && <0.20 - , servant-server >=0.16 && <0.20 + , resourcet >=1.2.2 && <1.4 + , servant >=0.16 && <0.21 + , servant-docs >=0.10 && <0.14 + , servant-foreign >=0.15 && <0.17 + , servant-server >=0.16 && <0.21 , string-conversions >=0.4.0.1 && <0.5 , wai >=3.2.1.2 && <3.3 , wai-extra >=3.0.24.3 && <3.2
revision 6
name: servant-multipart version: 0.12.1 -x-revision: 5 +x-revision: 6 synopsis: multipart/form-data (e.g file upload) support for servant description: This package adds server-side support of file upload to the servant ecosystem. build-type: Simple cabal-version: >=1.10 extra-source-files: CHANGELOG.md -tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4 +tested-with: + GHC ==8.6.5 + || ==8.8.4 + || ==8.10.7 + || ==9.0.2 + || ==9.2.8 + || ==9.4.8 + || ==9.6.3 + || ==9.8.1 library default-language: Haskell2010 -- ghc boot libs build-depends: base >=4.9 && <5 - , bytestring >=0.10.8.1 && <0.12 + , bytestring >=0.10.8.1 && <0.13 , directory >=1.3 && <1.4 - , text >=1.2.3.0 && <2.1 + , text >=1.2.3.0 && <2.2 -- other dependencies build-depends: source-repository head type: git - location: https://github.com/haskell-servant/servant-multipart + location: https://github.com/haskell-servant/servant-multipart
revision 7
name: servant-multipart version: 0.12.1 -x-revision: 6 +x-revision: 7 synopsis: multipart/form-data (e.g file upload) support for servant description: This package adds server-side support of file upload to the servant ecosystem. -- other dependencies build-depends: servant-multipart-api == 0.12.* - , lens >=4.17 && <5.3 + , lens >=4.17 && <5.4 , resourcet >=1.2.2 && <1.4 , servant >=0.16 && <0.21 , servant-docs >=0.10 && <0.14 source-repository head type: git - location: https://github.com/haskell-servant/servant-multipart+ location: https://github.com/haskell-servant/servant-multipart