<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://blog.gmane.org/gmane.comp.lang.haskell.glasgow.user">
    <title>gmane.comp.lang.haskell.glasgow.user</title>
    <link>http://blog.gmane.org/gmane.comp.lang.haskell.glasgow.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15454"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15452"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15442"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15430"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15429"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15427"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15424"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15421"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15419"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15412"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15411"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15401"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15393"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15391"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15387"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15384"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15382"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15381"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15379"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15376"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15454">
    <title>2008-10-12 Hackage status with GHC 6.10 release candidate</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15454</link>
    <description>Hey all.

The GHC 6.10 RCs are out, and we're preparing the release. To help manage the 
transistion to GHC 6.10 it is now possible to actually build all the 3rd party
Haskell packages, and publish their results wrt. the release candidate.

For the first time ever, we're able to have all the 3rd party code
tested and ready to go *prior* to the release of the new compiler and
base libraries.

Using GHC 6.10 RC, Cabal 1.6 and cabal-install 1.16, of 682 libraries and apps
tried in total,

      1 UnpackFailed
      2 DownloadFailed
      2 InstallFailed
     16 ConfigureFailed
     73 DependencyFailed
    132 BuildFailed
    456 InstallOk

Note that these builds are with "soft deps", provided on hackage,

    base &lt; 4
    parsec &lt; 3
    HaXml == 1.13.*
    QuickCheck &lt; 2

which train cabal-install to build a larger set of packages.

The important result:

    *46 packages produce different results to ghc 6.8.2*

These packages and their logs are listed below.

If you maintain one of the following packages, and </description>
    <dc:creator>Don Stewart</dc:creator>
    <dc:date>2008-10-12T21:46:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15452">
    <title>2008-10-11 Hackage status with GHC 6.10</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15452</link>
    <description>Daily update of the state of Hackage wrt. GHC 6.10 release candidates.

Lots of packages were updated today, Cabal 1.6 and cabal-install 0.6
were also put out. Things are in a good shape.

Note that you'll need a "soft dep" in your cabal index file,

    base &lt; 4
    parsec &lt; 3
    HaXml == 1.13.*
    QuickCheck &lt; 2

for best results.

Using GHC 6.10 RC, Cabal 1.6 and cabal-install 1.16, of 684 libraries
and apps tried in total,

      1 UnpackFailed
      2 DownloadFailed
      2 InstallFailed
     16 ConfigureFailed
     74 DependencyFailed
    134 BuildFailed
    455 InstallOk

Compared to GHC 6.8.x's results, there are now *48* packages that
produce different results, or *6%* (down 2% from yesterday).

The most common issues are,

    * Changes to Arrow class definition
    * Changes to types of Map and Set functions
    * Cabal changes
    * Changes to ghc-api
    * Changes to when 'forall' is parsed (add Rank2Types)
    * GHC.Prim was moved,
    * Changes to -fvia-C and headers
    * GADT changes,
    </description>
    <dc:creator>Don Stewart</dc:creator>
    <dc:date>2008-10-12T01:11:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15442">
    <title>A wiki page for managing the 6.10 handover</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15442</link>
    <description>http://haskell.org/haskellwiki/Upgrading_packages#Typical_breakages_with_GHC_6.10

It collects the 7 or so known issues that break code with GHC 6.10.
Please feel free to clean up, and especially *add techniques for
handling each change*.

If we do this right, with cabal-install being smart, clear summaries of
what is broken and how to fix it, this might be the smoothest major
release yet.

</description>
    <dc:creator>Don Stewart</dc:creator>
    <dc:date>2008-10-11T17:21:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15430">
    <title>Analysis of new packages breakages with ghc-6.10</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15430</link>
    <description>
OK, so we have *56* packages total that no longer compile with GHC 6.10, but
did with 6.8.3. We can now see exactly what broke and why.

I think these potential breakage issues, and how to solve them canonically ,
should be documented on the wiki. Most should have standard solutions, some
might be GHC bugs (which I've reported for the obvious ones, but Ian, better
have a look at the 'unknown' ones).

