gdiff-th 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- gdiff-th.cabal +1/−1
- src/Data/Generic/Diff/TH.hs +1/−1
gdiff-th.cabal view
@@ -7,7 +7,7 @@ -- The package version. See the Haskell package versioning policy -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented.-Version: 0.1.0.1+Version: 0.1.0.2 -- A short (one-line) description of the package. Synopsis: Generate gdiff GADTs and Instances.
src/Data/Generic/Diff/TH.hs view
@@ -7,7 +7,7 @@ --import "Data.Generic.Diff" --import "Data.Generic.Diff.TH" --import "System.Console.Terminfo.Color"---import "Text.PrettyPrint.Free hiding (parens)"+--import "Text.PrettyPrint.Free" --import "System.Console.Terminfo.PrettyPrint" -- --data Exp = Exp :+: Exp