Going through some more of the build failures:
dons:
> Build description = HEAD on OpenBSD/x86
>
> Unexpected failures:
> ioref001(ghci)
Slow (> 15 minutes). Timeout? Runs ok if I lower the loop iterations.
> stableptr001(ghci)
Slow. Timeout? Runs ok by hand.
> ghci008(ghci)
Formatting changes in :info?
--- ghci008.stdout Fri May 6 19:01:47 2005
+++ /tmp/f Sun Jul 3 11:56:57 2005
@@ -8,12 +8,12 @@
...
-- Imported from GHC.Num
infixl 6 +
-data RealFloat a => Complex a = !a :+ !a
+data Data.Complex.Complex a = !a Data.Complex.:+ !a
-- Imported from Data.Complex
-infix 6 :+
-data RealFloat a => Complex a = !a :+ !a
+infix 6 Data.Complex.:+
+data Data.Complex.Complex a = !a Data.Complex.:+ !a
-- Imported from Data.Complex
-infix 6 :+
+infix 6 Data.Complex.:+
class (RealFrac a, Floating a) => RealFloat a where
floatRadix :: a -> Integer
floatDigits :: a -> Int
@@ -30,7 +30,7 @@
isIEEE :: a -> Bool
atan2 :: a -> a -> a
-- Imported from GHC.Float
-instance RealFloat Double -- Imported from GHC.Float
-instance RealFloat Float -- Imported from GHC.Float
-isPrefixOf :: Eq a => [a] -> [a] -> Bool
+instance RealFloat Double -- Imported from GHC.Float
+instance RealFloat Float -- Imported from GHC.Float
+Data.List.isPrefixOf :: (Eq a) => [a] -> [a] -> Bool
-- Imported from Data.List
> ghci011(ghci)
More formatting:
--- ./ghci011.stdout Fri May 6 19:01:47 2005
+++ /tmp/f Sun Jul 3 12:03:16 2005
@@ -1,21 +1,21 @@
data [] a = [] | a : [a] -- <wired into compiler>
-instance Eq a => Eq [a] -- Imported from GHC.Base
-instance Monad [] -- Imported from GHC.Base
-instance Functor [] -- Imported from GHC.Base
-instance Ord a => Ord [a] -- Imported from GHC.Base
-instance Read a => Read [a] -- Imported from GHC.Read
-instance Show a => Show [a] -- Imported from GHC.Show
+instance (Eq a) => Eq [a] -- Imported from GHC.Base
+instance Monad [] -- Imported from GHC.Base
+instance Functor [] -- Imported from GHC.Base
+instance (Ord a) => Ord [a] -- Imported from GHC.Base
+instance (Read a) => Read [a] -- Imported from GHC.Read
+instance (Show a) => Show [a] -- Imported from GHC.Show
...
> ghci012(ghci)
Formatting:
@@ -1 +1 @@
-$$$ :: [b1 -> b] -> [b1] -> [b] -- Defined at <interactive>:1:7
+($$$) :: [b1 -> b] -> [b1] -> [b] -- Defined at <interactive>:1:7
> prog003(ghci)
Formatting:
-(Main.a,B.b,C.c,D.d) :: (GHC.Float.Float -> GHC.Float.Float,
- GHC.Float.Float -> GHC.Float.Float,
- GHC.Float.Float -> GHC.Float.Float,
- GHC.Float.Float -> GHC.Float.Float)
+(Main.a,B.b,C.c,D.d) :: (Float -> Float, Float -> Float, Float ->
Float, Float -> Float)
28.0
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc