forked from TravisWhitaker/libglaswegian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibglaswegian.cabal
44 lines (42 loc) · 1.56 KB
/
libglaswegian.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
40
41
42
43
44
cabal-version: 3.6
name: libglaswegian
version: 0.1.0.0
synopsis: Use GHC's memory allocator from C.
description: Use GHC's memory allocator from C.
homepage: https://github.com/TravisWhitaker/libglaswegian
bug-reports: https://github.com/TravisWhitaker/libglaswegian/issues
license: MIT
license-file: LICENSE
author: Travis Whitaker
maintainer: [email protected]
copyright: Travis Whitaker 2020
category: System
extra-source-files: CHANGELOG.md, README.md
foreign-library glaswegian
type: native-shared
-- options: standalone
other-modules: Glaswegian
build-depends: base
, containers
, primitive
hs-source-dirs: hsrc
default-language: Haskell2010
c-sources: cbits/ghc_init.c
cbits/ghc_cleanup.c
include-dirs: include
install-includes: glaswegian.h
glaswegian++.h
ghc-options: -O2
-threaded
-Wall
-Widentities
-Wredundant-constraints
-Wcompat
-Wno-type-defaults
-Wno-unused-local-binds
-Wno-unused-do-bind
-Wno-unused-matches
-Werror
-threaded
if (os(darwin))
ghc-options: -optP-Wno-nonportable-include-path