Skip to content

Commit

Permalink
[#328] Document that mixins doesn't work with stack repl
Browse files Browse the repository at this point in the history
Resolves #328
  • Loading branch information
vrom911 committed Aug 30, 2020
1 parent de69df4 commit 5bb5644
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,13 @@ easiest way to bring all functions and types from `relude` to your project
)
```

> **NOTE:** due to the existing [stack issue](https://github.com/commercialhaskell/stack/issues/5077),
> `mixins` technique doesn't work with the `stack repl` at the moment. Please,
> consider this before using this method of turning `relude` on in the project.
>
> If having `stack repl` crucial for your workflow, see the following options of
> how to use Relude in your project.
### base-noprelude

[[Back to the Table of Contents]](#structure-of-this-tutorial)
Expand Down

0 comments on commit 5bb5644

Please sign in to comment.