agrafix / agrafix/simple-logger

Version constraints for `base` are wrong

Offen
#5 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
Haskell
Sterne
9
Forks
4
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

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.

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.