Fix #2750: change Prelude.(,) to Prelude.(,,)
[ghc-base.git] / Data / HashTable.hs
index ed0fb8f..48ecb0b 100644 (file)
@@ -1,4 +1,4 @@
-{-# OPTIONS_GHC -fno-implicit-prelude -funbox-strict-fields #-}
+{-# OPTIONS_GHC -XNoImplicitPrelude -funbox-strict-fields #-}
 
 -----------------------------------------------------------------------------
 -- |