>> * Massive scalability improvements to the I/O manager
>
> Just a brief note from the front lines - I recompiled a heavily threaded
> program with (a recent pre-release) of 7.8.1 and got a 10% performance
> increase over 7.6.3. Nothing like free lunches - so thanks again for
> the great work!
Indeed.
It was using the wrong cabal-install version. Even though I had installed
the newest cabal-install I needed to restart the xterm I was working in.
Thanks,
Vivian
On 10 April 2014 15:42, Carter Schonwald wrote:
> i bet you have cabal --version reply with 1.16 :)
>
> 1) cabal update
i bet you have cabal --version reply with 1.16 :)
1) cabal update
2) cabal install cabal-install
3) rm ~/.cabal/config # old pre 1.18 config should go!
4) cabal update # also probably add ~/.cabal/bin to path
5) cabal install vector
On Wed, Apr 9, 2014 at 11:24 PM, Vivian McPhail <
haskell.vi
Hi,
Ubuntu 12.04, 64 bit x86, ghc 7.8.1 gives the following:
# cabal install --global vector
...
[ 5 of 19] Compiling Data.Vector.Fusion.Stream.Monadic (
Data/Vector/Fusion/Stream/Monadic.hs,
dist/build/Data/Vector/Fusion/Stream/Monadic.o )
Loading package ghc-prim ... linking ... done.
Loading p
Hi Conal,
Damn, I think I somehow totally missed this. :( I'll look into on my
Mavericks machine and see what's going wrong - I figured ./validate
would have caught this, but perhaps something strange is going on.
I filed a bug for you marked for 7.8.2:
https://ghc.haskell.org/trac/ghc/ticket/898
Thank you Michael,
It is not clear how to install the latest cabal under Windows.
Apparently cabal cannot install itself (cabal install cabal), so
I tried simply downloading cabal.exe from the cabal site and
placing it in my path. cabal --version shows the correct version
(1.18), but when I try 'c
My concern about the volume of warnings here is that it distracts from the
info I'm after, namely broken packages. One coping strategy seems to be
using the --simple-output flag to 'ghc-pkg check'. In that case, the
haddock warnings are suppressed, and I see just a list of broken package
names. A l
>From a bit of experimentation, it appears that the problematic packages do
indeed have Haddock failures. For instance,
bash-3.2$ cd random-1.0.1.1/
bash-3.2$ cabal configure
Resolving dependencies...
Configuring random-1.0.1.1...
bash-3.2$ cabal haddock
Running Haddock for
I installed the binary distribution of GHC 7.8.1 for Mac OS this morning,
cabal-installed a few packages, and now I get a *lot* of warnings about
missing .haddock files:
bash-3.2$ ghc-pkg check
Warning: haddock-interfaces:
/Users/conal/.cabal/share/doc/x86_64-osx-ghc-7.8.1/uniplate-1.6.12/
Em 09-04-2014 11:23, Austin Seipp escreveu:
> An updated SHA256SUMS.sig is attached. Thanks for Edsko de Vries for
> pointing it out!
If anybody is, like myself, trying to find a link for the SHA256SUMS
file on the download page, here it is:
https://www.haskell.org/ghc/dist/7.8.1/SHA256SUMS
Fo
Dominick,
I don't know what error you ran into, but here are a few tips:
* The "network" package requires configure, so you will likely need to
install it from an MSYS prompt.
* Make sure your existing cabal executable is version 1.18 or higher.
Execute `cabal --version` and `ghc --version` to
Thank you Austin!
I unpacked the Windows 64bit distribution and tried to update cabal as
instructed, but got this:
Registering zlib-0.5.4.1...
cabal: Error: some packages failed to install:
HTTP-4000.2.12 depends on network 2.4.2.2 which failed to install.
network-2.4.2.2 failed during the configu
Hello all,
A minor amedment: I accidentally named one of the tarballs slightly wrong.
ghc-7.8.1-x86_64-apple-darwin-mountainlion.tar.bz2 should have been
ghc-7.8.1-x86_64-apple-darwin-mavericks.tar.bz2, similarly with the
.tar.xz. I simply forgot to rename it appropriately! The hashes have
not ch
==
The (Interactive) Glasgow Haskell Compiler -- version 7.8.1
==
The GHC Team is pleased to announce a new major release of GHC. There
have been a number of significan
14 matches
Mail list logo