The following events broke the following packages, 

    * 7 Changes to Arrow class definition
        TypeCompose, Yampa, arrows, chp, hxt, quantum-arrow, streamproc

    * 6 Changes to Map monadic types
        EdisonCore, HPDF, WebBits, libgeni, regex-tdfa, stringtable-atom

    * 5 Cabal changes
        cabal-setup, hask-home, hinstaller, hslackbuilder, plugins

    * 5 Changes to ghc-api
        HTF, Hashell, hint, typalyze, xmonad-utils

    * 5 GHC panics/bugs, reported
        xmonad-contrib, stream-fusion, harpy, OpenAFP, Vec

    * 4 Unknown error, needs investigation.
        ArrayRef, YamlReference,</description>
    <dc:creator>Don Stewart</dc:creator>
    <dc:date>2008-10-11T08:03:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15429">
    <title>More detail on breakage with ghc-6.10</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15429</link>
    <description>All,

We've been using the cabal-install build reporting stuff to get more
detailed info on build failures with ghc-6.10 vs 6.8. cabal-install
generates these build-reports.log files and individual log files for
each build.

Below is a list of packages that worked with 6.8 and fail with 6.10. If
your package is on this list then you might like to take a look at the
actual failure. I've posted the logs here:
http://haskell.org/~duncan/ghc/hackage-failures-ghc-6.10/

There's one set for ghc-6.8 and one for 6.10.

We can get quite a bit of info from these build-reports.log files just
using grep, sort, uniq etc. However we also have a parser for it so we
can write more interesting queries. For example, we're interested in
regressions:

