postgresql-simple-interval 1.0.1.1 → 1.0.1.2
raw patch · 2 files changed
+5/−5 lines, 2 filesdep ~basedep ~template-haskelldep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, template-haskell, time
API changes (from Hackage documentation)
Files
- LICENSE.txt +1/−1
- postgresql-simple-interval.cabal +4/−4
LICENSE.txt view
@@ -1,6 +1,6 @@ BSD Zero Clause License -Copyright (c) 2025 Mercury Technologies, Inc.+Copyright (c) 2026 Mercury Technologies, Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
postgresql-simple-interval.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: postgresql-simple-interval-version: 1.0.1.1+version: 1.0.1.2 synopsis: A simple interval type for PostgreSQL. description: This library provides a simple interval type for PostgreSQL. It supports@@ -25,10 +25,10 @@ common library build-depends: attoparsec ^>=0.14.4,- base >=4.13 && <4.22,+ base >=4.13 && <4.23, bytestring >=0.10.10 && <0.13, postgresql-simple ^>=0.7,- time >=1.9.3 && <1.15,+ time >=1.9.3 && <1.16, default-language: Haskell2010 ghc-options:@@ -64,7 +64,7 @@ build-depends: persistent >=2.17 && <2.19, scientific ^>=0.3.8,- template-haskell >=2.15 && <2.24,+ template-haskell >=2.15 && <2.25, text >=1.2.4 && <1.3 || >=2.0 && <2.2, -- cabal-gild: discover source/library