Re: trouble building 6.7 on ubuntu

2007-08-16 Thread Ian Lynagh
On Thu, Aug 16, 2007 at 09:39:54AM -0400, Thomas Hartman wrote: > > The programs included with the Ubuntu system are free software; > checking host system type... i686-pc-linux-gnu > checking target system type... i686-pc-linux-gnu > Which we'll further canonicalise into: i386-unknown-linux > chec

Re: Fwd: how to get packages for HEAD snapshot ?

2007-08-16 Thread Ian Lynagh
On Thu, Aug 16, 2007 at 08:15:17PM +0100, Ian Lynagh wrote: > On Wed, Aug 15, 2007 at 03:38:20PM -0700, Conal Elliott wrote: > > > > The latest mingw32 snapshot I see is 20070811. I installed it also, and > > when I run ghc, it just crashes (WinXP). Happens when I run it inside of > > emacs and

patch applied (ghc): Fix the threaded RTS on Windows

2007-08-16 Thread Ian Lynagh
Thu Aug 16 08:45:16 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix the threaded RTS on Windows When calling EnterCriticalSection and LeaveCriticalSection from C-- code, we go via wrappers which use ccall (rather than stdcall). M ./includes/OSThreads.h -2 +5 M ./rts/win32/OSThreads.c

patch applied (ghc): Add newline to end of Hpc.hs

2007-08-16 Thread Ian Lynagh
Thu Aug 16 08:09:00 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add newline to end of Hpc.hs M ./utils/hpc/Hpc.hs +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Convert the remaining _scc_s in the GHC source to pragmas

2007-08-16 Thread Ian Lynagh
Thu Aug 16 08:07:08 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Convert the remaining _scc_s in the GHC source to pragmas M ./compiler/main/CodeOutput.lhs -2 +2 M ./compiler/main/HscMain.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org ht

patch applied (ghc): Optimise Digraph.postOrd, used when finding strongly connected components

2007-08-16 Thread Ian Lynagh
Wed Aug 15 19:15:14 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Optimise Digraph.postOrd, used when finding strongly connected components M ./compiler/utils/Digraph.lhs -8 +8 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailm

patch applied (ghc): Replace _scc_'s in the GHC source with SCC pragmas

2007-08-16 Thread Ian Lynagh
Wed Aug 15 18:22:24 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Replace _scc_'s in the GHC source with SCC pragmas M ./compiler/iface/MkIface.lhs -1 +1 M ./compiler/simplCore/OccurAnal.lhs -4 +4 M ./compiler/simplCore/SimplCore.lhs -15 +15 M ./compiler/utils/Digraph.lhs -2 +2 ___

patch applied (ghc): Add a deprecated warning for _scc_

2007-08-16 Thread Ian Lynagh
Wed Aug 15 18:08:40 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add a deprecated warning for _scc_ M ./compiler/parser/Lexer.x -6 +8 M ./compiler/parser/Parser.y.pp -1 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailm

patch applied (ghc): Make dependencies of source files on Makefiles disableable

2007-08-16 Thread Ian Lynagh
Wed Aug 15 18:07:40 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Make dependencies of source files on Makefiles disableable Avoids lots of unnecessary recmopilation when you're fiddling with Makefiles. M ./compiler/Makefile -3 +9 M ./mk/config.mk.in +2

patch applied (ghc): Cosmetic changes only

2007-08-16 Thread Ian Lynagh
Wed Aug 15 16:28:21 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Cosmetic changes only M ./compiler/utils/Digraph.lhs -78 +79 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Stop ghc-6.7 linking in ghc-inplace.o

2007-08-16 Thread Ian Lynagh
Wed Aug 15 10:36:49 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Stop ghc-6.7 linking in ghc-inplace.o M ./compiler/Makefile -3 +2 M ./compiler/Makefile.ghcbin +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listin

patch applied (ghc): Use a C program for ghc-inplace

