Commit Graph

40 Commits

Author SHA1 Message Date
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
Michael Peyton Jones
e7adeef18f
Get haddock for makeEffect from the declaration (#226)
Fixes #225
2024-07-03 16:50:57 +02:00
Andrzej Rybczak
0d334be357
Release 2.3.1.0, effectful-plugin-1.1.0.3 and effectful-th-1.0.0.2 (#222) 2024-06-06 23:33:07 +02:00
Andrzej Rybczak
164ebe1901
Update CI (#218) 2024-04-28 06:17:24 +02:00
Andrzej Rybczak
a419258790
Adjust to GHC 9.10, revisited (#214) 2024-04-12 17:26:02 +02:00
Andrzej Rybczak
a235b074cd
Test with GHC 9.8.2 (#210) 2024-03-19 20:35:54 +01:00
Andrzej Rybczak
9661699abb
Allow th-abstraction 0.7 (#209) 2024-03-19 20:06:51 +01:00
Andrzej Rybczak
c60bac9892
Compatibility with GHC 9.10 (#207) 2024-03-14 18:14:53 +01:00
Jan Mas Rovira
2037be9a4f
Generate wildcard type parameters (#200)
* Generate wildcard type parameters

* add changelog item
2024-02-14 01:34:51 +01:00
Andrzej Rybczak
afbffe2e2a
Use ImportQualifiedPost (#199) 2024-01-25 01:21:20 +01:00
Andrzej Rybczak
65e8c3d652
Update template-haskell bounds (#198)
* Update template-haskell bounds

* Update GHC
2024-01-03 14:42:14 +01:00
Andrzej Rybczak
55d925e3cf
Update CI (#188) 2023-10-03 20:24:27 +02:00
Andrzej Rybczak
1f81eb7305
Run doctest with GHC 9.6 (#187) 2023-10-03 19:42:16 +02:00
Andrzej Rybczak
7a3186aab8
Update CI (#181) 2023-09-11 00:14:46 +02:00
Andrzej Rybczak
6332147cdf
Test with GHC 9.8 (#179) 2023-08-11 02:44:38 +02:00
Andrzej Rybczak
1b4e90728e
Require th-abstraction >= 0.6 (#172) 2023-07-31 15:31:26 +02:00
Andrzej Rybczak
2b0358ba59 Bump upper bound of th-abstraction 2023-07-31 14:58:43 +02:00
Andrzej Rybczak
95d592d4fb
CI update (#166) 2023-06-03 03:26:07 +02:00
Andrzej Rybczak
11d1fdb061
Test with GHC 9.2.7 and 9.6.1 (#147) 2023-03-13 09:08:16 +01:00
Andrzej Rybczak
24ff96f97c
Test with GHC 9.6 (#145) 2023-03-05 20:40:30 +01:00
Andrzej Rybczak
21b2fd1970 Relax bounds of th-abstraction 2023-02-27 16:11:49 +01:00
Andrzej Rybczak
efa513f51a Test with GHC 9.2.6 2023-02-14 23:32:13 +01:00
Andrzej Rybczak
44250c8995
Make effectful-th depend on effectful-core, not effectful (#127) 2023-01-13 06:14:09 +01:00
Andrzej Rybczak
7becb972ea
Update CI (#122) 2023-01-01 20:29:15 +01:00
Andrzej Rybczak
72faf66c5a Test with GHC 9.4.2 2022-08-29 17:34:27 +02:00
Andrzej Rybczak
74da2829fb Update CI 2022-08-03 15:27:44 +02:00
Andrzej Rybczak
f8b882c947
Make storage references in the environment immutable (#77)
It shuffles time complexities for `Env` operations around, but overall:

- It speeds things up because of less indirections.

- It makes the API simpler since there is no longer need to fork.
2022-08-03 14:09:07 +02:00
Andrzej Rybczak
19af2ec7f3
Change SuffixOf to SharedSuffix and make it behave as advertised (#74)
This both relaxes former advertised behavior of SuffixOf as well as makes it
behave properly as the type family version didn't.
2022-07-28 03:14:14 +02:00
Andrzej Rybczak
a9494026b7
Don't reset the strategy inside the continuation in withEffToIO (#70)
Fixes https://github.com/haskell-effectful/effectful/issues/69.
2022-07-18 15:41:15 +02:00
Andrzej Rybczak
fb2ec9a873 Slightly update description of packages 2022-07-15 01:48:05 +02:00
Andrzej Rybczak
1ebe7e1658
Release 1.0.0.0 (#67)
Fixes https://github.com/haskell-effectful/effectful/issues/20.
2022-07-13 22:05:35 +02:00
Andrzej Rybczak
f95b08cd3f Test with GHC 9.2.3 2022-05-31 07:12:44 +02:00
Andrzej Rybczak
704d7ced39 Add GHC 9.4 to CI 2022-05-29 05:13:32 +02:00
Andrzej Rybczak
e15aa5d89a Update links to the repo 2022-05-29 05:05:13 +02:00
Andrzej Rybczak
295eb0e20a Allow template-haskell-2.19 and restrict version of th-abstraction 2022-05-28 08:56:12 +02:00
Andrzej Rybczak
94e54ea884 Test with GHC 9.2.2 2022-03-07 21:17:21 +01:00
Andrzej Rybczak
907a4c10f1 Disable -Wunticked-promoted-constructors
See https://gitlab.haskell.org/ghc/ghc/-/issues/20531.
2022-02-26 03:52:00 +01:00
Andrzej Rybczak
3ce016aa84 Fix CI 2022-02-25 00:06:02 +01:00
Andrzej Rybczak
aed63768d1 Add HasCallStack to functions generated by TH 2022-02-24 22:41:15 +01:00
Andrzej Rybczak
b77e9c3d65
Add effectful-th based on the code from cleff (#60) 2022-02-22 21:39:14 +01:00