agrafix / agrafix/simple-logger

Version constraints for `base` are wrong

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Haskell
Stars
9
Forks
4
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.