diff options
author | Andreas Klebinger <klebinger.andreas@gmx.at> | 2020-06-22 13:58:18 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-07-15 16:41:03 -0400 |
commit | cf37ce3499a0367faf7fcaf014d8350e5864fe7a (patch) | |
tree | f83127da41128caa85b120785be2df615e89846f /libraries | |
parent | 6a533d2afaab8b8ca0026c9af1a8ed9ff09c4462 (diff) | |
download | haskell-cf37ce3499a0367faf7fcaf014d8350e5864fe7a.tar.gz |
winio: Add version to @since annotation
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/GHC/Conc/IO.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Conc/IO.hs b/libraries/base/GHC/Conc/IO.hs index 385a9fc263..8425937ffe 100644 --- a/libraries/base/GHC/Conc/IO.hs +++ b/libraries/base/GHC/Conc/IO.hs @@ -80,7 +80,7 @@ ensureIOManagerIsRunning = Windows.ensureIOManagerIsRunning -- | Interrupts the current wait of the I/O manager if it is currently blocked. -- This instructs it to re-read how much it should wait and to process any -- pending events. --- @since <basever> +-- @since 4.15 interruptIOManager :: IO () #if !defined(mingw32_HOST_OS) interruptIOManager = return () |