[#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
Stylistic guide (mandatory)
-
My commits comply with the following policy. -
My code complies with the style guide.
Edited by Moremi Vannak