-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstruct2hs.cabal
More file actions
39 lines (32 loc) · 843 Bytes
/
struct2hs.cabal
File metadata and controls
39 lines (32 loc) · 843 Bytes
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
-- Initial struct-preprocessor.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: struct2hs
version: 0.1.0.0
-- synopsis:
-- description:
license: BSD3
license-file: LICENSE
author: Takayuki Muranushi and Metasepi team
maintainer: Metasepi team <metasepi@gmail.com>
-- copyright:
category: Language
build-type: Simple
cabal-version: >=1.8
library
exposed-modules:
Parser
hs-source-dirs: src
build-depends:
base ==4.6.*
,either
,language-c
,transformers
executable struct2hs
hs-source-dirs: exe-src
main-is: struct2hs.hs
build-depends:
base ==4.6.*
,containers
,either
,struct2hs
,language-c