Skip to content

Commit 643866f

Browse files
committed
Add more loaded sources, prettify STG.
1 parent 8f527b2 commit 643866f

File tree

6 files changed

+295
-118
lines changed

6 files changed

+295
-118
lines changed

dap/dap.cabal

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ executable dap
2222
ghc-options:
2323
-threaded
2424
build-depends:
25-
base < 5
25+
ansi-wl-pprint
26+
, base < 5
2627
, containers
2728
, dap
2829
, bytestring
2930
, external-stg-interpreter
3031
, external-stg-syntax
3132
, external-stg
33+
, filepath
3234
, lifted-base
3335
, network
3436
, unagi-chan
@@ -38,6 +40,7 @@ executable dap
3840
, time
3941
, mtl
4042
, yaml
43+
, zip
4144
hs-source-dirs:
4245
exe
4346
default-language:

0 commit comments

Comments
 (0)