[commit: nofib] master: Unbreak cryptarithm2: Pass -package transformers (818d889)

git at git.haskell.org git at git.haskell.org
Tue Dec 30 11:47:37 UTC 2014


Repository : ssh://git@git.haskell.org/nofib

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/818d8895242e888e1346b33a90ed9bb45295bf0c/nofib

>---------------------------------------------------------------

commit 818d8895242e888e1346b33a90ed9bb45295bf0c
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Tue Dec 30 12:48:29 2014 +0100

    Unbreak cryptarithm2: Pass -package transformers


>---------------------------------------------------------------

818d8895242e888e1346b33a90ed9bb45295bf0c
 spectral/cryptarithm2/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/spectral/cryptarithm2/Makefile b/spectral/cryptarithm2/Makefile
index b0ddca4..dcb62e4 100644
--- a/spectral/cryptarithm2/Makefile
+++ b/spectral/cryptarithm2/Makefile
@@ -3,3 +3,4 @@ include $(TOP)/mk/boilerplate.mk
 
 include $(TOP)/mk/target.mk
 
+SRC_HC_OPTS += -package transformers



More information about the ghc-commits mailing list