File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11cabal-version : 3.0
22name : effectful-opaleye
3- version : 0.1.0.1
3+ version : 0.1.1.0
44synopsis :
55 effectful support for high-level PostgreSQL operations via Opaleye.
66description :
You can’t perform that action at this time.
0 commit comments