HDBC-mysql 0.6.5.0 → 0.6.5.1
raw patch · 2 files changed
+6/−6 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Database/HDBC/MySQL.hs +1/−1
- HDBC-mysql.cabal +5/−5
Database/HDBC/MySQL.hs view
@@ -3,7 +3,7 @@ Module : Database.HDBC.MySQL Copyright : Copyright (c) 2009-2010 Chris Waterson License : LGPL-Maintainer : bos@mailrank.com+Maintainer : bos@serpentine.com Stability : experimental Portability : GHC
HDBC-mysql.cabal view
@@ -1,15 +1,15 @@ Name: HDBC-mysql Category: Database Synopsis: MySQL driver for HDBC-Version: 0.6.5.0+Version: 0.6.5.1 Stability: Experimental-Maintainer: Bryan O'Sullivan <bos@mailrank.com>+Maintainer: Bryan O'Sullivan <bos@serpentine.com> Author: Chris Waterson Copyright: 2009-2010 Chris Waterson, 2011 MailRank License: LGPL License-file: COPYING-Homepage: http://github.com/mailrank/hdbc-mysql-Bug-Reports: http://github.com/mailrank/hdbc-mysql/issues+Homepage: http://github.com/bos/hdbc-mysql+Bug-Reports: http://github.com/bos/hdbc-mysql/issues Build-Type: Custom Tested-with: GHC Cabal-Version: >= 1.6@@ -35,7 +35,7 @@ source-repository head type: git- location: http://github.com/mailrank/hdbc-mysql+ location: http://github.com/bos/hdbc-mysql source-repository head type: mercurial