gargoyle-postgresql-nix 0.3.0.2 → 0.3.0.3
raw patch · 2 files changed
+8/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +5/−1
- gargoyle-postgresql-nix.cabal +3/−2
ChangeLog.md view
@@ -1,8 +1,12 @@ # Revision history for gargoyle-postgresql-nix +## 0.3.0.3++* Add `libpq` to `pkgconfig-depends`+ ## 0.3.0.2 -* Support GHC 9.12+* Support GHC 9.10 ## 0.3.0.1
gargoyle-postgresql-nix.cabal view
@@ -1,5 +1,5 @@ name: gargoyle-postgresql-nix-version: 0.3.0.2+version: 0.3.0.3 author: Obsidian Systems LLC maintainer: maintainer@obsidian.systems copyright: Copyright (C) 2017 Obsidian Systems LLC@@ -29,7 +29,8 @@ , gargoyle >=0.1 && <0.2 , gargoyle-postgresql >=0.2 && <0.3 , which >=0.2 && <0.3-+ pkgconfig-depends:+ libpq hs-source-dirs: src default-language: Haskell2010