Remove Control.Parallel*, now in package parallel
[haskell-directory.git] / Text / Show / Functions.hs
index 70a1278..d0e2207 100644 (file)
@@ -19,5 +19,7 @@ module Text.Show.Functions () where
 
 import Prelude
 
+#ifndef __NHC__
 instance Show (a -> b) where
        showsPrec _ _ = showString "<function>"
+#endif