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