diff options
author | Joey Hess <joey@kitenet.net> | 2011-02-08 15:11:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-02-08 15:11:49 -0400 |
commit | 45387b3fcb0785d0e9957a638fdd8ffccb3eb40c (patch) | |
tree | 664ef6b5165658b3856d6c2cab3dfec0d47cf103 /Makefile | |
parent | 82ff914492636869079a33b67b4d918e93213dc7 (diff) |
Deal with the mtl/monads-fd conflict.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ PREFIX=/usr -GHCFLAGS=-O2 -Wall +GHCFLAGS=-O2 -Wall -ignore-package monads-fd GHCMAKE=ghc $(GHCFLAGS) --make bins=git-annex git-annex-shell |