Cabal revisions of servant-streaming-0.3.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- This file has been generated from package.yaml by hpack version 0.21.2.------ see: https://github.com/sol/hpack------ hash: 0b39e59b86acd9bbc71b8a79a0a1de13e600c72e30cbc558eedcdbc9ad90d7e8--name: servant-streaming-version: 0.3.0.0-synopsis: Servant combinators for the 'streaming' package-description: This package defines the 'StreamBody' and 'StreamResponse' combinators for use with the <https://hackage.haskell.org/package/streaming streaming> package.-homepage: http://github.com/plow-technologies/servant-streaming#readme-bug-reports: https://github.com/plow-technologies/servant-streaming/issues-author: Julian K. Arni-maintainer: jkarni@gmail.com-copyright: (c) Julian K. Arni-license: BSD3-license-file: LICENSE-tested-with: GHC == 8.2.2-build-type: Simple-cabal-version: >= 1.10--source-repository head- type: git- location: https://github.com/plow-technologies/servant-streaming--library- exposed-modules:- Servant.Streaming- hs-source-dirs:- src- default-extensions: AutoDeriveTypeable ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes RecordWildCards ScopedTypeVariables TypeFamilies TypeOperators- ghc-options: -Wall- build-depends:- base >=4.7 && <4.12- , http-types >=0.9 && <0.13- , servant >=0.13 && <0.15- default-language: Haskell2010--test-suite spec- type: exitcode-stdio-1.0- main-is: Spec.hs- other-modules:- Paths_servant_streaming- hs-source-dirs:- test- default-extensions: AutoDeriveTypeable ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes RecordWildCards ScopedTypeVariables TypeFamilies TypeOperators- ghc-options: -Wall- build-depends:- QuickCheck >=2.8 && <2.12- , base >=4.7 && <4.12- , hspec >2 && <3- , http-types >=0.9 && <0.13- , servant >=0.13 && <0.15- , servant-streaming- default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.21.2. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: 0b39e59b86acd9bbc71b8a79a0a1de13e600c72e30cbc558eedcdbc9ad90d7e8 + +name: servant-streaming +version: 0.3.0.0 +x-revision: 1 +synopsis: Servant combinators for the 'streaming' package +description: This package defines the 'StreamBody' and 'StreamResponse' combinators for use with the <https://hackage.haskell.org/package/streaming streaming> package. +homepage: http://github.com/plow-technologies/servant-streaming#readme +bug-reports: https://github.com/plow-technologies/servant-streaming/issues +author: Julian K. Arni +maintainer: jkarni@gmail.com +copyright: (c) Julian K. Arni +license: BSD3 +license-file: LICENSE +tested-with: GHC == 8.2.2 +build-type: Simple +cabal-version: >= 1.10 + +source-repository head + type: git + location: https://github.com/plow-technologies/servant-streaming + +library + exposed-modules: + Servant.Streaming + hs-source-dirs: + src + default-extensions: AutoDeriveTypeable ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes RecordWildCards ScopedTypeVariables TypeFamilies TypeOperators + ghc-options: -Wall + build-depends: + base >=4.7 && <4.13 + , http-types >=0.9 && <0.13 + , servant >=0.13 && <0.15 + default-language: Haskell2010 + +test-suite spec + type: exitcode-stdio-1.0 + main-is: Spec.hs + other-modules: + Paths_servant_streaming + hs-source-dirs: + test + default-extensions: AutoDeriveTypeable ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes RecordWildCards ScopedTypeVariables TypeFamilies TypeOperators + ghc-options: -Wall + build-depends: + QuickCheck >=2.8 && <2.12 + , base >=4.7 && <4.13 + , hspec >2 && <3 + , http-types >=0.9 && <0.13 + , servant >=0.13 && <0.15 + , servant-streaming + default-language: Haskell2010
revision 2
name: servant-streaming version: 0.3.0.0 -x-revision: 1 +x-revision: 2 synopsis: Servant combinators for the 'streaming' package description: This package defines the 'StreamBody' and 'StreamResponse' combinators for use with the <https://hackage.haskell.org/package/streaming streaming> package. homepage: http://github.com/plow-technologies/servant-streaming#readme default-extensions: AutoDeriveTypeable ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes RecordWildCards ScopedTypeVariables TypeFamilies TypeOperators ghc-options: -Wall build-depends: - QuickCheck >=2.8 && <2.12 + QuickCheck >=2.8 && <2.13 , base >=4.7 && <4.13 , hspec >2 && <3 , http-types >=0.9 && <0.13
revision 3
name: servant-streaming version: 0.3.0.0 -x-revision: 2 +x-revision: 3 synopsis: Servant combinators for the 'streaming' package description: This package defines the 'StreamBody' and 'StreamResponse' combinators for use with the <https://hackage.haskell.org/package/streaming streaming> package. homepage: http://github.com/plow-technologies/servant-streaming#readme build-depends: base >=4.7 && <4.13 , http-types >=0.9 && <0.13 - , servant >=0.13 && <0.15 + , servant >=0.13 && <0.16 default-language: Haskell2010 test-suite spec , base >=4.7 && <4.13 , hspec >2 && <3 , http-types >=0.9 && <0.13 - , servant >=0.13 && <0.15 + , servant >=0.13 && <0.16 , servant-streaming default-language: Haskell2010