packages feed

haskell-src-meta 0.8 → 0.8.0.1

raw patch · 2 files changed

+6/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog view
@@ -1,3 +1,6 @@+0.8.0.1+- Bump base and template-haskell library to versions shipped with GHC 7.6.+ 0.8 - Compatibility with GHC 8.2. - Remove deprecated modules.
haskell-src-meta.cabal view
@@ -1,5 +1,5 @@ name:               haskell-src-meta-version:            0.8+version:            0.8.0.1 cabal-version:      >= 1.8 build-type:         Simple license:            BSD3@@ -17,11 +17,11 @@ extra-source-files: ChangeLog README.md examples/*.hs  library-  build-depends:   base >= 4.5 && < 4.11,+  build-depends:   base >= 4.6 && < 4.11,                    haskell-src-exts >= 1.17 && < 1.20,                    pretty >= 1.0 && < 1.2,                    syb >= 0.1 && < 0.8,-                   template-haskell >= 2.7 && < 2.13,+                   template-haskell >= 2.8 && < 2.13,                    th-orphans >= 0.9.1 && < 0.14    if impl(ghc < 7.8)