2007-08-16 Thread Ian Lynagh
Wed Aug 15 10:27:07 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Use a C program for ghc-inplace M ./compiler/Makefile -16 +6 A ./compiler/ghc-inplace.c ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: Fwd: how to get packages for HEAD snapshot ?

2007-08-16 Thread Ian Lynagh
On Wed, Aug 15, 2007 at 03:38:20PM -0700, Conal Elliott wrote: > > The latest mingw32 snapshot I see is 20070811. I installed it also, and > when I run ghc, it just crashes (WinXP). Happens when I run it inside of > emacs and also in a cygwin bash window. I believe I've fixed this. Will push wh

Re: change to deriving in 6.7 ??

2007-08-16 Thread Ian Lynagh
On Wed, Aug 15, 2007 at 03:36:49PM -0700, Conal Elliott wrote: > I'm running ghc-6.7.20070802 and getting a new error message that didn't > show up with ghc-6.6. Code: > > -- | Pairing for unary type constructors. > newtype Pair1 f g a = Pair1 {unPair1 :: (f a, g a)} > deriving (Eq,

Re: [Haskell-cafe] Re: trouble building 6.7 on ubuntu

2007-08-16 Thread Duncan Coutts
On Thu, 2007-08-16 at 22:22 +0300, Esa Ilari Vuokko wrote: > On 8/16/07, Thomas Hartman <[EMAIL PROTECTED]> wrote: > Setup: Warning: Unknown fields: nhc98-options (line 173) > and then a cryptic error involving HsColour > I think you run into Cabal bug - you need to remove (

[nightly] 16-Aug-2007 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-08-16 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/HEAD-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Thu Aug 16 19:30:01 BST 2007. checki

Re: trouble building 6.7 on ubuntu

2007-08-16 Thread Esa Ilari Vuokko
On 8/16/07, Thomas Hartman <[EMAIL PROTECTED]> wrote: > > > I repeated the install attempt described below using darcs head, including > the extra libs. > > I got the exact same error as before. > > Setup: Warning: Unknown fields: nhc98-options (line 173) and then a > cryptic error involving

Re: trouble building 6.7 on ubuntu

2007-08-16 Thread Stefan O'Rear
On Thu, Aug 16, 2007 at 01:01:12PM -0400, Thomas Hartman wrote: > I repeated the install attempt described below using darcs head, including > the extra libs. > > I got the exact same error as before. > > Setup: Warning: Unknown fields: nhc98-options (line 173) and then a > cryptic error

Re: trouble building 6.7 on ubuntu

2007-08-16 Thread Thomas Hartman
I repeated the install attempt described below using darcs head, including the extra libs. I got the exact same error as before. Setup: Warning: Unknown fields: nhc98-options (line 173) and then a cryptic error involving HsColour please advise... thomas. Thomas Hartman/ext/[EMAIL PR

Re: trouble building 6.7 on ubuntu

2007-08-16 Thread Thomas Hartman
with regard to my last statement about darcs-get partial, that sure works a heck of a lot faster than darcs get. However, when I went to the next step of retrieving using darcs-all get to fetch the extralibs this choked on packedstring. == running darcs get --partial http://darcs.haskell.org/p

trouble building 6.7 on ubuntu

2007-08-16 Thread Thomas Hartman
I have gotten ghc 6.7 to compile, but not with extra libs. I'm on linux x86, ubuntu. Can someone suggest a download date that worked for them, or how to fix one or more of the problems described below? When I build from source (this is for august 2, unknown linux, as conal spoke well of it :)

patch applied (testsuite): Types families: Refl suceeds without tyfam patch

2007-08-16 Thread chak
Thu Aug 16 03:24:43 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Types families: Refl suceeds without tyfam patch M ./tests/ghc-regress/indexed-types/should_compile/all.T -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.hask

patch applied (testsuite): Synonym family problem with higher-kinded families

2007-08-16 Thread chak
Thu Aug 16 03:11:37 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Synonym family problem with higher-kinded families M ./tests/ghc-regress/indexed-types/should_compile/Class1.hs -1 A ./tests/ghc-regress/indexed-types/should_compile/Refl.hs M ./tests/ghc-regress/indexed-types

patch applied (testsuite): Aad test break020 for :stepover

2007-08-16 Thread Pepe Iborra
Tue Aug 14 09:44:06 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * Aad test break020 for :stepover M ./tests/ghc-regress/ghci.debugger/scripts/all.T +1 A ./tests/ghc-regress/ghci.debugger/scripts/break020.hs A ./tests/ghc-regress/ghci.debugger/scripts/break020.script A ./tests/ghc-r

patch applied (testsuite): Accept output due to changes in :history

2007-08-16 Thread Pepe Iborra
Tue Aug 14 09:44:38 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * Accept output due to changes in :history M ./tests/ghc-regress/ghci.debugger/scripts/break011.stdout -2 +2 M ./tests/ghc-regress/ghci.debugger/scripts/hist001.stdout -9 +9 ___ Cvs

patch applied (testsuite): Added a new :print test

2007-08-16 Thread Pepe Iborra
Thu Jul 12 06:52:24 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * Added a new :print test A ./tests/ghc-regress/ghci.debugger/scripts/print015.script A ./tests/ghc-regress/ghci.debugger/scripts/print015.stdout ___ Cvs-ghc mailing list Cvs-ghc@ha

patch applied (ghc): Document :stepover in ghci help

2007-08-16 Thread Pepe Iborra
Thu Aug 16 02:49:44 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * Document :stepover in ghci help M ./compiler/ghci/InteractiveUI.hs +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Steal the bold trick from :list for :history

2007-08-16 Thread Pepe Iborra
Wed Aug 15 09:11:35 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * Steal the bold trick from :list for :history M ./compiler/ghci/InteractiveUI.hs -6 +9 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Teach :history to show the name of the enclosing declaration

2007-08-16 Thread Pepe Iborra
Wed Aug 15 09:11:30 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * Teach :history to show the name of the enclosing declaration together with src locs Purely for convenience and user friendliness M ./compiler/ghci/InteractiveUI.hs -3 +8 M ./compiler/main/GHC.hs -1 +7 M ./compil

patch applied (ghc): Generalize some code dealing with SrcSpan sorting

2007-08-16 Thread Pepe Iborra
Tue Aug 14 09:19:53 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * Generalize some code dealing with SrcSpan sorting and the subspan relation, and move it to the SrcLoc module M ./compiler/basicTypes/SrcLoc.lhs -1 +29 M ./compiler/ghci/InteractiveUI.hs -33 +16 M ./compiler/utils/Util

patch applied (ghc): A new :stepover command for the debugger

2007-08-16 Thread Pepe Iborra
Thu Aug 9 13:11:49 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * A new :stepover command for the debugger Step from statement to statement without leaving the block. Tries to do the sensible thing when used on expressions. The idea is to: 1 - Step to the next

patch applied (ghc): :step does not delete the :history anymore, and now it logs like :trace

2007-08-16 Thread Pepe Iborra
Thu Aug 9 13:11:21 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * :step does not delete the :history anymore, and now it logs like :trace M ./compiler/main/InteractiveEval.hs -4 +10 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org

patch applied (ghc): Functor instance for the GHCi monad

2007-08-16 Thread Pepe Iborra
Thu Aug 9 09:09:33 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * Functor instance for the GHCi monad M ./compiler/ghci/GhciMonad.hs +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch for building yesterday's HEAD with itself

2007-08-16 Thread Martin Grabmueller
Hello all, yesterday, I had a build failure because the containers package was not linked into ghc-pkg. I made a small change to compat/compat.mk to include -package containers, but I'm not sure whether this is correct. See the output of 'darcs send' at http://uebb.cs.tu-berlin.de/~magr/compa