boxes 0.1 → 0.1.1
raw patch · 3 files changed
+9/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Text.PrettyPrint.Boxes: data Alignment
+ Text.PrettyPrint.Boxes: data Box
Files
- CHANGES +2/−0
- Text/PrettyPrint/Boxes.hs +5/−1
- boxes.cabal +2/−1
+ CHANGES view
@@ -0,0 +1,2 @@+0.1.1: August 22, 2009+ * Export Box and Alignment types
Text/PrettyPrint/Boxes.hs view
@@ -15,7 +15,9 @@ module Text.PrettyPrint.Boxes ( -- * Constructing boxes - nullBox+ Box++ , nullBox , emptyBox , char , text@@ -37,6 +39,8 @@ , punctuateH, punctuateV -- * Alignment++ , Alignment , left, right , top, bottom
boxes.cabal view
@@ -1,11 +1,12 @@ name: boxes-version: 0.1+version: 0.1.1 synopsis: 2D text pretty-printing library description: A pretty-printing library for laying out text in two dimensions, using a simple box model. category: Text license: BSD3 license-file: LICENSE+extra-source-files: CHANGES author: Brent Yorgey maintainer: byorgey@cis.upenn.edu homepage: http://code.haskell.org/~byorgey/code/boxes