diff options
author | Zubin Duggal <zubin.duggal@gmail.com> | 2021-06-13 16:02:06 +0530 |
---|---|---|
committer | Zubin Duggal <zubin.duggal@gmail.com> | 2021-08-14 02:39:18 +0530 |
commit | 48858f83140767fc3b512f14243354320939ef92 (patch) | |
tree | fae64524a43e5e3bac4ece24fa2d86e09e08a80b /compiler/cabal.project | |
parent | 100ffe75f509a73f1b26e768237888646f522b6c (diff) | |
download | haskell-wip/reinstallable.tar.gz |
reinstallable Setup.hswip/reinstallable
fix cabal file
fix cabal file
Move CodeGen.Platform.hs to compiler/
make cabal sdist work
Remove unnecessary GHC_STAGE guards
Remove unnecessary rts dependency
Diffstat (limited to 'compiler/cabal.project')
-rw-r--r-- | compiler/cabal.project | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/cabal.project b/compiler/cabal.project new file mode 100644 index 0000000000..076876df68 --- /dev/null +++ b/compiler/cabal.project @@ -0,0 +1 @@ +packages: . ../utils/genprimopcode/ ../utils/deriveConstants/ |