gdritter repos bricoleur / 7d752cf
Add some libraries for utility and pretty output Getty Ritter 5 years ago
1 changed file(s) with 7 addition(s) and 1 deletion(s). Collapse all Expand all
22 name: collage
33 version: 0.1.0.0
44 synopsis: A tool for assembling documents out of working, testable code
5 -- description:
5 description:
6 Collage is a tool for writing documents that include snippets of code
7 in such a way that the code can be build and examined independently
8 of the source document.
69 license: BSD-3-Clause
710 author: Getty Ritter <gettylefou@gmail.com>
811 maintainer: Getty Ritter <gettylefou@gmail.com>
1720 , Collage.Opts
1821 , Collage.Commands.Test
1922 , Collage.Commands.Splice
23 , Collage.Utils
2024 build-depends: base >=4.7 && <5
2125 , adnot
2226 , bytestring
2327 , containers
2428 , directory
2529 , filepath
30 , formatting
2631 , optparse-applicative
2732 , process
2833 , text
34 , unix
2935 , vector
3036 hs-source-dirs: src
3137 ghc-options: -Wall