agrafix / agrafix/simple-logger
Version constraints for `base` are wrong
Đang mở
- Ngôn ngữ chính
- Haskell
- Star
- 9
- Fork
- 4
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.