Skip to content

Commit e149e57

Browse files
authored
Merge pull request #5 from fpringle/fpringle/effectful-opaleye-0.1.1.0
Release `effectful-opaleye:0.1.1.0`
2 parents 4ae9104 + 694fc5b commit e149e57

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ See the package READMEs for more detail:
88

99
- [effectful-postgresql](./effectful-postgresql#readme)
1010
- [effectful-opaleye](./effectful-opaleye#readme)
11+
12+
## Note to self
13+
14+
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.

effectful-opaleye/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Haskell Package Versioning Policy](https://pvp.hask
77

88
## [Unreleased]
99

10+
## [0.1.1.0] - 15.08.2025
11+
1012
### Added
1113

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

30-
[unreleased]: https://github.com/fpringle/effectful-postgresql/compare/v0.1.0.1...HEAD
32+
[unreleased]: https://github.com/fpringle/effectful-postgresql/compare/effectful-opaleye-0.1.1.0...HEAD
33+
[0.1.1.0]: https://github.com/fpringle/effectful-postgresql/compare/v0.1.0.1...effectful-opaleye-0.1.1.0
3134
[0.1.0.1]: https://github.com/fpringle/effectful-postgresql/compare/v0.1.0.0...v0.1.0.1
3235
[0.1.0.0]: https://github.com/fpringle/effectful-postgresql/releases/tag/v0.1.0.0

effectful-opaleye/effectful-opaleye.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: effectful-opaleye
3-
version: 0.1.0.1
3+
version: 0.1.1.0
44
synopsis:
55
effectful support for high-level PostgreSQL operations via Opaleye.
66
description:

0 commit comments

Comments
 (0)