Commit Graph

538 Commits

Author SHA1 Message Date
Torsten Schmits
78925a6405 Release 1.9.1.3 2023-10-08 13:57:42 +02:00
Daniel Firth
509b872672
Support template-haskell-2.21.0.0 (#482) 2023-10-08 11:55:12 +00:00
Torsten Schmits
ade2c85a6c release 1.9.1.2 and 0.4.5.1 2023-09-16 17:16:12 +02:00
Vekhir
d8e8e7e0c8
Allow th-abstraction 0.6 (#481) 2023-09-16 11:58:07 +00:00
Torsten Schmits
6936b47e4c release 1.9.1.1 2023-09-01 01:24:04 +02:00
Torsten Schmits
9a9ddfa70f relax doctest bounds 2023-09-01 01:23:33 +02:00
Torsten Schmits
6dc8ecf6db bump cachix action 2023-04-16 20:37:36 +02:00
Torsten Schmits
5e55cd5452 release 1.9.1.0 and 0.4.5.0 2023-04-09 14:14:42 +02:00
Torsten Schmits
9ec6e337d0 support GHC 9.6 2023-04-09 12:03:50 +00:00
Felix Yan
87d7439561 Allow inspection-testing 0.5
Builds fine and all tests pass.
2022-12-30 00:01:24 +01:00
Torsten Schmits
16999eece5 Release polysemy 1.9.0.0 2022-12-28 17:45:17 +01:00
Torsten Schmits
10a1336f32 add missing haddock items 2022-12-28 17:43:15 +01:00
KingoftheHomeless
1ff567c1aa Fix scoped within scoped incoherency. Add runScopedNew (#466) 2022-12-28 16:21:33 +01:00
Torsten Schmits
2d88b937dd fix scoped interpreters automatically recursively interpreting 2022-12-28 16:21:33 +01:00
Torsten Schmits
0b508d0ee3 add missing changelog entry 2022-12-28 15:40:13 +01:00
Torsten Schmits
a329aaf4d2 add missing export for Scoped_ 2022-12-27 18:53:41 +01:00
Torsten Schmits
cd2f01c0aa Release polysemy-plugin-0.4.4.0 2022-12-27 16:12:35 +01:00
Torsten Schmits
f9b19c022b support GHC 9.4 in polysemy-plugin
Thanks @teto
2022-12-27 16:04:28 +01:00
Torsten Schmits
9e4343f82c add Scoped to the changelog 2022-12-22 18:51:52 +01:00
Torsten Schmits
a02837bdf3 don't use old nix version in CI 2022-12-22 18:31:58 +01:00
Torsten Schmits
8432b5c0ac bump install-nix-action 2022-12-22 18:30:18 +01:00
Sandy Maguire
2e2ad315e9 Release v1.8.0.0 2022-12-22 09:25:20 -08:00
Sandy Maguire
c7e7b22d5a
fix: don't inline membership' (#465) 2022-12-22 09:12:48 -08:00
Torsten Schmits
1b6ae7b18b
Scoped without resource param (#462) 2022-10-16 23:12:00 +02:00
KingoftheHomeless
76af343a96
Extend Scoped (#459)
* add variants of interpretScoped that allow additional local effects
* add call site parameter to Scoped
2022-10-02 18:49:17 +02:00
Sophie Taylor
f2c36c40cc GHC 9.4 2022-10-02 04:01:33 +02:00
Torsten Schmits
4aba283491 bump nixpkgs and ghcs 2022-09-28 19:46:28 +02:00
Felix Yan
6e1e5e9c5e Allow inspection-testing 0.5
Builds fine and all tests pass.
2022-07-25 13:10:44 +02:00
Torsten Schmits
0603baea85 Release polysemy-plugin-0.4.3.1 2022-07-11 23:39:53 +02:00
Torsten Schmits
5a34ecbcc2 fix non-exhaustive pattern match in Fundep 2022-07-11 23:28:29 +02:00
MorrowM
2404b97e1e Fix formatting issue in 'tag' documentation 2022-05-17 22:29:32 +02:00
Georgi Lyubenov
ef373edadb
Merge pull request #448 from felixonmars/patch-1
Allow doctest 0.19
2022-03-07 22:48:54 +02:00
Felix Yan
dd5a3307e2
Allow doctest 0.19
Builds fine and all tests pass.
2022-03-08 04:28:38 +08:00
Georgi Lyubenov
4f0284816a
Merge pull request #447 from polysemy-research/scoped-docs
Some improvements around `Scoped` docs
2022-02-01 17:39:59 +02:00
Georgi Lyubenov
be14b3f9df Add "example" to runScoped
This is helpful so that someone reading the docs knows what withResource
and scopedInterpreter are without having to consult the source
2022-02-01 17:32:26 +02:00
Georgi Lyubenov
0d8ec47ae6 Remove haddock links to polysemy-conc, link to it
It's in a different package that we don't depend on so I don't think we
can refer to it and automagically generate non-broken docs.
2022-02-01 17:31:39 +02:00
Georgi Lyubenov
21ae24ead5 Add a reference to a blogpost on Scoped by @tek 2022-02-01 17:27:17 +02:00
Georgi Lyubenov
6726a6a9d7 Fix reference to runScoped 2022-02-01 17:21:39 +02:00
Torsten Schmits
05889a437c add Scoped 2022-01-28 17:30:54 +01:00
TheMatten
22c04e631f Copy docs of effect constructors to functions 2022-01-28 16:33:06 +01:00
Xy Ren
8450bff3d8 Prevent errorToIOFinal from mixing errors up (#444) 2022-01-23 20:41:35 +01:00
Torsten Schmits
dd65cc3bae fix typo 2022-01-04 23:45:25 +01:00
Markus Läll
791cd36001 Add link to "Porting to Polysemy" 2021-12-21 17:59:01 +01:00
Sandy Maguire
6ece463ea8
Remove lowering functions and forklift (#438)
* Remove forklift

* Remove lowerResource

* Changelog

* changelog

* Remove (@)

* Update documentation

* Remove the ancient benchmarks

* Remove fixpoint lowerings
2021-12-01 09:59:18 -08:00
Sandy Maguire
3f965b7947
Remove View (#439) 2021-11-29 09:30:38 -08:00
Sandy Maguire
5e638ebfb0
Remove Polysemy.Law (#437)
* Remove Polysemy.Law

* Beter changelog
2021-11-28 13:07:48 -08:00
KingoftheHomeless
cc27631bd8
Expose send (#436)
* Expose `send`

* Add `@since TODO`
2021-11-28 20:07:48 +01:00
Sandy Maguire
8f469182f0 Release polysemy-plugin-0.4.3.0 2021-11-23 21:58:21 -08:00
Sandy Maguire
4ab89318c4 Release polysemy-1.7.1.0 2021-11-23 09:41:58 -08:00
Sophie Taylor
6a0125b9b7 Support GHC 9.2 2021-11-23 11:51:43 +01:00