mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-02 08:12:49 +03:00
relational-query: drop a redundant import.
This commit is contained in:
parent
95de4aee81
commit
1624dd16a8
@ -61,7 +61,7 @@ import Database.Relational.Query.Internal.Sub
|
||||
(SubQuery (..), Projection,
|
||||
UntypedProjection, ProjectionUnit (..),
|
||||
JoinProduct, QueryProductTree, ProductBuilder,
|
||||
NodeAttr (Just', Maybe), ProductTree (Leaf, Join), Node,
|
||||
NodeAttr (Just', Maybe), ProductTree (Leaf, Join),
|
||||
SetOp (..), BinOp (..), Qualifier (..), Qualified (..),
|
||||
QueryRestriction)
|
||||
import qualified Database.Relational.Query.Internal.Sub as Internal
|
||||
|
Loading…
Reference in New Issue
Block a user