atelier-db 0.1.1.0 → 0.2.0.0
raw patch · 3 files changed
+18/−10 lines, 3 filesdep ~atelier-coredep ~atelier-preludenew-uploader
Dependency ranges changed: atelier-core, atelier-prelude
Files
- CHANGELOG.md +8/−0
- README.md +4/−4
- atelier-db.cabal +6/−6
CHANGELOG.md view
@@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to the [PVP](https://pvp.haskell.org/). +## [Unreleased]++## [0.2.0.0] - 2026-08-13++### Changed++- Relax `base` constraint to support GHC 9.6 up to GHC 9.12.+ ## [0.1.1.0] - 2026-06-29 ### Added
README.md view
@@ -14,10 +14,10 @@ ## Part of atelier -- [`atelier-prelude`](https://github.com/atelier-hub/tricorder/tree/main/atelier-prelude) — relude-based prelude with Effectful conventions-- [`atelier-core`](https://github.com/atelier-hub/tricorder/tree/main/atelier-core) — foundational effects and utilities-- [`atelier-db`](https://github.com/atelier-hub/tricorder/tree/main/atelier-db) — this package-- [`atelier-testing`](https://github.com/atelier-hub/tricorder/tree/main/atelier-testing) — database-backed test utilities+- [`atelier-prelude`](https://github.com/tweag/tricorder/tree/main/atelier-prelude) — relude-based prelude with Effectful conventions+- [`atelier-core`](https://github.com/tweag/tricorder/tree/main/atelier-core) — foundational effects and utilities+- [`atelier-db`](https://github.com/tweag/tricorder/tree/main/atelier-db) — this package+- [`atelier-testing`](https://github.com/tweag/tricorder/tree/main/atelier-testing) — database-backed test utilities ## License
atelier-db.cabal view
@@ -5,12 +5,12 @@ -- see: https://github.com/sol/hpack name: atelier-db-version: 0.1.1.0+version: 0.2.0.0 synopsis: Relational database effect for atelier (Hasql/Rel8) description: Relational database access via Hasql and Rel8, exposed as an Effectful effect — part of the atelier toolkit. category: Database-homepage: https://github.com/atelier-hub/tricorder#readme-bug-reports: https://github.com/atelier-hub/tricorder/issues+homepage: https://github.com/tweag/tricorder#readme+bug-reports: https://github.com/tweag/tricorder/issues author: Christian Georgii maintainer: christian.georgii@tweag.io license: MIT@@ -27,7 +27,7 @@ source-repository head type: git- location: https://github.com/atelier-hub/tricorder+ location: https://github.com/tweag/tricorder library exposed-modules:@@ -60,8 +60,8 @@ ghc-options: -Weverything -Wno-unsafe -Wno-missing-safe-haskell-mode -Wno-monomorphism-restriction -Wno-missing-kind-signatures -Wno-missing-local-signatures -Wno-missing-import-lists -Wno-implicit-prelude -Wno-unticked-promoted-constructors -Wno-unused-packages -Wno-all-missed-specialisations -Wno-missed-specialisations -fplugin=Effectful.Plugin -threaded build-depends: aeson ==2.2.*- , atelier-core ==0.2.*- , atelier-prelude ==0.1.*+ , atelier-core ==0.3.*+ , atelier-prelude >=0.1 && <0.3 , base >=4.18 && <4.23 , bytestring >=0.11 && <0.13 , containers >=0.6 && <0.9