From 4709103196b02eb95919fd9a6a87e50b9da23d68 Mon Sep 17 00:00:00 2001 From: Jake Wheat Date: Sat, 14 Dec 2013 20:45:45 +0200 Subject: [PATCH] missing file in tests in cabal --- simple-sql-parser.cabal | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/simple-sql-parser.cabal b/simple-sql-parser.cabal index 3e0716f..a10b23f 100644 --- a/simple-sql-parser.cabal +++ b/simple-sql-parser.cabal @@ -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