1
Fork 0

missing file in tests in cabal

This commit is contained in:
Jake Wheat 2013-12-14 20:45:45 +02:00
parent 44b82a797f
commit 4709103196

View file

@ -15,8 +15,8 @@ cabal-version: >=1.10
bug-reports: https://github.com/JakeWheat/simple_sql_parser/issues
source-repository head
type: git
location: https://github.com/JakeWheat/simple_sql_parser.git
type: git
location: https://github.com/JakeWheat/simple_sql_parser.git
library
exposed-modules: Language.SQL.SimpleSQL.Pretty,
@ -51,7 +51,8 @@ Test-Suite Tests
Language.SQL.SimpleSQL.Parser,
Language.SQL.SimpleSQL.Syntax,
Language.SQL.SimpleSQL.Fixity,
Language.SQL.SimpleSQL.Tests
Language.SQL.SimpleSQL.Tests,
Tpch
other-extensions: TupleSections
default-language: Haskell2010
ghc-options: -Wall