mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-29 14:45:51 +03:00
relational-record-examples: fix compile failure w/ GHC 7.x
This commit is contained in:
parent
2e284b813a
commit
465dd413b0
@ -71,7 +71,7 @@ library
|
||||
ghc-options: -Wall
|
||||
|
||||
executable examples
|
||||
if flag(binary)
|
||||
if impl(ghc >= 8.0) && flag(binary)
|
||||
buildable: True
|
||||
else
|
||||
buildable: False
|
||||
|
Loading…
Reference in New Issue
Block a user