language-thrift 0.9.0.0 → 0.9.0.1
raw patch · 2 files changed
+13/−3 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGES.md +10/−0
- language-thrift.cabal +3/−3
CHANGES.md view
@@ -1,8 +1,18 @@+0.9.0.1 (2016-05-26)+====================++- Build with GHC 8.+ 0.9.0.0 (2016-05-15) ==================== - Deprecate the `Language.Thrift.Types` in favor of `Language.Thrift.AST`. - Upgrade to `megaparsec` 5.0.++0.8.0.1 (2016-05-24)+====================++- Build with GHC 8. 0.8.0.0 (2016-02-09) ====================
language-thrift.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: language-thrift-version: 0.9.0.0+version: 0.9.0.1 bug-reports: https://github.com/abhinav/language-thrift/issues cabal-version: >= 1.10 build-type: Simple@@ -34,7 +34,7 @@ src ghc-options: -Wall build-depends:- base >= 4.7 && < 4.9,+ base >= 4.7 && < 5, ansi-wl-pprint >= 0.6 && < 0.7, megaparsec >= 5.0 && < 6.0, text >= 1.2,@@ -58,7 +58,7 @@ test ghc-options: -Wall build-depends:- base >= 4.7 && < 4.9,+ base >= 4.7 && < 5, ansi-wl-pprint >= 0.6 && < 0.7, megaparsec >= 5.0 && < 6.0, text >= 1.2,