servant-streaming 0.2.0.0 → 0.3.0.0
raw patch · 1 files changed
+12/−12 lines, 1 filesdep ~QuickCheckdep ~basedep ~servant
Dependency ranges changed: QuickCheck, base, servant
Files
- servant-streaming.cabal +12/−12
servant-streaming.cabal view
@@ -1,11 +1,11 @@--- This file has been generated from package.yaml by hpack version 0.20.0.+-- This file has been generated from package.yaml by hpack version 0.21.2. -- -- see: https://github.com/sol/hpack ----- hash: 74ed850a5125af30d91d2e9b3c6a8b357a3a093de9f73f39f7a126043b33983c+-- hash: 0b39e59b86acd9bbc71b8a79a0a1de13e600c72e30cbc558eedcdbc9ad90d7e8 name: servant-streaming-version: 0.2.0.0+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@@ -24,32 +24,32 @@ 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.11+ base >=4.7 && <4.12 , http-types >=0.9 && <0.13- , servant >=0.8 && <0.14- exposed-modules:- Servant.Streaming+ , 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.11- , base >=4.7 && <4.11+ QuickCheck >=2.8 && <2.12+ , base >=4.7 && <4.12 , hspec >2 && <3 , http-types >=0.9 && <0.13- , servant >=0.8 && <0.14+ , servant >=0.13 && <0.15 , servant-streaming- other-modules:- Paths_servant_streaming default-language: Haskell2010