-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanguage-c-binary.cabal
More file actions
32 lines (27 loc) · 872 Bytes
/
language-c-binary.cabal
File metadata and controls
32 lines (27 loc) · 872 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
Name: language-c-binary
Version: 0.1
Cabal-Version: >= 1.2
Build-Type: Simple
License: BSD3
License-File: LICENSE
Copyright: LICENSE
Author: Aaron Tomb <aarontomb@gmail.com>
Maintainer: aarontomb@gmail.com
Stability: experimental
Synopsis: Binary instances for language-c
Description: Binary instances for language-c
Category: Language
Flag splitBase
Description: Choose the new smaller, split-up base package.
Library
Extensions:
Build-Depends: language-c >= 0.4 && < 0.5,
binary
if flag(splitBase)
Build-Depends: base >= 3 && < 5
else
Build-Depends: base < 3
Hs-Source-Dirs: .
Exposed-Modules: Language.C.Syntax.BinaryInstances
Other-Modules: Language.C.Syntax.ManualBinaryInstances
GHC-Options: -Wall -fno-warn-orphans