hp2pretty 0.8.0.1 → 0.8.0.2
raw patch · 3 files changed
+8/−3 lines, 3 filesdep ~base
Dependency ranges changed: base
Files
- NEWS +5/−0
- hp2pretty.cabal +2/−2
- src/SVG.hs +1/−1
NEWS view
@@ -1,3 +1,8 @@+v0.8.0.2 2017-06-29 imports++Add imports to fix build with even older GHC versions.++ v0.8.0.1 2017-06-29 semigroups Depend on semigroups to fix build with older GHC versions.
hp2pretty.cabal view
@@ -1,5 +1,5 @@ Name: hp2pretty-Version: 0.8.0.1+Version: 0.8.0.2 Synopsis: generate pretty graphs from heap profiles Description: hp2pretty is a rewrite of hp2ps, implemented in Haskell, with the aims of being maintainable, with more flexible output, and@@ -80,4 +80,4 @@ Source-repository this type: git location: https://code.mathr.co.uk/hp2pretty.git- tag: v0.8.0.1+ tag: v0.8.0.2
src/SVG.hs view
@@ -4,7 +4,7 @@ import Data.Text (Text, pack) import qualified Data.Text as T import Data.List (intersperse)-import Data.Monoid ((<>))+import Data.Monoid ((<>), mconcat) import Numeric (showHex) import Text.FShow.RealFloat (fshow, Double7(D7))