Ignore-this: 31db1331c7deafc9313d93b0e52ac1eb

darcs-hash:20091228230336-f0a0d-cf04ee149bcd81e99fddbe1ce70e8dd811a502e3.gz
This commit is contained in:
coreyoconnor 2009-12-28 15:03:36 -08:00
parent 9a3697f925
commit 948554a3fd

View File

@ -24,7 +24,7 @@ vty_issue_18 \
$(VERIF_TESTS)
# TODO: Tests should also be buildable referencing the currently installed vty
GHC_ARGS=--make -i../src -hide-package mtl -hide-package monads-fd -package QuickCheck-2.1.0.1 -ignore-package vty ../cbits/gwinsz.c ../cbits/set_term_timing.c ../cbits/mk_wcwidth.c -O -funbox-strict-fields -Wall -threaded -fno-full-laziness -fspec-constr -odir objects -hidir objects
GHC_ARGS=--make -i../src -hide-package transformers -hide-package monads-fd -hide-package monads-tf -package QuickCheck-2.1.0.2 -ignore-package vty ../cbits/gwinsz.c ../cbits/set_term_timing.c ../cbits/mk_wcwidth.c -O -funbox-strict-fields -Wall -threaded -fno-full-laziness -fspec-constr -odir objects -hidir objects
GHC_PROF_ARGS=-prof -auto-all $(GHC_ARGS)