* 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
* 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
* Prevent possibility of mixing functions for different dispatch types
* Rename Rep to EffectR
* Turn DataR into a data family
* Fix doctest with GHC 9.2.1
* HandlerR -> Handler, EffectR -> EffectRep, DataR -> StaticRep
* Safer unsafeConsEnv
* Better haddock
* Rename *Data operations to *StaticRep
* Haddock adjustment
* More haddock adjustments
* One more haddock adjustment
* Moved effectful library to a subdirectory
* Initial commit of the effectful-core library
* Removed tests/benchmarks/examples from effectful-core package
* Removed READMEs from packages
* Updated CI
* Refactored doctest script
This is a bit closer to the CI setup.
* Adjusted dependencies
* Updated README
* Updated the package descriptions
* Added examples to test suite