relational-query-HDBC 0.7.1.0 → 0.7.1.1
raw patch · 3 files changed
+6/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- relational-query-HDBC.cabal +1/−1
- src/Database/HDBC/Record/Query.hs +1/−1
ChangeLog.md view
@@ -1,5 +1,9 @@ <!-- -*- Markdown -*- --> +## 0.7.1.1++- fix build for old GHCs.+ ## 0.7.1.0 - add convertible instances of Word8 type and Word16 type.
relational-query-HDBC.cabal view
@@ -1,5 +1,5 @@ name: relational-query-HDBC-version: 0.7.1.0+version: 0.7.1.1 synopsis: HDBC instance of relational-query and typed query interface for HDBC description: This package contains the HDBC instance of relational-query and the typed query interface for HDBC.
src/Database/HDBC/Record/Query.hs view
@@ -34,7 +34,7 @@ runQuery, ) where -import Control.Applicative ((<$>))+import Control.Applicative ((<$>), pure) import Data.Monoid (mempty, (<>)) import Data.Maybe (listToMaybe) import Data.DList (toList)