haskell-jp / random #96

@ has joined the channel
超小物パッケージです。`exitSuccess` 関数を IO 以外のMonadから呼ぶためだけに作りました。
https://hackage.haskell.org/package/monad-throw-exit
... Replies ...
github action で CI を回すときの注意:
• macos-latest だと hspec がハングする。macOS-10.15 を使うべし
• GHC '8.10' で使われる 8.10.2 は Windows ではリンカーのバグがある。'8.8'を使うべし
このせいで、一日損した。
@Kamijo has joined the channel
今までは、どの OS であれ `ghc-X.Y.Z` のようなディレクトリ名でした。しかし、9.2.1 の Windows と Mac、9.0.1 の Windows は(なぜか)`ghc-9.2.1-x86_64-apple-darwin` のような `tar.xz` ファイル名になっていました。仕方がないので、GHC のバージョンと OS によってディレクトリ名が変わるように修正しました:
https://matsubara0507.github.io/posts/2021-12-20-fix-rules_haskell-for-ghc_9_2_1.html by @matsubara0507
分かる…… これなんで変わったのかな
ghcman でもこの対応入れた
https://github.com/kakkun61/ghcman/blob/master/version.yaml
Cabal も 3.4 からパスの命名規則変わったんすよね
... Replies ...
@tm has joined the channel
こいつぁビッグなクリスマスプレゼント :gift:
https://discourse.haskell.org/t/text-2-0-with-utf8-is-finally-released/3840
igrepさんのHaskell-jp記事:sparkles:に合わせて、私の記号検索記事の日本語版も久々に更新しました。
(Qiitaはメンテナンスせず塩漬けにしてたので)お試しがてら以下のZennに記事を移しました。
https://zenn.dev/takenobu_hs/articles/384ea7b5c09ee4
記号リファレンス、そういえば何か足りないと思って何だったっけな……
Masaya Igarashi
@Masaya Igarashi has joined the channel
GHC 9.0.2がリリースされたようです。 AArch64の大きな不具合が直っているとのことです:christmas_tree:
https://www.haskell.org/ghc/blog/20211225-ghc-9.0.2-released.html
@fujishiro has joined the channel
@mochizuki has joined the channel
@S D has joined the channel
Shun Yαnαurα
@Shun Yαnαurα has joined the channel
NANASHINO Seito
@NANASHINO Seito has joined the channel
@ has joined the channel
ghcupにGHC 9.0.2が降ってこないと思ったらメンテナのパソコンが修理中で署名ができない状態だそうです https://github.com/haskell/ghcup-metadata/issues/12
... Replies ...
@Tak has joined the channel
@ has joined the channel
ghcupにGHC 9.0.2が降ってきたようです
GHCでも、moldリンカ対応が徐々に始まってるみたいです。 GHCでのビルドが速くなっていくと良いですね:sparkles:
https://gitlab.haskell.org/ghc/ghc/-/merge_requests/7296
暗号化関連のライブラリーのメンテナンスを、Haskell Foundationとして専用のGitHub Orgを使ってサポートすることに。参加者募集
https://discourse.haskell.org/t/a-new-future-for-cryptography-in-haskell/3888?utm_source=pocket_mylist
恐らくというかほぼ間違いなく背景はこのあたりの話でしょう: https://haskell.jp/slack-log/html/C4M4TT8JJ/88.html#message-1615767559.015900
https://github.com/haskell-cryptography/cryptonite-cd
cd ってサフィックスは何を意味しているんだろか :thinking_face:
Hiromi ISHII / mr_konn
community-driven?
@kenko has joined the channel
@毛糸 has joined the channel
@はけた has joined the channel
@ryotomi has joined the channel
Haskell公式のDockerイメージが、arm64(AArch64)にも対応したとのことです。
x86版と違って、GHC + cabal が入っています(stackは未だ入ってない)。
https://discourse.haskell.org/t/haskell-official-docker-images-now-support-arm64-and-other-updates/3917
https://hub.docker.com/_/haskell
@ has joined the channel
@ has joined the channel
@htlsne has joined the channel
@soaring zen has joined the channel
@naokij has joined the channel
@Jaeyoung Lee has joined the channel
@田中達也 has joined the channel
@ has joined the channel
なかなか辛辣な内容。。。
"What killed Haskell, could kill Rust, too"
https://gist.github.com/graninas/22ab535d2913311e47a742c70f1d2f2b
@maken has joined the channel
Learn You a Haskell本 (「すごいHaskellたのしく学ぼう!」の原著)が、コミュニティバージョンとして更新されていくそうです:haskell: 原著者の許可を受けているとのことです。
https://www.reddit.com/r/haskell/comments/sogi3s/learn_you_a_haskell_a_community_version/
なら、オーム社のを見ずに翻訳したら翻訳も Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License か
@Yas Inu has joined the channel
@松永直人 has joined the channel
各種ツールのエラーメッセージを改善しようプロジェクト https://github.com/haskell/error-messages
Benが夏季休暇から帰ってきて、GHC 9.2.2のマイルストーンのカバー率が少しずつ上がってますね。
https://gitlab.haskell.org/ghc/ghc/-/milestones/373
リストは Haskell ソース上に定義がないから Hackage 上でリストが何のインスタンスになってるかの一覧はない?
... Replies ...