packages feed

relational-record 0.1.7.0 → 0.1.7.1

raw patch · 2 files changed

+4/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

relational-record.cabal view
@@ -1,5 +1,5 @@ name:                relational-record-version:             0.1.7.0+version:             0.1.7.1 synopsis:            Meta package of Relational Record description:         Meta package to install Relational Record quickly homepage:            http://khibino.github.io/haskell-relational-record/
src/Database/Relational/Query/Documentation.hs view
@@ -7,7 +7,9 @@ -- Stability   : experimental -- Portability : unknown ----- This module is documentation module for relational record.+-- This module is documentation module for relational-record.+-- The project page of relational-record is+-- http://khibino.github.io/haskell-relational-record/ . module Database.Relational.Query.Documentation (   -- * Concepts   -- $concepts