Commit Graph

17 Commits

Author SHA1 Message Date
Andrzej Rybczak
e885aa0a77
Update CI (#277) 2024-11-22 17:03:29 +01:00
Andrzej Rybczak
0ef04f2fc8
Improve Labeled and add labeled versions of base effects (#228)
* Improve Labeled and add labeled versions of base effects

* Remove .VDQ modules for now

* tests

* doctest

* more doctest

* ci

* run doctest with 9.10

* run polysemy with 9.10
2024-08-22 20:59:21 +02:00
Andrzej Rybczak
164ebe1901
Update CI (#218) 2024-04-28 06:17:24 +02:00
Andrzej Rybczak
43b5edc1bb
Run doctest with GHC 9.8 (#192) 2023-10-26 19:04:06 +02:00
Andrzej Rybczak
1f81eb7305
Run doctest with GHC 9.6 (#187) 2023-10-03 19:42:16 +02:00
Andrzej Rybczak
bd4d2be96d
Re-enable benchmarks on 9.8 (#182) 2023-09-11 00:25:06 +02:00
Mann mit Hut
8b1b4a8695
Add bindings to bytestring package (#151)
* Added bindings to bytestring package and introduced Console effect

* Fixed: Exclude Effectful.ByteString.Builder.writeFile if bytestring<0.11.2

* Removed Console effect and moved Effectful.ByteString modules to Effectful.FileSystem.IO.ByteString

* Fixed module headers

* Added Console effect again

* Made Effectful.Console.Static an internal module

* Renamed Effectful.Console.Static to Effectful.Console.Effect

* Renamed new modules such that they do not end in "Static"

* Updated documentation of the Console effect

* Applied suggestions

* Added missing functions

* Applied suggestions

* Applied remaining suggestions

* Added version bound for tasty-bench

The version bounds for of tasty-bench<=0.3.3 allow tasty>=1.5.
But that combination does not build, see for example:
https://github.com/haskell-effectful/effectful/actions/runs/6135853029/job/16650024577

* Only run benchmarks for GHC<9.8
2023-09-10 23:36:48 +02:00
Andrzej Rybczak
24ff96f97c
Test with GHC 9.6 (#145) 2023-03-05 20:40:30 +01:00
Andrzej Rybczak
2f6f284d88 Run doctest with GHC 9.4 2023-01-22 22:32:47 +01:00
Andrzej Rybczak
3f425be2c2
Rework effectful-plugin, add support for GHC 9.4 and 9.6 (#130) 2023-01-22 22:11:53 +01:00
Andrzej Rybczak
b6cd978db3 Use ghcup for all GHC versions 2022-10-12 21:20:20 +02:00
Andrzej Rybczak
1fea5c6cb3
Port the plugin from cleff (#66)
Fixes https://github.com/haskell-effectful/effectful/issues/54.
2022-06-29 06:41:06 +02:00
Andrzej Rybczak
b702e625f6 Update CI 2021-12-09 20:16:42 +01:00
Andrzej Rybczak
72764c9756 Fix CI 2021-09-25 12:11:57 +02:00
Andrzej Rybczak
5c9dfe6b6c Compile all benchmarks in CI 2021-07-09 19:41:46 +02:00
Andrzej Rybczak
85fe6ca427
Add script for running doctest and enable it for GHC 9.0 (#19) 2021-07-08 18:45:09 +02:00
Andrzej Rybczak
c7a3cf7a63 Initial commit 2021-06-11 14:17:19 +02:00