servant-streaming-server 0.2.0.0 → 0.3.0.0
raw patch · 1 files changed
+16/−16 lines, 1 filesdep ~QuickCheckdep ~basedep ~servant-serverPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, base, servant-server, servant-streaming
API changes (from Hackage documentation)
- Servant.Streaming.Server: data StreamResponse (method :: StdMethod) (status :: Nat) (contentTypes :: [*]) :: StdMethod -> Nat -> [*] -> *
+ Servant.Streaming.Server: data StreamResponse (method :: StdMethod) (status :: Nat) (contentTypes :: [*])
Files
- servant-streaming-server.cabal +16/−16
servant-streaming-server.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: 2c782b81db834803cac4a8b8aeffb9f7e765d9e4097f1acee1d86460c5a266fd+-- hash: bda47700ecd5d040bd748db035489b5ebb85e594813138834be56eedb8273862 name: servant-streaming-server-version: 0.2.0.0+version: 0.3.0.0 synopsis: Server instances for the 'servant-streaming' package. description: This package defines instances that allow using the 'StreamBody' and 'StreamResponse' combinators in 'servant' servers. homepage: http://github.com/plow-technologies/servant-streaming-server#readme@@ -24,37 +24,40 @@ location: https://github.com/plow-technologies/servant-streaming-server library+ exposed-modules:+ Servant.Streaming.Server+ Servant.Streaming.Server.Internal hs-source-dirs: src default-extensions: AutoDeriveTypeable ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators ghc-options: -Wall build-depends:- base >=4.7 && <4.11+ base >=4.7 && <4.12 , bytestring , http-media >=0.6 && <0.8 , http-types >=0.9 && <0.13 , resourcet >=1.1 && <1.3 , servant- , servant-server >=0.8 && <0.14- , servant-streaming >=0.2 && <0.3+ , servant-server >=0.13 && <0.15+ , servant-streaming >=0.2 && <0.4 , streaming >=0.1 && <0.3 , streaming-wai >=0.1 && <0.2 , wai >=3.0 && <3.3- exposed-modules:- Servant.Streaming.Server- Servant.Streaming.Server.Internal default-language: Haskell2010 test-suite spec type: exitcode-stdio-1.0 main-is: Spec.hs+ other-modules:+ Servant.Streaming.ServerSpec+ Paths_servant_streaming_server hs-source-dirs: test default-extensions: AutoDeriveTypeable ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators ghc-options: -Wall -Wall -with-rtsopts=-T -threaded build-depends:- QuickCheck >=2.8 && <2.11- , base >=4.7 && <4.11+ QuickCheck >=2.8 && <2.12+ , base >=4.7 && <4.12 , bytestring , directory , hspec >2 && <3@@ -64,15 +67,12 @@ , pipes-http >=1 && <2 , resourcet >=1.1 && <1.3 , servant- , servant-server >=0.8 && <0.14- , servant-streaming >=0.2 && <0.3+ , servant-server >=0.13 && <0.15+ , servant-streaming >=0.2 && <0.4 , servant-streaming-server , streaming >=0.1 && <0.3 , streaming-bytestring >=0.1 && <0.2 , streaming-wai >=0.1 && <0.2 , wai >=3.0 && <3.3 , warp >=3.2.4 && <3.3- other-modules:- Servant.Streaming.ServerSpec- Paths_servant_streaming_server default-language: Haskell2010