Add some libraries for utility and pretty output
Getty Ritter
6 years ago
2 | 2 | name: collage |
3 | 3 | version: 0.1.0.0 |
4 | 4 | synopsis: A tool for assembling documents out of working, testable code |
5 |
|
|
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. | |
6 | 9 | license: BSD-3-Clause |
7 | 10 | author: Getty Ritter <gettylefou@gmail.com> |
8 | 11 | maintainer: Getty Ritter <gettylefou@gmail.com> |
17 | 20 | , Collage.Opts |
18 | 21 | , Collage.Commands.Test |
19 | 22 | , Collage.Commands.Splice |
23 | , Collage.Utils | |
20 | 24 | build-depends: base >=4.7 && <5 |
21 | 25 | , adnot |
22 | 26 | , bytestring |
23 | 27 | , containers |
24 | 28 | , directory |
25 | 29 | , filepath |
30 | , formatting | |
26 | 31 | , optparse-applicative |
27 | 32 | , process |
28 | 33 | , text |
34 | , unix | |
29 | 35 | , vector |
30 | 36 | hs-source-dirs: src |
31 | 37 | ghc-options: -Wall |