Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ See the package READMEs for more detail:

- [effectful-postgresql](./effectful-postgresql#readme)
- [effectful-opaleye](./effectful-opaleye#readme)

## Note to self

The documentation uploaded to Hackage should be built using `effectful-th >= 1.0.0.3`. This will take the haddocks of the `Opaleye` constructors and use them as the haddocks of the corresponding TH-generated functions.
5 changes: 4 additions & 1 deletion effectful-opaleye/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Haskell Package Versioning Policy](https://pvp.hask

## [Unreleased]

## [0.1.1.0] - 15.08.2025

### Added

- Ability to keep a running tally of the SQL operations that are performed by
Expand All @@ -27,6 +29,7 @@ and this project adheres to [Haskell Package Versioning Policy](https://pvp.hask
- Reasonably detailed READMEs.
- CI that builds and tests the packages for each version of GHC in the `tested-with` field.

[unreleased]: https://github.com/fpringle/effectful-postgresql/compare/v0.1.0.1...HEAD
[unreleased]: https://github.com/fpringle/effectful-postgresql/compare/effectful-opaleye-0.1.1.0...HEAD
[0.1.1.0]: https://github.com/fpringle/effectful-postgresql/compare/v0.1.0.1...effectful-opaleye-0.1.1.0
[0.1.0.1]: https://github.com/fpringle/effectful-postgresql/compare/v0.1.0.0...v0.1.0.1
[0.1.0.0]: https://github.com/fpringle/effectful-postgresql/releases/tag/v0.1.0.0
2 changes: 1 addition & 1 deletion effectful-opaleye/effectful-opaleye.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: effectful-opaleye
version: 0.1.0.1
version: 0.1.1.0
synopsis:
effectful support for high-level PostgreSQL operations via Opaleye.
description:
Expand Down
Loading