packages feed

ghc-exactprint 0.5.8.1 → 0.5.8.2

raw patch · 2 files changed

+13/−4 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog view
@@ -1,3 +1,5 @@+2018-10-27 v0.5.8.2+	* Support GHC 8.4.4 by selecting correct source directory 2018-09-23 v0.5.8.1 	* Sort out MonadFail usage for GHC 8.6.1 2018-09-12 v0.5.8.0
ghc-exactprint.cabal view
@@ -1,5 +1,5 @@ name:                ghc-exactprint-version:             0.5.8.1+version:             0.5.8.2 synopsis:            ExactPrint for GHC description:         Using the API Annotations available from GHC 7.10.2, this                      library provides a means to round trip any code that can@@ -29,7 +29,14 @@ maintainer:          alan.zimm@gmail.com category:            Development build-type:          Simple-tested-with:    GHC == 7.10.3, GHC == 8.0.1, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.2, GHC == 8.4.3+tested-with:         GHC == 7.10.3+                   , GHC == 8.0.1+                   , GHC == 8.0.2+                   , GHC == 8.2.2+                   , GHC == 8.4.2+                   , GHC == 8.4.3+                   , GHC == 8.4.4+                   , GHC == 8.6.1 extra-source-files:  ChangeLog                      src-ghc710/Language/Haskell/GHC/ExactPrint/*.hs                      tests/examples/failing/*.hs@@ -97,7 +104,7 @@       build-depends: ghc-boot   hs-source-dirs:      src -  if impl (ghc > 8.4.3)+  if impl (ghc > 8.4.4)       hs-source-dirs: src-ghc86   else     if impl (ghc > 8.2.2)@@ -123,7 +130,7 @@   else     hs-source-dirs:      tests -  if impl (ghc > 8.4.3)+  if impl (ghc > 8.4.4)       hs-source-dirs: src-ghc86   else     if impl (ghc > 8.2.2)