mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-22 03:06:01 +03:00
relational-query: export SQL: add Export module to exposed list.
This commit is contained in:
parent
78adb73847
commit
0ad277e72a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user