summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Nathan Collins <nathan.collins@gmail.com>2012-06-11 00:18:48 -0700
committerGravatar Nathan Collins <nathan.collins@gmail.com>2012-06-11 00:18:48 -0700
commit6eb4f35c0398cb5ec47a5fbe09b085b1e79a53db (patch)
tree1b9e815f8a2c05e41e6e59345d423d38fcdb6bf1 /Makefile
parent7753b33c8860486edf37936e30f35da9db7c8f8b (diff)
parent31065fa4e2b6a1171192f120b89fa469b3829418 (diff)
Merge branch 'master' into cabal-man-pages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 131daade7..ca9ea2036 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PREFIX=/usr
-IGNORE=-ignore-package monads-fd
+IGNORE=-ignore-package monads-fd -ignore-package monads-tf
BASEFLAGS=-Wall $(IGNORE) -outputdir tmp -IUtility -DWITH_S3
GHCFLAGS=-O2 $(BASEFLAGS)