diff options
Diffstat (limited to 'devel/hs-ormolu/Makefile')
-rw-r--r-- | devel/hs-ormolu/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/hs-ormolu/Makefile b/devel/hs-ormolu/Makefile index 414a78954824..c839c2210a2f 100644 --- a/devel/hs-ormolu/Makefile +++ b/devel/hs-ormolu/Makefile @@ -44,4 +44,7 @@ USE_CABAL= Cabal-syntax-3.12.1.0 \ th-env-0.1.1 \ transformers-compat-0.7.2 +post-patch: + ${REINPLACE_CMD} 's|jobs: 1|jobs: 2|' ${CABAL_HOME}/.cabal/config + .include <bsd.port.mk> |