Skip to content

[#33] Require `morley-prelude` to be at least 0.3.0

Ivan Gromakovskii requested to merge gromak/#33-new-release-2 into master

Description

Problem: if we don't specify morley-prelude constraint in .cabal file, Hackage seems to pick an older version which breaks morley compilation.

Solution: add >= 0.3.0 constraint, release a new version.

Related issue(s)

Amends #33 (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 the changelog if my changes are externally visible.

Stylistic guide (mandatory)

Edited by Ivan Gromakovskii

Merge request reports