Skip to content

Commit

Permalink
Re-exports SQLError and other error internals
Browse files Browse the repository at this point in the history
  • Loading branch information
nkpart committed Feb 12, 2015
1 parent d51cbfc commit f4ab245
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Database/SQLite/Simple.hs
Expand Up @@ -88,8 +88,10 @@ module Database.SQLite.Simple (
, withBind
, nextRow
-- ** Exceptions
, FormatError(fmtMessage, fmtQuery, fmtParams)
, ResultError(errSQLType, errHaskellType, errMessage)
, FormatError(..)
, ResultError(..)
, Base.SQLError(..)
, Base.Error(..)
) where

import Control.Applicative
Expand Down

0 comments on commit f4ab245

Please sign in to comment.