examples/HDBC/PostgreSQL: add buildable flag for GHC 7

This commit is contained in:
Kei Hibino 2018-04-03 19:01:31 +09:00
parent 2aac9e9a08
commit 2e284b813a

View File

@ -36,6 +36,8 @@ Executable example1
ghc-options: -Wall
Executable example1O
if impl(ghc < 8.0)
buildable: False
default-language: Haskell2010
build-depends: base <5
, template-haskell