Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/JeanHuguesdeRaigniac/effects-landscape
- Owner: JeanHuguesdeRaigniac
- License: gpl-3.0
- Created: 2023-01-09T03:28:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T08:16:27.000Z (over 1 year ago)
- Last Synced: 2024-02-27T15:00:05.886Z (11 months ago)
- Language: Haskell
- Size: 777 KB
- Stars: 73
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - JeanHuguesdeRaigniac/effects-landscape - 07 star:0.1k fork:0.0k Effects libraries in Haskell (Haskell)
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.