Add flag for pinchot

This flag is needed only when building for GHC < 8.0.
This commit is contained in:
Omari Norman 2016-04-30 13:11:45 -04:00
parent ddb2641e0c
commit 293580a153

View File

@ -2307,6 +2307,12 @@ package-flags:
# https://github.com/ghcjs/jsaddle/issues/9
jsaddle:
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