- Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpsgo.cabal
145 lines (139 loc) · 3.33 KB
/
psgo.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.0.
--
-- see: https://github.com/sol/hpack
name: psgo
version: 0.1.0.0
description: Please see the README on Github at <https://github.com/andyarvanitis/purescript-native#readme>
homepage: https://github.com/andyarvanitis/purescript-native#readme
bug-reports: https://github.com/andyarvanitis/purescript-native/issues
author: Andy Arvanitis
maintainer: example@example.com
copyright: 2018 Andy Arvanitis
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
stack.yaml
support/ffi-loader.go
support/go.mod.ffi-loader
support/go.mod.output
support/go.mod.working
source-repositoryhead
type: git
location: https://github.com/andyarvanitis/purescript-native
library
exposed-modules:
CodeGen.IL
CodeGen.IL.Common
CodeGen.IL.Optimizer
CodeGen.IL.Optimizer.Common
CodeGen.IL.Optimizer.Inliner
CodeGen.IL.Optimizer.MagicDo
CodeGen.IL.Optimizer.TCO
CodeGen.IL.Printer
Tests
other-modules:
Paths_psgo
hs-source-dirs:
src
default-extensions:
ConstraintKinds
DataKinds
DeriveFunctor
EmptyDataDecls
FlexibleContexts
KindSignatures
LambdaCase
MultiParamTypeClasses
NoImplicitPrelude
PatternGuards
PatternSynonyms
RankNTypes
RecordWildCards
OverloadedStrings
ScopedTypeVariables
TupleSections
ViewPatterns
build-depends:
aeson >=1.0&&<1.5
, base >=4.7&&<5
, base-compat >=0.6.0
, bytestring >=0.10.8.2&&<0.11
, containers
, directory
, file-embed
, filemanip
, filepath
, gitrev
, monad-parallel >=0.7.2.2&&<0.8
, mtl >=2.1.0&&<2.3.0
, pattern-arrows >=0.0.2&&<0.1
, process
, protolude >=0.1.6
, purescript
, safe >=0.3.9&&<0.4
, text
, transformers >=0.3.0&&<0.6
default-language: Haskell2010
executablepsgo
main-is: Main.hs
other-modules:
Paths_psgo
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson >=1.0&&<1.5
, base >=4.7&&<5
, base-compat >=0.6.0
, bytestring >=0.10.8.2&&<0.11
, containers
, directory
, file-embed
, filemanip
, filepath
, gitrev
, monad-parallel >=0.7.2.2&&<0.8
, mtl >=2.1.0&&<2.3.0
, pattern-arrows >=0.0.2&&<0.1
, process
, protolude >=0.1.6
, psgo
, purescript
, safe >=0.3.9&&<0.4
, text
, transformers >=0.3.0&&<0.6
default-language: Haskell2010
test-suitepsgo-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_psgo
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson >=1.0&&<1.5
, base >=4.7&&<5
, base-compat >=0.6.0
, bytestring >=0.10.8.2&&<0.11
, containers
, directory
, file-embed
, filemanip
, filepath
, gitrev
, monad-parallel >=0.7.2.2&&<0.8
, mtl >=2.1.0&&<2.3.0
, pattern-arrows >=0.0.2&&<0.1
, process
, protolude >=0.1.6
, psgo
, purescript
, safe >=0.3.9&&<0.4
, text
, transformers >=0.3.0&&<0.6
default-language: Haskell2010