-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathcabal.project.debug
More file actions
40 lines (38 loc) · 931 Bytes
/
cabal.project.debug
File metadata and controls
40 lines (38 loc) · 931 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
33
34
35
36
37
38
39
40
import: cabal.project
packages: ghc/compiler
allow-newer: all
documentation: False
allow-boot-library-installs: True
library-vanilla: False
executable-dynamic: True
package haskell-debugger
ghc-options: -DDEBUG_WITH_GHC
package ghc
flags: +internal-interpreter +dynamic-system-linker
package *
documentation: False
-- we would like to fix them to the -package-id ghc itself depends on, but I don't see how with cabal.
constraints:
base installed,
array installed,
binary installed,
bytestring installed,
containers installed,
deepseq installed,
directory installed,
exceptions installed,
filepath installed,
ghc-boot installed,
ghc-boot installed,
ghc-heap installed,
ghc-internal installed,
ghci installed,
hpc installed,
os-string installed,
process installed,
rts installed,
semaphore-compat installed,
stm installed,
time installed,
transformers installed,
unix installed,