Skip to content

Commit

Permalink
Remove unnecessary import.
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
  • Loading branch information
ezyang committed Apr 14, 2016
1 parent 7464103 commit 798ed77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion GhcAction.hs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import Packages ( lookupModuleWithSuggestions )

import GhcShakeInstances ()
import Compat
import PersistentCache

import Development.Shake
import Development.Shake.Classes
Expand Down
1 change: 1 addition & 0 deletions ghc-shake
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ for var in "$@"; do
ARGS+=("/srv/code/ghc-shake/dist-newstyle/packagedb/ghc-8.0.0.20160204")
ARGS+=("-plugin-package")
ARGS+=("ghc-shake")
ARGS+=("-Wredundant-constraints")
fi
done
exec "$(dirname $(realpath $0))/ghc" "${ARGS[@]}" $SHAKE_ARGS

0 comments on commit 798ed77

Please sign in to comment.