Cabal revisions of servant-multipart-0.11.4
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: servant-multipart version: 0.11.4+x-revision: 1 synopsis: multipart/form-data (e.g file upload) support for servant description: This package adds support for file upload to the servant ecosystem. It draws -- other dependencies build-depends:- http-media >=0.7.1.3 && <0.8+ http-media >=0.7.1.3 && <0.9 , lens >=4.17 && <4.18 , resourcet >=1.2.2 && <1.3 , servant >=0.15 && <0.17
revision 2
name: servant-multipart version: 0.11.4-x-revision: 1+x-revision: 2 synopsis: multipart/form-data (e.g file upload) support for servant description: This package adds support for file upload to the servant ecosystem. It draws 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.3+tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.1 library default-language: Haskell2010 -- other dependencies build-depends: http-media >=0.7.1.3 && <0.9- , lens >=4.17 && <4.18+ , lens >=4.17 && <4.19 , resourcet >=1.2.2 && <1.3 , servant >=0.15 && <0.17 , servant-docs >=0.10 && <0.15 base , bytestring , http-client- , network >=2.8 && <3.1+ , network >=2.8 && <3.2 , servant , servant-multipart , servant-server