1
Fork 0

add Data and Typeable to the syntax

This commit is contained in:
Jake Wheat 2014-04-10 18:53:11 +03:00
commit 4989f5251b
2 changed files with 23 additions and 21 deletions

View file

@ -64,7 +64,7 @@ Test-Suite Tests
Language.SQL.SimpleSQL.Tests,
Language.SQL.SimpleSQL.Tpch
other-extensions: TupleSections,OverloadedStrings
other-extensions: TupleSections,OverloadedStrings,DeriveDataTypeable
default-language: Haskell2010
ghc-options: -Wall