check with stackage/ghc 8.2.1 snapshot
This commit is contained in:
parent
a33de9d7e0
commit
25982a78db
2 changed files with 3 additions and 1 deletions
tools/Language/SQL/SimpleSQL
|
@ -55,7 +55,7 @@ expression parts.
|
|||
|
||||
> module Language.SQL.SimpleSQL.ErrorMessages where
|
||||
|
||||
> import Language.SQL.SimpleSQL.Parser
|
||||
> {-import Language.SQL.SimpleSQL.Parser
|
||||
> import Data.List
|
||||
> import Text.Groom
|
||||
|
||||
|
@ -147,3 +147,4 @@ window functions
|
|||
> pExprs x y =
|
||||
> let l = valExprs x ++ queryExprs y
|
||||
> in intercalate "\n\n\n\n" $ map (\(a,b) -> a ++ "\n" ++ b) l
|
||||
> -}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue