Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/JeanHuguesdeRaigniac/effects-landscape

Effects libraries in Haskell
https://github.com/JeanHuguesdeRaigniac/effects-landscape

Last synced: 3 months ago
JSON representation

Effects libraries in Haskell

Awesome Lists containing this project

README

        

# Posts

[One Step Beyond](v0/README.md) (January 9th 2023)

[All Cats Are Grey](v1/README.md) (May 22nd 2023)

In the second post, without a library flag set to `True` in the [effects-landscape.cabal](effects-landscape.cabal) file, HLS does not work (signature on hovering, going to definition...).

Now, the first library is selected by default. To use another one, set its flag to `True` and the previous selected one to `False`.

For example, to use Effectful, do:

```cabal
flag with-cleff
default: False
flag with-effectful
default: True
```

And restart Haskell LSP server.