Skip to content

Commit

Permalink
Tidy exports, and export the RTS fun.
Browse files Browse the repository at this point in the history
  • Loading branch information
bos committed Apr 26, 2011
1 parent 5f7b645 commit 0b8fee7
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions Database/HDBC/MySQL.hs
@@ -1,5 +1,12 @@
{- |
Module : Database.HDBC.MySQL
Copyright : Copyright (c) 2009-2010 Chris Waterson
License : LGPL
Maintainer : bos@mailrank.com
Stability : experimental
Portability : GHC
This module provides a MySQL driver for the HDBC database interface.
To use it, invoke the 'connectMySQL' method to create an
@Database.HDBC.IConnection@ that you can use to interact with a MySQL
Expand Down Expand Up @@ -37,6 +44,13 @@ time zone is UTC.
-}
module Database.HDBC.MySQL
(connectMySQL, MySQLConnectInfo(..), defaultMySQLConnectInfo, Connection)
where
(
MySQLConnectInfo(..)
, Connection
, connectMySQL
, defaultMySQLConnectInfo
, withRTSSignalsBlocked
) where

import Database.HDBC.MySQL.Connection
import Database.HDBC.MySQL.RTS

0 comments on commit 0b8fee7

Please sign in to comment.