ribbit 1.1.0.0 → 1.1.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basedep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, time
API changes (from Hackage documentation)
Files
- ribbit.cabal +3/−3
ribbit.cabal view
@@ -1,6 +1,6 @@ name: ribbit-version: 1.1.0.0+version: 1.1.0.1 synopsis: Type-level Relational DB combinators. description: Ribbit is yet another type safe relational database library for Haskell, heavily inspired by the@@ -36,10 +36,10 @@ -- other-extensions: build-depends: Only >= 0.1 && < 0.2,- base >= 4.12 && < 4.13,+ base >= 4.12 && < 4.14, postgresql-simple >= 0.6.2 && < 0.7, text >= 1.2.3.1 && < 1.3,- time >= 1.8.0.2 && < 1.9+ time >= 1.8.0.2 && < 1.10 hs-source-dirs: src default-language: Haskell2010