8000 Use `mixins` approach for a custom prelude by default · Issue #345 · kowainik/summoner · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Use mixins approach for a custom prelude by default #345
Closed
@chshersh

Description

@chshersh

Currently, we're using the base-noprelude trick for a custom prelude. But since cabal-2.2 it's possible to use the mixins approach for this purpose which has the following advantages:

  1. No extra dependency in a generated project
  2. Simpler stack.yaml file
  3. No other-modules vs exposed-modules dilemma

Since we're planning to use 2.4 by default and since stack supports this approach, let's use a more convenient way of enabling alternative preludes.

Metadata

Metadata

Assignees

Labels

generated projectFiles, folder generation by the summoner

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0