Add LANGUAGE BangPatterns to modules that use bang patterns
[ghc-base.git] / System / Event / EPoll.hsc
index 098946e..ccc8ec0 100644 (file)
@@ -1,5 +1,5 @@
 {-# LANGUAGE ForeignFunctionInterface, GeneralizedNewtypeDeriving,
-    NoImplicitPrelude #-}
+    NoImplicitPrelude, BangPatterns #-}
 
 --
 -- | A binding to the epoll I/O event notification facility