servant-streaming-docs 0.2.0.0 → 0.3.0.0
raw patch · 1 files changed
+10/−10 lines, 1 filesdep ~basedep ~servantdep ~servant-docsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, servant, servant-docs, servant-streaming
API changes (from Hackage documentation)
- Servant.Streaming.Docs: data StreamResponse (method :: StdMethod) (status :: Nat) (contentTypes :: [*]) :: StdMethod -> Nat -> [*] -> *
+ Servant.Streaming.Docs: data StreamResponse (method :: StdMethod) (status :: Nat) (contentTypes :: [*])
Files
- servant-streaming-docs.cabal +10/−10
servant-streaming-docs.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: 74804cef0ef3a3470dcfa0dff03660fc820fa165a1c0bd780a0fdbad7f5eefcd+-- hash: 2533632366b64a718c51499be835f9d83b07cc35322bdd57197e9d49454d8db0 name: servant-streaming-docs-version: 0.2.0.0+version: 0.3.0.0 synopsis: Client instances for the 'servant-docs' package. description: This package defines instances that allow using the 'StreamBody' and 'StreamResponse' combinators in combination with 'servant-docs' homepage: http://github.com/plow-technologies/servant-streaming#readme@@ -24,17 +24,17 @@ location: https://github.com/plow-technologies/servant-streaming library+ exposed-modules:+ Servant.Streaming.Docs+ Servant.Streaming.Docs.Internal 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 , lens- , servant >=0.10 && <0.14- , servant-docs >=0.10 && <0.14- , servant-streaming >=0.2 && <0.3- exposed-modules:- Servant.Streaming.Docs- Servant.Streaming.Docs.Internal+ , servant >=0.13 && <0.15+ , servant-docs >=0.11 && <0.15+ , servant-streaming >=0.2 && <0.4 default-language: Haskell2010