summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rts/rts.cabal.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/rts/rts.cabal.in b/rts/rts.cabal.in
index b3cd2b228e..c1efd4ed59 100644
--- a/rts/rts.cabal.in
+++ b/rts/rts.cabal.in
@@ -34,7 +34,10 @@ library
-- expects the unit-id to be
-- set without version
ghc-options: -this-unit-id rts
- extra-bundled-libraries: Cffi
+ if os(windows)
+ extra-bundled-libraries: Cffi-6
+ else
+ extra-bundled-libraries: Cffi
-- the rts comes in a variety of flavours that ar built outside
-- of cabal. The combination of extra-bundled-libraries and
-- extra-library-flavours results in the following libraries to