mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-19 17:55:48 +01:00
Add flag for pinchot
This flag is needed only when building for GHC < 8.0.
This commit is contained in:
parent
ddb2641e0c
commit
293580a153
@ -2307,6 +2307,12 @@ package-flags:
|
|||||||
# https://github.com/ghcjs/jsaddle/issues/9
|
# https://github.com/ghcjs/jsaddle/issues/9
|
||||||
jsaddle:
|
jsaddle:
|
||||||
gtk3: true
|
gtk3: true
|
||||||
|
|
||||||
|
# Only necessary for template-haskell < 2.11, so please
|
||||||
|
# remove this when moving up to GHC 8.0
|
||||||
|
pinchot:
|
||||||
|
oldTemplateHaskell: true
|
||||||
|
|
||||||
# end of package-flags
|
# end of package-flags
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user