We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef5efa commit b6498d0Copy full SHA for b6498d0
1 file changed
cassette.cabal
@@ -6,13 +6,18 @@ synopsis: A combinator library for simultaneously defining parsers and pretty pr
6
category: Parsing, Text
7
license: Apache-2.0
8
license-file: LICENSE
9
+bug-reports: https://github.com/mboes/cassette/issues
10
cabal-version: >= 1.10.0
11
build-type: Simple
12
13
extra-doc-files:
14
CHANGELOG.md
15
README.md
16
17
+source-repository head
18
+ type: git
19
+ location: https://github.com/mboes/cassette
20
+
21
library
22
hs-source-dirs: src
23
build-depends:
0 commit comments