Skip to content

[#221] Use mixins instead of base-noprelude

Description

Problem: We are using base-noprelude dependency which is not a standard package. We can use base instead and just hide its Prelude module using mixins feature of Cabal. The advantage is that we will have less dependencies.

Solution: Remove base-noprelude, use base with mixin hiding Prelude instead.

Related issue(s)

Resolves #221 (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