
Is there already a repo with binaries for GHC7 and pre-releases of (parts of) HP 2011? /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus

The [staging] repo has ghc7 binaries and some libraries compiled with
ghc7. I'm not sure if they are parts of HP 2011 though.
staging cabal-install 0.9.5_20101123-1 [installed]
staging crda 1.1.1-2
staging darcs 2.5-2 [installed]
staging ghc 7.0.1-1 [installed]
staging happy 1.18.6-1 [installed]
staging haskell-binary 0.5.0.2-6
staging haskell-cgi 3001.1.7.4-1
staging haskell-dataenc 0.13.0.4-3
staging haskell-deepseq 1.1.0.2-1
staging haskell-hashed-storage 0.5.4-2
staging haskell-haskeline 0.6.3.2-2
staging haskell-haskell-src 1.0.1.4-1
staging haskell-html 1.0.1.2-8
staging haskell-http 4000.1.1-1 [installed]
staging haskell-hunit 1.2.2.3-1
staging haskell-mmap 0.5.7-3
staging haskell-mtl 2.0.1.0-1 [installed]
staging haskell-network 2.3-1 [installed]
staging haskell-packedstring 0.1.0.1-5
staging haskell-parallel 3.1.0.1-2
staging haskell-parsec 3.1.0-2 [installed]
staging haskell-quickcheck 2.4.0.1-2
staging haskell-regex-base 0.93.2-3
staging haskell-regex-compat 0.93.1-3
staging haskell-regex-posix 0.94.4-1
staging haskell-stm 2.2.0.1-1 [installed]
staging haskell-syb 0.3-1 [installed]
staging haskell-tar 0.3.1.0-4 [installed]
staging haskell-terminfo 0.3.1.3-4
staging haskell-text 0.11.0.0-1
staging haskell-transformers 0.2.2.0-1 [installed]
staging haskell-utf8-string 0.3.6-7 [installed: 0.3.6-6]
staging haskell-xhtml 3000.2.0.1-6
staging haskell-zlib 0.5.2.0-7
staging iw 0.9.21-1
staging libnl 2.0-1 [installed: 1.1-2]
staging libpcap 1.1.1-3
staging net-snmp 5.5-8 [installed: 5.5-7]
staging wpa_supplicant 0.7.3-2
On Wed, Feb 9, 2011 at 11:19 AM, Magnus Therning
Is there already a repo with binaries for GHC7 and pre-releases of (parts of) HP 2011?
/M
-- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus
_______________________________________________ arch-haskell mailing list arch-haskell@haskell.org http://www.haskell.org/mailman/listinfo/arch-haskell

On 09/02/11 16:53, Wei Hu wrote:
The [staging] repo has ghc7 binaries and some libraries compiled with ghc7. I'm not sure if they are parts of HP 2011 though.
Where is the [staging] repo? It's mentioned at [1], but that page makes it sounds like [staging] is dead :-) /M [1] https://wiki.archlinux.org/index.php/Official_Repositories -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus

Simply enable it in your /etc/pacman.conf like [core]. I learned about
it last year on this mailing list.
On Wed, Feb 9, 2011 at 4:17 PM, Magnus Therning
On 09/02/11 16:53, Wei Hu wrote:
The [staging] repo has ghc7 binaries and some libraries compiled with ghc7. I'm not sure if they are parts of HP 2011 though.
Where is the [staging] repo?
It's mentioned at [1], but that page makes it sounds like [staging] is dead :-)
/M
[1] https://wiki.archlinux.org/index.php/Official_Repositories -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus
_______________________________________________ arch-haskell mailing list arch-haskell@haskell.org http://www.haskell.org/mailman/listinfo/arch-haskell

On 02/09/11 16:17, Magnus Therning wrote:
On 09/02/11 16:53, Wei Hu wrote:
The [staging] repo has ghc7 binaries and some libraries compiled with ghc7. I'm not sure if they are parts of HP 2011 though.
Where is the [staging] repo?
It's mentioned at [1], but that page makes it sounds like [staging] is dead :-)
/M
[1] https://wiki.archlinux.org/index.php/Official_Repositories
Hmm, that page needs updating. It mentions a historical use of "[staging]", but recently an unrelated "[staging]" was created in order to upload packages for large rebuilds or such (This way [testing] doesn't have to go into a known-broken state every time we're in the middle of a rebuild. Making things a bit nicer for people who nicely test by running the [testing] repo regularly.). It's found right next to all the other repos, e.g. ftp.archlinux.org/staging next to ftp.archlinux.org/testing etc. There's also a [community-staging] to go along with [community-testing]. -Isaac

On 2011/2/9 Wei Hu
The [staging] repo has ghc7 binaries and some libraries compiled with ghc7. I'm not sure if they are parts of HP 2011 though.
I have put in [staging] all current modules compiled for GHC 7 : when modules were part of the HP 2011 draft, I put the version corresponding to the cabal file. In [community-staging] there are rebuilds of community packages (notably xmonad and gtk2hs). I don't really want to have these packages in [testing] or [extra] before darcs and cabal-install have official compatible releases : cherry-picking patches was not exactly straightforward. -- Rémy.

