hsql-postgresql 1.7.1 → 1.7.2
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- ChangeLog +3/−0
- hsql-postgresql.cabal +2/−2
+ ChangeLog view
@@ -0,0 +1,3 @@+2009-2-13+ 1.7.2: constrained requirement of `base' by `>=4.0.0.0' to stop cabal-install+ from assuming base-3.?.?.?
hsql-postgresql.cabal view
@@ -1,11 +1,11 @@ Name: hsql-postgresql-Version: 1.7.1+Version: 1.7.2 License: BSD3 Author: Krasimir Angelov <kr.angelov@gmail.com> Category: Database Description: PostgreSQL driver for HSQL. Exposed-modules: Database.HSQL.PostgreSQL-Build-depends: base, hsql, old-time+Build-depends: base >= 4.0.0.0, hsql, old-time Maintainer: nick.rudnick@googlemail.com Extensions: ForeignFunctionInterface, CPP Build-Type: Custom