RE: Bug in cvs head ghci

2005-12-19 Thread Simon Peyton-Jones
Now I see.  Fixed.  Thanks to Volodimir for reporting it.

Simon

| -Original Message-
| From: [EMAIL PROTECTED]
[mailto:glasgow-haskell-bugs-
| [EMAIL PROTECTED] On Behalf Of Sigbjorn Finne
| Sent: 16 December 2005 19:37
| To: Simon Peyton-Jones
| Cc: wld; glasgow-haskell-bugs@haskell.org
| Subject: Re: Bug in cvs head ghci
| 
| Yep, reproducible with last night's HEAD build on mingw
| (but not STABLE.)
| 
| --sigbjorn
| 
| - Original Message -
| From: "Simon Peyton-Jones" <[EMAIL PROTECTED]>
| To: "wld" <[EMAIL PROTECTED]>;

| Sent: Friday, December 16, 2005 08:13
| Subject: RE: Bug in cvs head ghci
| 
| 
| > Strange.  This does not happen for me on Linux or Windows (GHc
6.4.1).
| > Has anyone else seen it?
| >
| > Simon
| >
| > | -Original Message-
| > | From: [EMAIL PROTECTED]
| > [mailto:glasgow-haskell-bugs-
| > | [EMAIL PROTECTED] On Behalf Of wld
| > | Sent: 08 December 2005 13:25
| > | To: glasgow-haskell-bugs@haskell.org
| > | Subject: Bug in cvs head ghci
| > |
| > | HI,
| > |
| > | Typing
| > |Prelude> :b GHC.Base
| > |
| > | I get
| > | [snip]
| > |   data Addr#
| > |   data Array# a
| > |   data Bool = False | True
| > |   data ByteArray#
| > |   data Char#
| > |   data Char = C# Char#
| > |   data Double#
| > |   data Float#*** Exception: No match in record selector
| > TyCon.tyConTyVars
| > |   Prelude>
| > |
| > | ghc built on Linux with
| > | - ghc 6.4.1
| > | - gcc 4.0.2
| > |
| > | --
| > | V.Rudenko
| > ___
| > Glasgow-haskell-bugs mailing list
| > Glasgow-haskell-bugs@haskell.org
| > http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
| ___
| Glasgow-haskell-bugs mailing list
| Glasgow-haskell-bugs@haskell.org
| http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: Bug in cvs head ghci

2005-12-16 Thread Sigbjorn Finne

Yep, reproducible with last night's HEAD build on mingw
(but not STABLE.)

--sigbjorn

- Original Message - 
From: "Simon Peyton-Jones" <[EMAIL PROTECTED]>

To: "wld" <[EMAIL PROTECTED]>; 
Sent: Friday, December 16, 2005 08:13
Subject: RE: Bug in cvs head ghci



Strange.  This does not happen for me on Linux or Windows (GHc 6.4.1).
Has anyone else seen it?

Simon

| -Original Message-
| From: [EMAIL PROTECTED]
[mailto:glasgow-haskell-bugs-
| [EMAIL PROTECTED] On Behalf Of wld
| Sent: 08 December 2005 13:25
| To: glasgow-haskell-bugs@haskell.org
| Subject: Bug in cvs head ghci
| 
| HI,
| 
| Typing

|Prelude> :b GHC.Base
| 
| I get

| [snip]
|   data Addr#
|   data Array# a
|   data Bool = False | True
|   data ByteArray#
|   data Char#
|   data Char = C# Char#
|   data Double#
|   data Float#*** Exception: No match in record selector
TyCon.tyConTyVars
|   Prelude>
| 
| ghc built on Linux with

| - ghc 6.4.1
| - gcc 4.0.2
| 
| --

| V.Rudenko
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


RE: Bug in cvs head ghci

2005-12-16 Thread Simon Peyton-Jones
Strange.  This does not happen for me on Linux or Windows (GHc 6.4.1).
Has anyone else seen it?

Simon

| -Original Message-
| From: [EMAIL PROTECTED]
[mailto:glasgow-haskell-bugs-
| [EMAIL PROTECTED] On Behalf Of wld
| Sent: 08 December 2005 13:25
| To: glasgow-haskell-bugs@haskell.org
| Subject: Bug in cvs head ghci
| 
| HI,
| 
| Typing
|Prelude> :b GHC.Base
| 
| I get
| [snip]
|   data Addr#
|   data Array# a
|   data Bool = False | True
|   data ByteArray#
|   data Char#
|   data Char = C# Char#
|   data Double#
|   data Float#*** Exception: No match in record selector
TyCon.tyConTyVars
|   Prelude>
| 
| ghc built on Linux with
| - ghc 6.4.1
| - gcc 4.0.2
| 
| --
| V.Rudenko
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Bug in cvs head ghci

2005-12-08 Thread wld
HI,

Typing
   Prelude> :b GHC.Base

I get
[snip]
  data Addr#
  data Array# a
  data Bool = False | True
  data ByteArray#
  data Char#
  data Char = C# Char#
  data Double#
  data Float#*** Exception: No match in record selector TyCon.tyConTyVars
  Prelude>

ghc built on Linux with
- ghc 6.4.1
- gcc 4.0.2

--
V.Rudenko
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs