From 99e00257d5297bc22fc049c42b7d456ea36f241b Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Wed, 25 Apr 2012 09:33:45 -0500 Subject: build with GHCFLAGS, even with Cabal --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dc63f16..5aa7ef6 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ debian/control: openpgp.cabal cabal-debian --update-debianization dist/build/libHSopenpgp-$(VERSION).a: openpgp.cabal dist/setup-config Data/BaseConvert.hs Data/OpenPGP.hs Data/OpenPGP/Crypto.hs - cabal build + cabal build --ghc-options="$(GHCFLAGS)" dist/openpgp-$(VERSION).tar.gz: openpgp.cabal dist/setup-config Data/BaseConvert.hs Data/OpenPGP.hs Data/OpenPGP/Crypto.hs README cabal check -- cgit v1.2.3