packages feed

preql-0.1: src/Preql/Wire.hs

-- | This module re-exports definitions from Wire.* that are expected to be useful

module Preql.Wire (module X) where

import Preql.Wire.FromSql as X
import Preql.Wire.Internal as X (Query, RowDecoder, DecoderState(..), LocatedError(..), FieldError(..))
import Preql.Wire.ToSql as X
import Preql.Wire.Types as X