Re: [ANNOUNCE] GHC 8.6.1 released

2018-09-22 Thread George Colpitts
Yes, it worked for me. On Sat, Sep 22, 2018 at 7:44 PM Evan Laforge wrote: > Has anyone installed the OS X binary distribution? I get: > > "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy > libraries/ghc-prim dist-install "strip" '' '/usr/local' > '/usr/local/lib/ghc-8.6.1' >

Re: bug in aclocal.m4

2018-09-22 Thread Sergei Trofimovich
On Sat, 22 Sep 2018 15:09:15 -0700 Evan Laforge wrote: > Tiny bug, so I'll just throw it out here instead of trying to get arc > set up again: > > aclocal.m4 line 2438, at head (commit > 7e77f41430ae1cad84d5b0c90328331d38f3eda0) has # typo'd as $. It > causes a harmless but alarming error in

Re: [ANNOUNCE] GHC 8.6.1 released

2018-09-22 Thread Evan Laforge
Has anyone installed the OS X binary distribution? I get: "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/ghc-prim dist-install "strip" '' '/usr/local' '/usr/local/lib/ghc-8.6.1' '/usr/local/share/doc/ghc-8.6.1/html/libraries' 'v p dyn' dyld: Library not loaded:

bug in aclocal.m4

2018-09-22 Thread Evan Laforge
Tiny bug, so I'll just throw it out here instead of trying to get arc set up again: aclocal.m4 line 2438, at head (commit 7e77f41430ae1cad84d5b0c90328331d38f3eda0) has # typo'd as $. It causes a harmless but alarming error in configure. Also `ld --version` causes an error on OS X since OS X ld

Re: [Haskell] [ANNOUNCE] GHC 8.6.1 released

2018-09-22 Thread Ben Gamari
Ömer Sinan Ağacan writes: > Thanks to everyone involved with the release! > > It's a bit sad that we don't have DWARF bindists this time (we had those for > 8.4.2 and 8.4.3). DWARF builds make debugging GHC much easier, and because > runtime panics also include stack traces in DWARF builds

Re: [Haskell] [ANNOUNCE] GHC 8.6.1 released

2018-09-22 Thread Ömer Sinan Ağacan
Thanks to everyone involved with the release! It's a bit sad that we don't have DWARF bindists this time (we had those for 8.4.2 and 8.4.3). DWARF builds make debugging GHC much easier, and because runtime panics also include stack traces in DWARF builds tickets reported for those bindists tend

Re: [ANNOUNCE] GHC 8.6.1 released

2018-09-22 Thread Herbert Valerio Riedel
Hello everyone, Here's an addendum to the announcment as it ommitted an important detail: GHC 8.6.1 is only guaranteed to work properly with tooling which uses lib:Cabal version 2.4.0.1 or later. As such, GHC 8.6.1 works best with ​`cabal-install` 2.4.0.0 or later; please upgrade to