aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix.hs
diff options
context:
space:
mode:
Diffstat (limited to 'System/Posix.hs')
-rw-r--r--System/Posix.hs12
1 files changed, 12 insertions, 0 deletions
diff --git a/System/Posix.hs b/System/Posix.hs
index 40fb85d..f45983b 100644
--- a/System/Posix.hs
+++ b/System/Posix.hs
@@ -12,6 +12,18 @@
--
-----------------------------------------------------------------------------
+#if MIN_VERSION_base(3,0,0)
+#warning 3
+#endif
+
+#if MIN_VERSION_base(4,0,0)
+#warning 4
+#endif
+
+#if MIN_VERSION_base(4,0,1)
+#warning 401
+#endif
+
module System.Posix (
module System.Posix.Types,
module System.Posix.Signals,