packages feed

persistable-types-HDBC-pg 0.0.3.0 → 0.0.3.1

raw patch · 2 files changed

+2/−1 lines, 2 filesdep ~relational-queryPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: relational-query

API changes (from Hackage documentation)

Files

persistable-types-HDBC-pg.cabal view
@@ -1,5 +1,5 @@ name:                persistable-types-HDBC-pg-version:             0.0.3.0+version:             0.0.3.1 synopsis:            HDBC and Relational-Record instances of PostgreSQL extended types description:         This package contains HDBC Convertible instances and                      Relational-Record persistable instances of PostgreSQL extended types
test/runTest.hs view
@@ -2,6 +2,7 @@ {-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE MultiParamTypeClasses #-} {-# LANGUAGE FlexibleInstances #-}+{-# LANGUAGE DataKinds #-} {-# LANGUAGE DeriveGeneric #-}  import GHC.Generics (Generic)