ghc-imported-from 0.3.0.4 → 0.3.0.5
raw patch · 3 files changed
+9/−3 lines, 3 filesdep ~pipes-transducePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: pipes-transduce
API changes (from Hackage documentation)
Files
- changelog.md +6/−0
- ghc-imported-from.cabal +2/−2
- stack.yaml +1/−1
changelog.md view
@@ -1,3 +1,9 @@+2016-04-12 v0.3.0.5++* Remove upper bound on pipes-transduce.++pipes-transduce+ 2016-04-05 v0.3.0.4 * Bugfix: upper bound on pipes-transduce to fix a build error.
ghc-imported-from.cabal view
@@ -1,5 +1,5 @@ name: ghc-imported-from-version: 0.3.0.4+version: 0.3.0.5 synopsis: Find the Haddock documentation for a symbol. description: Given a Haskell module and symbol, determine the URL to the Haddock documentation for that symbol.@@ -47,7 +47,7 @@ , hspec , hspec-discover , exceptions- , pipes-transduce < 0.3.4.0+ , pipes-transduce if impl(ghc < 7.7) Build-Depends: Cabal >= 1.10 && < 1.17 else
stack.yaml view
@@ -6,5 +6,5 @@ - conceit-0.4.0.0 - pipes-text-0.0.1.0 - process-streaming-0.9.1.0-- pipes-transduce-0.3.3.0+- pipes-transduce-0.3.4.0 resolver: lts-5.11