Skip to content

Commit

Permalink
Added --reorder-goals to build flags
Browse files Browse the repository at this point in the history
This is a workaround for haskell/cabal#1855
  • Loading branch information
brendanhay committed May 19, 2014
1 parent 613a308 commit cc86468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NAME := khan
VERSION := $(shell sed -n 's/^version: *\(.*\)$$/\1/p' $(NAME).cabal)
BUILD_NUMBER ?= 0
DEB := $(NAME)_$(VERSION)+$(BUILD_NUMBER)_amd64.deb
FLAGS := --disable-documentation --disable-library-coverage
FLAGS := --disable-documentation --disable-library-coverage --reorder-goals
DEPS := vendor/amazonka vendor/ede
BIN := dist/build/$(NAME)/$(NAME)
OUT := dist/$(NAME)
Expand Down

0 comments on commit cc86468

Please sign in to comment.