S.D.Mechveliani writes:
> ghc-2.10 cannot compile data D = D1 deriving Eq,Ord)
> while ghc-2. 08 can.
>
Thanks for a fine report, fixed in the next release.
To clarify, derivation of Ord instances on data types with a single
nullary constructor will fail with 2.10. We didn't have a regr
Lennart Augustsson writes:
>
> If I try to make an instance of IO.Handle I get the message
>
> The type synonym `Handle' cannot be used as an instance type
>
> The Haskell library report clearly states that Handle is
> a real type, and not a synonym:
>
Thanks, this has been fixed in the c
If I try to make an instance of IO.Handle I get the message
The type synonym `Handle' cannot be used as an instance type
The Haskell library report clearly states that Handle is
a real type, and not a synonym:
data Handle = ... -- implementation-dependent
instance Eq Handle where ...
ins
Sven Panne <[EMAIL PROTECTED]> writes:
> But the really hard ones are these:
> ...
> Making html documentation in ghc/docs/libraries
> sgml2html libs.sgml
> /soft/IFI/text/sgml-tools-1.0.2/iX86-unknown-linux/bin/nsgmls:0:310:6:E:
>document type does not allow element "HLINE" here
This is true:
Marc van Dongen= <[EMAIL PROTECTED]> writes:
> I would like to report the following Happy bug.
> With rules of the form:
>
> > This :: { Type }
> > This: Is A Rule{ let a = 1
> > b = 2
> >
ghc-2.10 cannot compile data D = D1 deriving(Eq,Ord)
while ghc-2. 08 can.
--
Sergey Mechveliani
[EMAIL PROTECTED]
Building GHC-2.10's makes some trouble:
panne@liesl > make binary-dist
...
../literate/info-utils/makeinfo installing.texi &&
../literate/info-utils/postmakeinfo installing.info
Making info file `installing.info' from `installing.texi'.
installing.lit:173: Warning: Unknown info command `begin'.
Hi there,
I would like to report the following Happy bug.
With rules of the form:
> This :: { Type }
> This: Is A Rule{ let a = 1
> b = 2
> in $1 }
Happy generates
.