mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-28 22:44:11 +03:00
examples/HDBC/PostgreSQL: add buildable flag for GHC 7
This commit is contained in:
parent
2aac9e9a08
commit
2e284b813a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user