Skip to content

Commit

Permalink
check with stackage/ghc 8.2.1 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWheat committed Aug 5, 2017
1 parent a33de9d commit 25982a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
resolver: lts-9.0
#resolver: nightly-2017-07-31

# Local packages, usually specified by relative directory name
packages:
Expand Down
3 changes: 2 additions & 1 deletion tools/Language/SQL/SimpleSQL/ErrorMessages.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
> -}

0 comments on commit 25982a7

Please sign in to comment.