Add -fno-bang-patterns to modules using both bang and glasgow-exts
authorsimonpj@microsoft.com <unknown>
Fri, 3 Feb 2006 17:57:59 +0000 (17:57 +0000)
committersimonpj@microsoft.com <unknown>
Fri, 3 Feb 2006 17:57:59 +0000 (17:57 +0000)
Data/Array/Base.hs
Data/IntMap.hs
Data/Map.hs
GHC/Arr.lhs
Text/Html.hs

index 32f9fcd..745e9ab 100644 (file)
@@ -1,3 +1,5 @@
+{-# OPTIONS_GHC -fno-bang-patterns #-}
+
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  Data.Array.Base
index 1606413..03a6ab0 100644 (file)
@@ -1,4 +1,4 @@
-{-# OPTIONS -cpp -fglasgow-exts #-} 
+{-# OPTIONS -cpp -fglasgow-exts -fno-bang-patterns #-} 
 -----------------------------------------------------------------------------
 -- Module      :  Data.IntMap
 -- Copyright   :  (c) Daan Leijen 2002
index d88ceb5..24d8d2d 100644 (file)
@@ -1,3 +1,5 @@
+{-# OPTIONS_GHC -fno-bang-patterns #-}
+
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  Data.Map
index 0b29db0..87ce3b2 100644 (file)
@@ -1,5 +1,5 @@
 \begin{code}
-{-# OPTIONS_GHC -fno-implicit-prelude #-}
+{-# OPTIONS_GHC -fno-implicit-prelude -fno-bang-patterns #-}
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  GHC.Arr
index e3f8878..7db590c 100644 (file)
@@ -1,3 +1,5 @@
+{-# OPTIONS_GHC -fno-bang-patterns #-}
+
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  Text.Html