Skip to content

[#907] Update `README.md` to include `extra-deps`

Moremi Vannak requested to merge rinn7e/#907-extra-deps-readme into master

Description

Problem: As of now someone who tries to include morley as a dependency to their stack project will quickly face difficulty due to morley dependencies not being on stackage or hackage.

Solution: Add a recommendation to morley's README.md for the user to include the extra-deps if they have difficulty building morley.

Related issue(s)

Resolves #907 (closed)

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:
    • I updated changelog files of all affected packages released to Hackage if my changes are externally visible.

Stylistic guide (mandatory)

Edited by Moremi Vannak

Merge request reports