summaryrefslogtreecommitdiff
path: root/Utility
diff options
context:
space:
mode:
Diffstat (limited to 'Utility')
-rw-r--r--Utility/LockPool/Posix.hs1
-rw-r--r--Utility/LockPool/Windows.hs1
2 files changed, 2 insertions, 0 deletions
diff --git a/Utility/LockPool/Posix.hs b/Utility/LockPool/Posix.hs
index 82e0c8e5e..db6b1d3dd 100644
--- a/Utility/LockPool/Posix.hs
+++ b/Utility/LockPool/Posix.hs
@@ -6,6 +6,7 @@
-}
module Utility.LockPool.Posix (
+ P.LockFile,
LockHandle,
lockShared,
lockExclusive,
diff --git a/Utility/LockPool/Windows.hs b/Utility/LockPool/Windows.hs
index 754650c30..a88525a9b 100644
--- a/Utility/LockPool/Windows.hs
+++ b/Utility/LockPool/Windows.hs
@@ -6,6 +6,7 @@
-}
module Utility.LockPool.Windows (
+ P.LockFile,
LockHandle,
lockShared,
lockExclusive,