relational-query: export SQL: add Export module to exposed list.

This commit is contained in:
Kei Hibino 2021-07-19 17:20:16 +09:00
parent 78adb73847
commit 0ad277e72a

View File

@ -82,6 +82,8 @@ library
Database.Relational.Derives
Database.Relational.TH
Database.Relational.Export
-- for GHC version equal or more than 8.0
Database.Relational.OverloadedProjection
Database.Relational.OverloadedInstances
@ -124,6 +126,8 @@ library
, persistable-record >= 0.6
if impl(ghc == 7.4.*)
build-depends: ghc-prim == 0.2.*
if impl(ghc == 7.4.*) || impl(ghc == 7.6.*)
build-depends: bytestring-short
hs-source-dirs: src
ghc-options: -Wall -fsimpl-tick-factor=200