-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgodot-haskell-plugin.cabal
56 lines (50 loc) · 1.37 KB
/
godot-haskell-plugin.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
45
46
47
48
49
50
51
52
53
54
55
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 9dd8efd2e45c2898fb76a533380ee709713ad59d98865274345e6eac9e30c25b
name: godot-haskell-plugin
version: 0.1.0.0
description: Please see the README on Github at <https://github.com/KaneTW/godot-haskell-plugin#readme>
homepage: https://github.com/KaneTW/godot-haskell-plugin#readme
bug-reports: https://github.com/KaneTW/godot-haskell-plugin/issues
author: David Kraeutmann
maintainer: [email protected]
copyright: 2018 David Kraeutmann
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/KaneTW/godot-haskell-plugin
library
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, godot-haskell
exposed-modules:
Lib
default-language: Haskell2010
foreign-library godot-haskell-plugin
type: native-shared
if os(Windows)
options: standalone
other-modules: Flib
include-dirs:
godot_headers
hs-source-dirs:
flib
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, godot-haskell
, godot-haskell-plugin
, text
c-sources:
cbits/flib.c
default-language: Haskell2010