reports68  &lt;- fmap parseList (readFile "ghc-6.8/build-reports.log")
reports610 &lt;- fmap parseList (readFile "ghc-6.10/build-reports.log")
let merged = mergeBy (comparing package)
                     (sortBy (comparing package) reports68)
                     (sortBy (comparing pac</description>
    <dc:creator>Duncan Coutts</dc:creator>
    <dc:date>2008-10-11T07:36:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15427">
    <title>Releasing extralibs</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15427</link>
    <description>All,

Don and I have looked through the "extralibs" set that came with
ghc-6.8.3 and the set that will be associated with 6.10.1. I've attached
a csv spreadsheet with the summary.

For each package we looked at the difference between the last released
version (whether that was in the 6.8.3 extralibs tarball or on hackage)
and determined the extent of the changes. We assessed the changes
against the package version policy to work out the new version (if
necessary).

These are the actions we need to take:

      * HUnit:bump version from 1.2.0.0 to 1.2.0.1 and release
      * QuickCheck:release 1.2.0.0
      * haskell-src:bump version from 1.0.1.2 to 1.0.1.3 and release
      * html:bump version from 1.0.1.1 to 1.0.1.2 and release
      * mtl:bump version from 1.1.0.1 to 1.1.0.2 and release
      * network:bump version from 2.2.0.0 to 2.2.0.1 and release
      * parsec:nothing to do - no changes
      * parallel:nothing to do - no changes
      * regex-base:bump version from 0.72.0.1 to 0.72.0.2 a</description>
    <dc:creator>Duncan Coutts</dc:creator>
    <dc:date>2008-10-11T02:42:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15424">
    <title>base-3 vs base-4 (Was: Breakage with 6.10)</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15424</link>
    <description>
Right, and that's how I quickly fixed it up for now. But this doesn't
sound like a long-term solution to me, I would prefer to use the new
base-4 when possible. The cabal file already includes a conditional
"if flag(splitBase)" to handle really old versions, I guess what I'm
asking for is something similar for this case. Is there a splitSyb
flag or some such?

Though obviously this would only work if the module
Data.Generics.Instances was preserved under that name somewhere else.
If it was renamed or changed (which I suspect), then the hassle of
keeping up to date with older versions will probably be too much, and
I will want to update to the new agenda as soon as 6.10 is released
for real. So what happened to this module? (Is there a migration
quicksheet somewhere?)

Cheers,

/Niklas
</description>
    <dc:creator>Niklas Broberg</dc:creator>
    <dc:date>2008-10-11T01:52:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15421">
    <title>Illegal type synonym family application in instance (Was: Breakagewith 6.10)</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15421</link>
    <description>dons:

---------------
src/hsx$ runhaskell Setup build
[snip warnings]

src\HSX\XMLGenerator.hs:71:0
    Illegal type synonym family application in instance: XML m
    In the instance declaration for `EmbedAsChild m (XML m)´
---------------

Could someone help me point out the problem here? The relevant code is:

instance XMLGen m =&gt; EmbedAsChild m (XML m) where
 asChild = return . return . xmlToChild

class XMLGen m =&gt; EmbedAsChild m c where
 asChild :: c -&gt; GenChildList m

class Monad m =&gt; XMLGen m where
 type XML m
 ....

This works fine with 6.8.3, so what's new in 6.10, and what would I do
to solve it?


Btw, I also have problems with the haskell-src-exts that imports
Data.Generics.Instances (to generate Data and Typeable instances).
Where would these have moved to in the new base? And how would I make
the code work with both 6.8.3 and 6.10?

Thanks,

/Niklas
</description>
    <dc:creator>Niklas Broberg</dc:creator>
    <dc:date>2008-10-11T00:40:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15419">
    <title>Breakage with 6.10</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15419</link>
    <description>Quick summary of the latest hackage state, now hslogger has been
amended.

x86_64/linux/ghc-6.10/cabal-install 0.6/Cabal 1.6

      1 UnpackFailed
      2 DownloadFailed
      2 InstallFailed
     16 ConfigureFailed
     71 DependencyFailed
    138 BuildFailed
    447 InstallOk

So you can see that DependencyFailed is down 30, thanks to hslogger now
working. InstallOk is up about 23.

A breakdown of the remaing causes for DependencyFailed,

      2 Win32-2.1.0.0
      2 Yampa-0.9.2.2
      2 hint-0.2.4.1
      2 hsdns-1.3
      2 plugins-1.3
      3 pandoc-1.0.0.1
      3 stringtable-atom-0.0.4
      4 TypeCompose-0.5
      4 hsql-1.7
      4 hsx-0.4.4
      5 hxt-8.1.0
      6 HAppS-Data-0.9.2.1
      6 arrows-0.4
      6 wxcore-0.10.3

The main thing to fix there is 'arrows', an extra lib, we'll bump that.

arrows fails due to:

    [ 3 of 12] Compiling Control.Arrow.Transformer.CoState ( Control/Arrow/Transformer/CoState.hs, dist/build/Control/Arrow/Transformer/CoState.o )

    Control/Arrow/Transformer/C</description>
    <dc:creator>Don Stewart</dc:creator>
    <dc:date>2008-10-10T22:34:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15412">
    <title>Breakage with ghc-6.10</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15412</link>
    <description>This is a quick summary of the results of building most of hackage using
three combinations of ghc and Cabal.

I reported the breakage due to Cabal-1.6 previously. This is a brief
look at breakage introduced with ghc-6.10 and the associated library
changes.

I have build summary logs and individual package build logs. I will post
those later. Anyway, here's the summary of the summary:

ghc-6.8.2 &amp; Cabal-1.4.0.2

      1 UnpackFailed
      3 InstallFailed
     20 ConfigureFailed
     27 DependencyFailed
     87 BuildFailed
    547 InstallOk

ghc-6.8.2 &amp; Cabal-1.5.6

      1 UnpackFailed
      3 InstallFailed
     26 ConfigureFailed
     27 DependencyFailed
     87 BuildFailed
    541 InstallOk

ghc-6.10.0 (5th Oct version) &amp; Cabal-1.6.0.0

      1 InstallFailed
     21 ConfigureFailed
    121 DependencyFailed
    126 BuildFailed
    422 InstallOk


If we look at a breakdown of the builds that caused three or more
knock-on failures (ie the causes of the 121 DependencyFailed above):

      3 hxt-8.1.0
      4 h</description>
    <dc:creator>Duncan Coutts</dc:creator>
    <dc:date>2008-10-10T16:08:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15411">
    <title>readEither in ghc-6.10. ?</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15411</link>
    <description>Hi,

I've got errors when compiling with ghc-6.10.0.20081007

  Not in scope: `readEither'

It is imported via:

  import GHC.Read (readEither)

and used to work with ghc-6.8.

What should I use as replacement?

Cheers Christian

P.S. It is also not mentioned in the changes:

http://www.haskell.org/ghc/dist/stable/docs/users_guide/release-6-10-1.html
</description>
    <dc:creator>Christian Maeder</dc:creator>
    <dc:date>2008-10-10T15:40:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15401">
    <title>cabal-1.6.0.0</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15401</link>
    <description>
I've tagged Cabal-1.6.0.0 and the tarball is on the cabal website. 
http://haskell.org/cabal/download.html

Tomorrow I'll update the version of Cabal that hackage is using and
upload Cabal-1.6.0.0 to hackage.

We're also planning to bump and upload the extralib packages tomorrow.

I also hope to release cabal-install-0.6.0 in the next couple days. In
the mean time please use the darcs version and report any issues.

Duncan
</description>
    <dc:creator>Duncan Coutts</dc:creator>
    <dc:date>2008-10-10T07:10:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15393">
    <title>breakage with Cabal-1.6</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15393</link>
    <description>All,

I'm trying to do a Cabal-1.6 release, in time for ghc-6.10.

Here's an interim update.

There are 7 packages on hackage where the latest version has a Setup.hs
script that works with Cabal-1.4 but does not compile with Cabal-1.6.
That's actually not too bad. It's been a lot worse in the past, and we
have many more packages now.

Here's the list and explanations:


      * ForSyDe-3.0

Uses the copyDest field from CopyFlags. These record types now use an
equivalent of Maybe so they can be empty rather than always containing a
default value. It's useful, but also kind of annoying in places. It's an
easy fix.

      * MissingPy-0.10.0
      * Takusen-0.8.3
      * HDBC-postgresql-1.1.4.0

Imports writeHookedBuildInfo from Distribution.PackageDescription

This one is a bit annoying. I tried to split up the
Distribution.PackageDescription module a bit, because it was something
like 1,700 lines long. I moved the parsing out into
Distribution.PackageDescription.Parse. Some packages of course sill
expect to ge</description>
    <dc:creator>Duncan Coutts</dc:creator>
    <dc:date>2008-10-09T18:55:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15391">
    <title>thread/socket behvior</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15391</link>
    <description>_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users&lt; at &gt;haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
</description>
    <dc:creator>Jeff Polakow</dc:creator>
    <dc:date>2008-10-09T18:53:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15387">
    <title>libedit-20080712-2.11 under x86 Solaris</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15387</link>
    <description>Hi,

I've installed libedit-20080712-2.11 (from sources) for
ghc-6.10.0.20081007 under x86 Solaris.

However, ghci comes up with:

GHCi, version 6.10.0.20081007: http://www.haskell.org/ghc/  :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer ... linking ... done.
Loading package base ... linking ... done.
No entry for terminal type "xterm";
using dumb terminal settings.
Prelude&gt;

The keys work, but how do I get rid of

 No entry for terminal type "xterm";
 using dumb terminal settings.

?

I have a file
/usr/local/share/terminfo/x/xterm
(but no terminfo under /usr/share/)

Any ideas?
Thanks Christian
</description>
    <dc:creator>Christian Maeder</dc:creator>
    <dc:date>2008-10-09T16:03:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15384">
    <title>libedit</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15384</link>
    <description>Hi Judah,

after installing rpm packages

 libedit0-2.10.snap20070831-5
 libedit-devel-2.10.snap20070831-5

I get the error below for "cabal install editline"

Cheers Christian

checking editline/readline.h usability... yes
checking editline/readline.h presence... yes
checking for editline/readline.h... yes
checking for sign of read_history result on error... positive
configure: creating ./config.status
config.status: creating editline.buildinfo
config.status: creating include/HsEditlineConfig.h
Preprocessing library editline-0.2...

In file included from Editline.hsc:52:0:

include/HsEditline.h:11:0:  error: conflicting types for 'el_get'

/usr/include/histedit.h:112:0:
     error: previous declaration of 'el_get' was here
compiling dist/build/System/Console/Editline_hsc_make.c failed
command was: /home/linux-bkb/ghc/ghc-6.8.3/bin/ghc -c -package
base-3.0.2.0 -Iinclude dist/build/System/Console/Editline_hsc_make.c -o
dist/build/System/Console/Editline_hsc_make.o
cabal: Error: some packages failed to install</description>
    <dc:creator>Christian Maeder</dc:creator>
    <dc:date>2008-10-09T12:30:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15382">
    <title>space in making 6.10.1-candidate</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15382</link>
    <description>Another point in testing  ghc-6.10.0.20081007:

I make it from source on Debian Linux.
On  1 Gb - 2 GHz machine,  it builds in 1400 sec.
On  512 Mb  machine, it seems to overfill RAM, it becomes slow, and 
this `make' creates difficulties for other processes (like emacs editor): 
they start to hang, a bit, and the `top' command shows 85% RAM used by 
this `make', now and then (and probably it takes more, sometimes).

This effect is in making  ghc-6.10.0.20081007  from source by  
ghc-6.10.0.20080921  on Debian Linux, on 512 Mb RAM i386-like machine.

This was not so in earlier GHC versions. 
Can this be improved?  
Because 512 Mb is much enough.

The last messages (after which I interruptred it) is
------------------------
make -C compiler  doc stage=2
make[2]: Entering directory 
`/home/mechvel/ghc/6.10.1cand/ghc-6.10.0.20081007/compiler'
/home/mechvel/ghc/6.10.1cand/ghc-6.10.0.20081007/libraries/cabal-bin 
  /home/mechvel/ghc/6.10cand/inst0/bin/ghc 
  /home/mechvel/ghc/6.10.1cand/ghc-6.10.0.20081007/
    l</description>
    <dc:creator>Serge D. Mechveliani</dc:creator>
    <dc:date>2008-10-09T10:19:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15381">
    <title>Backspace in ghci-6.10.1-candidate</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15381</link>
    <description>This is about testing  6.10.0.20081007.

1. DoCon works with it.

2. The question is how to `install' Backspace and UpArrow in ghci.

I make it from source by 6.10-candidate and also by itself
</description>
    <dc:creator>Serge D. Mechveliani</dc:creator>
    <dc:date>2008-10-09T08:28:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15379">
    <title>Parsec in 6.10 RC 1</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15379</link>
    <description>_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users&lt; at &gt;haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
</description>
    <dc:creator>Greg Fitzgerald</dc:creator>
    <dc:date>2008-10-09T00:10:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15376">
    <title>ANNOUNCE: GHC 6.10.1 RC 1</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15376</link>
    <description>
We are pleased to announce that the GHC 6.10.0.20081007 snapshot is the
first release candidate for GHC 6.10.1.

You can download the release candidate from here:
    http://www.haskell.org/ghc/dist/stable/dist/6.10.1-rc-1/rc.html
This page includes:
* a Windows installer
* an OS X installer
* bindists for amd64/Linux and ix86/Linux
* the sources

There is also a status page here:
    http://hackage.haskell.org/trac/ghc/wiki/GHC-6.10.1
where we will keep track of where the RC works, and where it is known to
have problems. This is a wiki page, so please feel free to update it if
you are able to add or update the information on a particular platform.

Please test as much as possible; bugs are much cheaper if we find them
before the release!

We hope that we will be able to make the final release in around one
weeks time, but of course that may slip if problems are uncovered.


Thanks
Ian, on behalf of the GHC team
</description>
    <dc:creator>Ian Lynagh</dc:creator>
    <dc:date>2008-10-08T20:09:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15374">
    <title>More DPH</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.glasgow.user/15374</link>
    <description>Hi,

I've been playing with DPH more; this time I've taken the Parallel
Strategies binary-trees benchmark and converted it to use DPH.

The results are here:

http://haskell.org/haskellwiki/Shootout/Parallel/BinaryTreesDPH

I haven't yet got anybody to test it on a 4/8 core machine, but on my
core2duo it performs reasonably well, although as you can see from the
test results, parallel strategies win every time (although some not by
very much.)

Is there any way to improve this code? I've noted at the bottom
something that might be a potential bottleneck, or does U.toList fuse
to make it as fast as possible?

Austin

P.S. I'm thinking of perhaps spending a few days and parallelising
some of the other benchmarks; I'll keep people updated if they want to
hear about it.
</description>
    <dc:creator>Austin Seipp</dc:creator>
    <dc:date>2008-10-08T01:18:06</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.lang.haskell.glasgow.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lang.haskell.glasgow.user</link>
  </textinput>
</rdf:RDF>
