opaleye-textsearch-0.1.0.0: src/Opaleye/TextSearch/Internal/Types.hs
module Opaleye.TextSearch.Internal.Types where import Opaleye.Internal.PGTypes (IsSqlType(..)) data SqlTSQuery data SqlTSVector instance IsSqlType SqlTSQuery where showSqlType _ = "tsquery"