* 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