On Thu, Feb 10, 2011 at 00:42, Rémy Oudompheng
On 2011/2/9 Wei Hu
wrote: The [staging] repo has ghc7 binaries and some libraries compiled with ghc7. I'm not sure if they are parts of HP 2011 though.
I have put in [staging] all current modules compiled for GHC 7 : when modules were part of the HP 2011 draft, I put the version corresponding to the cabal file. In [community-staging] there are rebuilds of community packages (notably xmonad and gtk2hs).
Yes, I noticed that, and I've started an attempt to build [haskell] against that repo. I haven't gotten very far, only the three packages missing for a complete HP so far. If anyone's interested my changes are available at https://github.com/magthe/habs/tree/ghc7. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus

On Thu, Feb 10, 2011 at 00:42, Rémy Oudompheng
On 2011/2/9 Wei Hu
wrote: The [staging] repo has ghc7 binaries and some libraries compiled with ghc7. I'm not sure if they are parts of HP 2011 though.
I have put in [staging] all current modules compiled for GHC 7 : when modules were part of the HP 2011 draft, I put the version corresponding to the cabal file. In [community-staging] there are rebuilds of community packages (notably xmonad and gtk2hs).
I don't really want to have these packages in [testing] or [extra] before darcs and cabal-install have official compatible releases : cherry-picking patches was not exactly straightforward.
Are those the only things you are waiting for still, darcs and cabal-install? /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus

On 2011/2/10 Magnus Therning
On Thu, Feb 10, 2011 at 00:42, Rémy Oudompheng
wrote: I don't really want to have these packages in [testing] or [extra] before darcs and cabal-install have official compatible releases : cherry-picking patches was not exactly straightforward.
Are those the only things you are waiting for still, darcs and cabal-install?
Yes, only those. I think we can keep current darcs binary, since it's statically linked, but I'm not really sure about cabal-install. What is your opinion on that ? Rémy.

On Thu, Feb 10, 2011 at 09:17:29PM +0100, Rémy Oudompheng wrote:
On 2011/2/10 Magnus Therning
wrote: On Thu, Feb 10, 2011 at 00:42, Rémy Oudompheng
wrote: I don't really want to have these packages in [testing] or [extra] before darcs and cabal-install have official compatible releases : cherry-picking patches was not exactly straightforward.
Are those the only things you are waiting for still, darcs and cabal-install?
Yes, only those. I think we can keep current darcs binary, since it's statically linked, but I'm not really sure about cabal-install. What is your opinion on that ?
Since cabal-install is part of HP I expect that the version specified in HP 2011.2.0.0 *will* compile with the version of GHC specified :-) It looks like what we have now is good, but let's keep it in [staging] for now. Hopefully the final version of HP won't require huge changes. I think that moving GHC7 + other packages to [extra] can happen as soon as HP 2011.2.0.0 is released. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus

On Thu, Feb 10, 2011 at 20:17, Rémy Oudompheng
On 2011/2/10 Magnus Therning
wrote: On Thu, Feb 10, 2011 at 00:42, Rémy Oudompheng
wrote: I don't really want to have these packages in [testing] or [extra] before darcs and cabal-install have official compatible releases : cherry-picking patches was not exactly straightforward.
Are those the only things you are waiting for still, darcs and cabal-install?
Yes, only those. I think we can keep current darcs binary, since it's statically linked, but I'm not really sure about cabal-install. What is your opinion on that ?
Darcs 2.5.1 was just uploaded to Hackage[1], and it built using GHC7, so that just might take care of that one :-) /M [1]: http://hackage.haskell.org/package/darcs-2.5.1 -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus

On 2011/2/11 Magnus Therning
Darcs 2.5.1 was just uploaded to Hackage[1], and it built using GHC7, so that just might take care of that one :-)
/M
Very good, I will update it in [staging] soon. -- Rémy.

Hi Rémy,
Very good, I will update it in [staging] soon.
would it be possible to send a quick announcement to this list when GHC7 support in [staging] is considered complete, i.e. ready to be moved to [extra]? Take care, Peter

On Fri, Feb 11, 2011 at 07:54:12PM +0100, Peter Simons wrote:
Hi Rémy,
Very good, I will update it in [staging] soon.
would it be possible to send a quick announcement to this list when GHC7 support in [staging] is considered complete, i.e. ready to be moved to [extra]?
Even better, keep us informed of when it goes into [testing] (I'm assuming it'll go there first). /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus

On 2011/2/11 Peter Simons
would it be possible to send a quick announcement to this list when GHC7 support in [staging] is considered complete, i.e. ready to be moved to [extra]?
I will send an announcement when GHC is moved to [testing] : many people are not Haskell programmers but need GHC to use xmonad, and I think a major GHC upgrade deserves some time (I would say several days, a week) before being moved to [extra]. Do you have an idea of when cabal-install will be released? -- Rémy.
participants (5)
-
Isaac Dupree
-
Magnus Therning
-
Peter Simons
-
Rémy Oudompheng
-
Wei Hu