diff options
author | Moritz Angermann <moritz.angermann@gmail.com> | 2017-11-18 15:05:31 +0800 |
---|---|---|
committer | Moritz Angermann <moritz.angermann@gmail.com> | 2017-11-18 15:06:52 +0800 |
commit | 74070bbba956392ac6efd4e159dfb8f76b563615 (patch) | |
tree | 39e77b34bcfc5c924fbb55e35321a919af8a8f5d /rts/rts.cabal.in | |
parent | bb11a2d976b933ad870a2888d665d98385dc55fd (diff) | |
download | haskell-74070bbba956392ac6efd4e159dfb8f76b563615.tar.gz |
Fix rts.cabal.in
Overlap with commit 2f463873, resulted in `hooks/LongGCSync.c`
missing from the `rts.cabal.in` file. As the `rts.cabal` file is only
used by hadrian, this did not trigger with the make base build
system which can do globbing.
Also ignore the `rts.cabal` file, as it's generated by configure
from the `rts.cabal.in`.
Diffstat (limited to 'rts/rts.cabal.in')
-rw-r--r-- | rts/rts.cabal.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/rts.cabal.in b/rts/rts.cabal.in index 471012da64..71aef3df0e 100644 --- a/rts/rts.cabal.in +++ b/rts/rts.cabal.in @@ -379,6 +379,7 @@ library eventlog/EventLog.c eventlog/EventLogWriter.c hooks/FlagDefaults.c + hooks/LongGCSync.c hooks/MallocFail.c hooks/OnExit.c hooks/OutOfHeap.c |