Cabal revisions of servant-machines-0.15.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: >=1.10-name: servant-machines-version: 0.15.1--synopsis: Servant Stream support for machines-category: Servant, Web, Enumerator-description: Servant Stream support for machines.- .- Provides 'ToSourceIO' and 'FromSourceIO' instances for 'MachineT'.--homepage: http://docs.servant.dev/-bug-reports: http://github.com/haskell-servant/servant/issues-license: BSD3-license-file: LICENSE-author: Servant Contributors-maintainer: haskell-servant-maintainers@googlegroups.com-copyright: 2018-2019 Servant Contributors-build-type: Simple-tested-with:- GHC ==8.0.2- || ==8.2.2- || ==8.4.4- || ==8.6.5- || ==8.8.3- || ==8.10.1--extra-source-files:- CHANGELOG.md--source-repository head- type: git- location: http://github.com/haskell-servant/servant-machines.git--library- exposed-modules: Servant.Machines- build-depends:- base >=4.9 && <5- , bytestring >=0.10.8.1 && <0.11- , machines >=0.6.4 && <0.8- , mtl >=2.2.2 && <2.3- , servant >=0.15 && <0.19- hs-source-dirs: src- default-language: Haskell2010- ghc-options: -Wall--test-suite example- type: exitcode-stdio-1.0- main-is: Main.hs- hs-source-dirs:- example- ghc-options: -Wall -rtsopts -threaded- build-depends:- base- , base-compat- , bytestring- , http-media- , servant- , machines- , servant-machines- , servant-server >=0.15 && <0.19- , servant-client >=0.15 && <0.19- , wai >=3.2.1.2 && <3.3- , warp >=3.2.25 && <3.4- , http-client+cabal-version: >=1.10 +name: servant-machines +version: 0.15.1 +x-revision: 1 + +synopsis: Servant Stream support for machines +category: Servant, Web, Enumerator +description: Servant Stream support for machines. + . + Provides 'ToSourceIO' and 'FromSourceIO' instances for 'MachineT'. + +homepage: http://docs.servant.dev/ +bug-reports: http://github.com/haskell-servant/servant/issues +license: BSD3 +license-file: LICENSE +author: Servant Contributors +maintainer: haskell-servant-maintainers@googlegroups.com +copyright: 2018-2019 Servant Contributors +build-type: Simple +tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2 + +extra-source-files: + CHANGELOG.md + +source-repository head + type: git + location: http://github.com/haskell-servant/servant-machines.git + +library + exposed-modules: Servant.Machines + build-depends: + base >=4.9 && <5 + , bytestring >=0.10.8.1 && <0.12 + , machines >=0.6.4 && <0.8 + , mtl >=2.2.2 && <2.3 + , servant >=0.15 && <0.19 + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -Wall + +test-suite example + type: exitcode-stdio-1.0 + main-is: Main.hs + hs-source-dirs: + example + ghc-options: -Wall -rtsopts -threaded + build-depends: + base + , base-compat + , bytestring + , http-media + , servant + , machines + , servant-machines + , servant-server >=0.15 && <0.19 + , servant-client >=0.15 && <0.19 + , wai >=3.2.1.2 && <3.3 + , warp >=3.2.25 && <3.4 + , http-client default-language: Haskell2010
revision 2
cabal-version: >=1.10 name: servant-machines version: 0.15.1 -x-revision: 1 +x-revision: 2 synopsis: Servant Stream support for machines category: Servant, Web, Enumerator , bytestring >=0.10.8.1 && <0.12 , machines >=0.6.4 && <0.8 , mtl >=2.2.2 && <2.3 - , servant >=0.15 && <0.19 + , servant >=0.15 && <0.20 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall , servant , machines , servant-machines - , servant-server >=0.15 && <0.19 - , servant-client >=0.15 && <0.19 + , servant-server >=0.15 && <0.20 + , servant-client >=0.15 && <0.20 , wai >=3.2.1.2 && <3.3 , warp >=3.2.25 && <3.4 , http-client - default-language: Haskell2010+ default-language: Haskell2010 +