packages feed

Cabal revisions of boxes-0.1.3

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                boxes-version:             0.1.3-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:          Eelis van der Weegen <boxes@contacts.eelis.net>-build-type:          Simple-cabal-version:       >= 1.6--library-  build-depends:     base >= 3 && < 5, split >=0.2 && <0.3-  exposed-modules:   Text.PrettyPrint.Boxes--source-repository head-  type: git-  location: git://github.com/Eelis/boxes.git+name:                boxes
+version:             0.1.3
+x-revision: 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:          Eelis van der Weegen <boxes@contacts.eelis.net>
+build-type:          Simple
+cabal-version:       >= 1.6
+
+library
+  build-depends:     base >= 3 && < 4.8, split >=0.2 && <0.3
+  exposed-modules:   Text.PrettyPrint.Boxes
+
+source-repository head
+  type: git
+  location: git://github.com/Eelis/boxes.git