-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathghci-dap.cabal
177 lines (173 loc) · 3.88 KB
/
ghci-dap.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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
name: ghci-dap
version: 0.0.24.0
synopsis: ghci-dap is a GHCi having DAP interface.
description: Please see README.md
category: Development
homepage: https://github.com/phoityne/ghci-dap
bug-reports: https://github.com/phoityne/ghci-dap/issues
author: phoityne_hs
maintainer: phoityne.hs@gmail.com
copyright: 2017-2025 phoityne_hs
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
Changelog.md
library
exposed-modules:
GHCi.DAP
other-modules:
Paths_ghci_dap
hs-source-dirs:
src
build-depends:
array
, base >=4.7 && <5
, bytestring
, containers
, deepseq
, directory
, exceptions
, filepath
, ghc
, ghc-boot
, ghc-paths
, ghc-prim
, ghci
, haskeline
, haskell-dap >=0.0.15.0
, process
, text
, time
, transformers
default-language: Haskell2010
if impl(ghc < 8.10.0)
build-depends:
unsupported-ghc-version >1 && <1
if (impl(ghc >= 9.0.1)) && (impl(ghc < 9.3.9))
build-depends:
unsupported-ghc-version >1 && <1
executable ghci-dap
main-is: Main.hs
other-modules:
GHCi.DAP.Command
GHCi.DAP.Constant
GHCi.DAP.Type
GHCi.DAP.Utility
Paths_ghci_dap
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -Wno-x-partial
cpp-options: -DGHCI -DHAVE_INTERNAL_INTERPRETER -DGHC_LOADED_INTO_GHCI
cc-options: -fPIC
build-depends:
array
, base >=4.7 && <5
, bytestring
, containers
, deepseq
, directory
, exceptions
, filepath
, ghc
, ghc-boot
, ghc-paths
, ghc-prim
, ghci
, ghci-dap
, haskeline
, haskell-dap >=0.0.15.0
, process
, text
, time
, transformers
default-language: Haskell2010
if impl(ghc < 8.10.0)
build-depends:
unsupported-ghc-version >1 && <1
if (impl(ghc >= 8.10.1)) && (impl(ghc < 8.11.0))
other-modules:
GHCi.GhcApiCompat
GHCi.Leak
GHCi.UI
GHCi.UI.Info
GHCi.UI.Monad
GHCi.UI.Tags
GHCi.Util
GHCMain
hs-source-dirs:
app-ghc-8.10
if (impl(ghc >= 9.0.1)) && (impl(ghc < 9.3.9))
build-depends:
unsupported-ghc-version >1 && <1
if (impl(ghc >= 9.4.1)) && (impl(ghc < 9.5.0))
other-modules:
GHCi.GhcApiCompat
GHCi.Leak
GHCi.UI
GHCi.UI.Info
GHCi.UI.Monad
GHCi.UI.Tags
GHCi.Util
GHCMain
hs-source-dirs:
app-ghc-9.4
if (impl(ghc >= 9.6.1)) && (impl(ghc < 9.7.0))
other-modules:
GHCi.GhcApiCompat
GHCi.Leak
GHCi.UI
GHCi.UI.Info
GHCi.UI.Monad
GHCi.UI.Tags
GHCi.Util
GHCMain
hs-source-dirs:
app-ghc-9.6
if (impl(ghc >= 9.8.1)) && (impl(ghc < 9.9.0))
other-modules:
GHCi.GhcApiCompat
GHCi.Leak
GHCi.UI
GHCi.UI.Info
GHCi.UI.Monad
GHCi.UI.Exception
GHCi.Util
GHCMain
hs-source-dirs:
app-ghc-9.8
if (impl(ghc >= 9.10.1)) && (impl(ghc < 9.11.0))
other-modules:
GHCi.GhcApiCompat
GHCi.Leak
GHCi.UI
GHCi.UI.Info
GHCi.UI.Monad
GHCi.UI.Exception
GHCi.Util
GHCMain
hs-source-dirs:
app-ghc-9.10
if (impl(ghc >= 9.12.1)) && (impl(ghc < 9.13.0))
other-modules:
GHCi.GhcApiCompat
GHCi.Leak
GHCi.UI
GHCi.UI.Info
GHCi.UI.Monad
GHCi.UI.Exception
GHCi.Util
GHCMain
hs-source-dirs:
app-ghc-9.12
if os(windows)
build-depends:
Win32
else
build-depends:
unix