Trim imports, remove a cycle
[haskell-directory.git] / Foreign / StablePtr.hs
index 9554060..8ebdcfe 100644 (file)
@@ -30,7 +30,6 @@ module Foreign.StablePtr
 
 #ifdef __GLASGOW_HASKELL__
 import GHC.Stable
-import GHC.Err
 #endif
 
 #ifdef __HUGS__