agrafix / agrafix/simple-logger

Version constraints for `base` are wrong

オープン
#5 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Haskell
スター
9
フォーク
4
PR マージ指標
30日以内にマージされた PR はありません

説明

The constraints for base are listed in `package.yaml` as being ">= 4.9 && < 5":

https://github.com/agrafix/simple-logger/blob/69cfc301ac02dc3a722a936c21d5cd9748560d6b/package.yaml#L17

But this is wrong. `Control.Logger.Simple` attempts to use `MonadFail` from the Prelude:

https://github.com/agrafix/simple-logger/blob/69cfc301ac02dc3a722a936c21d5cd9748560d6b/src/Control/Logger/Simple.hs#L80

But the Prelude doesn't export `MonadFail` until base version 4.13.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。