Closed ivanperez-keera closed 1 week ago
Change Manager: Confirmed that the issue exists.
Technical Lead: Confirmed that the issue should be addressed.
Technical Lead: Issue scheduled for fixing in Copilot 4.1.
Fix assigned to: @fdedden .
Implementor: Solution implemented, review requested.
Change Manager: Verified that:
Solution is implemented:
FROM fedora:40
RUN dnf -y install ghc-copilot-devel RUN runhaskell <<< 'import Language.Copilot; main = putStrLn "Success"'
This docker file contains no `CMD`, so building the image is enough to check.
Change Manager: Implementation ready to be merged.
Description
Copilot is now available in Fedora 40, which makes installation much easier for users on that platform.
The installation instructions should be updated to reflect the simpler installation process for users on that platform.
Type
Additional context
None.
Requester
Method to check presence of bug
Not applicable (issue in documentation).
Expected result
The README contains installation instructions that work with Fedora 40.
Desired result
The README contains installation instructions that work with Fedora 40.
Proposed solution
Update README with a new subsection, similar to https://github.com/Copilot-Language/copilot?tab=readme-ov-file#debian-bookworm--ubuntu-2304, specialized for Fedora 40 or newer.
Further notes
None.