We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb0cc7 commit a1d7525Copy full SHA for a1d7525
hnix-store-db/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# [0.1.0.1](https://github.com/haskell-nix/hnix-store/compare/db-0.1.0.0...db-0.1.0.1) 2025-09-03
2
+
3
+* Relax upper bounds on `esqueleto` and `persistent` [#294](https://github.com/haskell-nix/hnix-store/pull/294)
4
5
# 0.1.0.0 2024-07-31
6
7
* Initial release
hnix-store-db/hnix-store-db.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: hnix-store-db
-version: 0.1.0.0
+version: 0.1.0.1
synopsis: Nix store database support
description: Implementation of the Nix store database
homepage: https://github.com/haskell-nix/hnix-store
0 commit comments