Remove Splittable class (a vestige of linear implicit parameters)
[haskell-directory.git] / GHC / Pack.lhs
index 6cf5211..5489968 100644 (file)
@@ -1,5 +1,5 @@
 \begin{code}
-{-# OPTIONS -fno-implicit-prelude #-}
+{-# OPTIONS_GHC -fno-implicit-prelude #-}
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  GHC.Pack
@@ -19,6 +19,7 @@
 --
 -----------------------------------------------------------------------------
 
+-- #hide
 module GHC.Pack
        (
        -- (**) - emitted by compiler.
@@ -33,7 +34,7 @@ module GHC.Pack
        where
 
 import GHC.Base
-import {-# SOURCE #-} GHC.Err ( error )
+import GHC.Err ( error )
 import GHC.List ( length )
 import GHC.ST
 import GHC.Num