Cabal revisions of boxes-0.1.4
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: boxes-version: 0.1.4-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, README.md-author: Brent Yorgey-maintainer: David Feuer <David.Feuer@gmail.com>-build-type: Simple-cabal-version: >= 1.9.2--- Minimum Cabal version supporting test suites--library- build-depends: base >= 3 && < 5, split >=0.2 && <0.3- exposed-modules: Text.PrettyPrint.Boxes- extensions: CPP- if impl(ghc)- extensions: OverloadedStrings--Test-Suite test-boxes- type: exitcode-stdio-1.0- main-is: Text/PrettyPrint/Tests.hs- build-depends: base >= 3 && < 5, split >=0.2 && <0.3, QuickCheck- extensions: CPP- if impl(ghc)- extensions: OverloadedStrings- cpp-options: -DTESTING--- Export some internals so the tests can get at them--source-repository head- type: git- location: git://github.com/treeowl/boxes.git+name: boxes +version: 0.1.4 +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, README.md +author: Brent Yorgey +maintainer: David Feuer <David.Feuer@gmail.com> +build-type: Simple +cabal-version: >= 1.9.2 +-- Minimum Cabal version supporting test suites + +library + build-depends: base >= 3 && < 4.11, split >=0.2 && <0.3 + exposed-modules: Text.PrettyPrint.Boxes + extensions: CPP + if impl(ghc) + extensions: OverloadedStrings + +Test-Suite test-boxes + type: exitcode-stdio-1.0 + main-is: Text/PrettyPrint/Tests.hs + build-depends: base >= 3 && < 5, split >=0.2 && <0.3, QuickCheck + extensions: CPP + if impl(ghc) + extensions: OverloadedStrings + cpp-options: -DTESTING +-- Export some internals so the tests can get at them + +source-repository head + type: git + location: git://github.com/treeowl/boxes.git