diff options
Diffstat (limited to 'rts/rts.cabal.in')
-rw-r--r-- | rts/rts.cabal.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/rts/rts.cabal.in b/rts/rts.cabal.in index d41135ddd3..d509953a1b 100644 --- a/rts/rts.cabal.in +++ b/rts/rts.cabal.in @@ -127,7 +127,8 @@ library rts/Profiling.h rts/Signals.h rts/SpinLock.h - rts/Stable.h + rts/StableName.h + rts/StablePtr.h rts/StaticPtrTable.h rts/TTY.h rts/Threads.h @@ -393,7 +394,8 @@ library STM.c Schedule.c Sparks.c - Stable.c + StableName.c + StablePtr.c StaticPtrTable.c Stats.c StgCRun.c |