data-pprint 0.2 → 0.2.1.3
raw patch · 2 files changed
+9/−7 lines, 2 filesdep ~basedep ~deepseqdep ~parallelPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base, deepseq, parallel, pretty, time
API changes (from Hackage documentation)
- Data.Data.GenRep.Doc: instance IsString Doc
+ Data.Data.GenRep.Doc: showLitCharInChar :: Char -> String
+ Data.Data.GenRep.Doc: showLitCharInString :: Char -> String
Files
- Data/Data/GenRep/Doc.hs +3/−1
- data-pprint.cabal +6/−6
Data/Data/GenRep/Doc.hs view
@@ -2,6 +2,8 @@ {-# LANGUAGE OverloadedStrings, PatternGuards #-} module Data.Data.GenRep.Doc ( Doc+ , showLitCharInChar+ , showLitCharInString , toDoc ) where @@ -15,7 +17,7 @@ ---------------- -- |'IsString' instance for 'Doc'-instance IsString Doc where fromString = text+-- instance IsString Doc where fromString = text -------------------------
data-pprint.cabal view
@@ -1,5 +1,5 @@ name: data-pprint-version: 0.2+version: 0.2.1.3 category: Testing, Text synopsis: Prettyprint and compare Data values description:@@ -64,10 +64,10 @@ System.IO.Parallel other-modules: build-depends:- base >= 4.0 && < 4.4,- pretty >= 1.0 && < 1.1,+ base >= 4.0 && < 4.6,+ pretty >= 1.0 && < 1.2, mtl >= 2.0 && < 2.1,- deepseq >= 1.1 && < 1.2, - time >= 1.2 && < 1.3,- parallel >= 3.1 && < 3.2+ deepseq >= 1.1 && < 1.4,+ time >= 1.2 && < 1.5,+ parallel >= 3.1 && < 3.3