-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpinch-gen.cabal
39 lines (36 loc) · 1.27 KB
/
pinch-gen.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
cabal-version: >=1.10
name: pinch-gen
version: 0.4.5.0
-- synopsis:
synopsis: A code generator for the pinch Thrift library.
homepage: https://github.com/phile314/pinch-gen
bug-reports: https://github.com/phile314/pinch-gen/issues
license: BSD3
license-file: LICENSE
author: Tiko Energy Systems (Philipp Hausmann)
maintainer: [email protected]
category: Development
build-type: Simple
extra-source-files: CHANGELOG.md
README.md
executable pinch-gen
main-is: Main.hs
hs-source-dirs: src
other-modules: Pinch.Generate
, Pinch.Generate.Pretty
build-depends: base >=4.12 && < 5
, bytestring
, directory
, filepath
, language-thrift >= 0.12.0.0
, megaparsec
, mtl
, optparse-applicative
, prettyprinter
, text
, unordered-containers
default-language: Haskell2010
ghc-options: -Wall
source-repository head
type: git
location: https://github.com/phile314/pinch-gen