agrafix / agrafix/simple-logger

Version constraints for `base` are wrong

Aperta
#5 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Haskell
Stelle
9
Fork
4
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.