summaryrefslogtreecommitdiff
path: root/rts/rts.cabal.in
diff options
context:
space:
mode:
authorDuncan Coutts <duncan@well-typed.com>2021-01-03 12:22:37 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-01-25 05:11:14 -0500
commit083d7aeb5b0f9e47bf34459415367502492c5e06 (patch)
tree8af2ec61e332b11d4571df8345d0139018396639 /rts/rts.cabal.in
parentb18d9e97252c9dd12f08d3e6f56bfec6a6d2469a (diff)
downloadhaskell-083d7aeb5b0f9e47bf34459415367502492c5e06.tar.gz
Move win32/IOManager to win32/MIOManager
It is only for MIO, and we want to use the generic name IOManager for the name of the common parts of the interface and dispatch.
Diffstat (limited to 'rts/rts.cabal.in')
-rw-r--r--rts/rts.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/rts.cabal.in b/rts/rts.cabal.in
index 6c7e68d28a..8c382e067e 100644
--- a/rts/rts.cabal.in
+++ b/rts/rts.cabal.in
@@ -534,7 +534,7 @@ library
win32/ConsoleHandler.c
win32/GetEnv.c
win32/GetTime.c
- win32/IOManager.c
+ win32/MIOManager.c
win32/OSMem.c
win32/OSThreads.c
win32/ThrIOManager.c