Re: [Haskell] [ANNOUNCE] GHC 9.2.4 released

2022-07-28 Thread Kazu Yamamoto () via Glasgow-haskell-users
Hi,

> On a Mac it is still necessary to do
> 
> xattr -rc .
> 
> before doing
> 
> sudo make install

For 9.2.4, "xattr -rc ." is not good enough on my Mac (upgraded to
v12.5 today).  "sudo spctl --global-disable" is necessary, sigh.

--Kazu


___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users


Re: [ANNOUNCE] GHC 9.4.1-rc1 is now available

2022-07-24 Thread Kazu Yamamoto () via Glasgow-haskell-users
Hi George,

> I've duplicated the issue on both of my machines. It would be good to know
> if anybody else is seeing it. Kazu, I know you have seen this in the past.
> Do you get the same error installing rc1?
> When I run sudo make install I get a popup that says:

I had no problem on 9.4.1-rc1. 
"xattr -rc ." and "make install" worked perfectly.

macOS Monterey v12.4
Xcode 13.4.1

--Kazu


___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users


Re: [ANNOUNCE] GHC 9.2.2 is not available

2022-03-06 Thread Kazu Yamamoto () via Glasgow-haskell-users
Hi George,

FYI:

https://twitter.com/kazu_yamamoto/status/1500643489985761282

--Kazu

> Thanks Ben
> 
> When I do an install on macos Monterey 12.2.1 (Intel) I get
> 
> ghc-pkg-9.2.2 cannot be opened because the developer cannot be verified
> 
> 
> On Sun, Mar 6, 2022 at 7:02 PM Ben Gamari  wrote:
> 
>>
>> The GHC developers are very happy to at announce the availability of GHC
>>
>> 9.2.2. Binary distributions, source distributions, and documentation are
>>
>> available at downloads.haskell.org:
>>
>>https://downloads.haskell.org/ghc/9.2.2
>>
>> This release includes many bug-fixes and other improvements to 9.2.1
>> including:
>>
>>  * A number of bug-fixes in the new AArch64 native code generator
>>
>>  * Fixes ensuring that the `indexWord8ArrayAs*#` family of primops is
>> handled
>>correctly on platforms lacking support for unaligned memory accesses
>>(#21015, #20987).
>>
>>  * Improvements to the compatibility story in GHC's migration to the
>>XDG Base Directory Specification (#20684, #20669, #20660)
>>
>>  * Restored compatibility with Windows 7
>>
>>  * A new `-fcompact-unwind` flag, improving compatibility with C++
>> libraries on
>>Apple Darwin (#11829)
>>
>>  * Introduction of a new flag, `-fcheck-prim-bounds`, enabling runtime
>> bounds
>>checking of array primops (#20769)
>>
>>  * Unboxing of unlifted types (#20663)
>>
>>  * Numerous improvements in compiler performance.
>>
>>  * Many, many others. See the [release notes] for a full list.
>>
>> As some of the fixed issues do affect correctness users are encouraged to
>>
>> upgrade promptly.
>>
>> Finally, thank you to Microsoft Research, GitHub, IOHK, the Zw3rk stake
>> pool, Tweag I/O, Serokell, Equinix, SimSpace, and other anonymous
>> contributors whose on-going financial and in-kind support has
>> facilitated GHC maintenance and release management over the years.
>> Moreover, this release would not have been possible without the hundreds
>>
>> of open-source contributors whose work comprise this release.
>>
>> As always, do open a [ticket][] if you see anything amiss.
>>
>> Happy compiling,
>>
>> - Ben
>>
>>
>> [ticket]: https://gitlab.haskell.org/ghc/ghc/-/issues/new
>> [release notes]:
>> https://downloads.haskell.org/ghc/9.2.2/docs/html/users_guide/9.2.2-notes.html
>>
>> ___
>> Glasgow-haskell-users mailing list
>> Glasgow-haskell-users@haskell.org
>> http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users
>>


___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users