ghc-exactprint 0.5.2 → 0.5.2.1
raw patch · 4 files changed
+4/−5 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog +3/−0
- ghc-exactprint.cabal +1/−1
- tests/examples/ghc710/NegLit.hs +0/−1
- tests/examples/ghc710/OldQuasiQuote.hs +0/−3
ChangeLog view
@@ -1,3 +1,6 @@+2016-07-24 v0.5.2.1+ * Remove additional files from release tarball+ 2016-07-24 v0.5.2 * Move annotations from the `RdrName` to `HsVar` and `PatVar` for consistency.
ghc-exactprint.cabal view
@@ -1,5 +1,5 @@ name: ghc-exactprint-version: 0.5.2+version: 0.5.2.1 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
− tests/examples/ghc710/NegLit.hs
@@ -1,1 +0,0 @@-a = -b/c
− tests/examples/ghc710/OldQuasiQuote.hs
@@ -1,3 +0,0 @@-{-# LANGUAGE QuasiQuotes #-}--foo = [$qq| string|]