HDBC-mysql 0.6.6.2 → 0.6.6.3
raw patch · 2 files changed
+6/−12 lines, 2 filesdep ~basesetup-changed
Dependency ranges changed: base
Files
- HDBC-mysql.cabal +6/−10
- Setup.lhs +0/−2
HDBC-mysql.cabal view
@@ -1,15 +1,15 @@ Name: HDBC-mysql Category: Database Synopsis: MySQL driver for HDBC-Version: 0.6.6.2+Version: 0.6.6.3 Stability: Experimental-Maintainer: Bryan O'Sullivan <bos@serpentine.com>+Maintainer: Ryan Mullgigan <ryan@ryantm.com> Author: Chris Waterson Copyright: 2009-2010 Chris Waterson, 2011 MailRank License: LGPL License-file: COPYING-Homepage: http://github.com/bos/hdbc-mysql-Bug-Reports: http://github.com/bos/hdbc-mysql/issues+Homepage: https://github.com/ryantm/hdbc-mysql+Bug-Reports: https://github.com/ryantm/hdbc-mysql/issues Build-Type: Custom Tested-with: GHC Cabal-Version: >= 1.8@@ -27,7 +27,7 @@ Database.HDBC.MySQL.RTS Build-Depends: HDBC >= 2.1.0,- base >= 2 && < 5,+ base >= 2 && < 4.9, bytestring, time, utf8-string@@ -36,8 +36,4 @@ source-repository head type: git- location: http://github.com/bos/hdbc-mysql--source-repository head- type: mercurial- location: http://bitbucket.org/bos/hdbc-mysql+ location: https://github.com/ryantm/hdbc-mysql
Setup.lhs view
@@ -12,8 +12,6 @@ import Data.Char (isSpace) import Data.List (dropWhile,span) -import Debug.Trace- import Control.Monad main = defaultMainWithHooks simpleUserHooks {