Skip to content

Commit

Permalink
Drop Paths_hsc2hs module from ghc.mk
Browse files Browse the repository at this point in the history
In 598303c the Paths_hsc2hs module was added to the other-modules.
As such, it should be dropped from the ghc.mk
  • Loading branch information
angerman authored and hvr committed Nov 20, 2017
1 parent 9c13b19 commit 9483ad1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ghc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ $(eval $(call build-prog,utils/hsc2hs,dist-install,1))
endif

# After build-prog above
utils/hsc2hs_dist_MODULES += Paths_hsc2hs
utils/hsc2hs_dist-install_MODULES = $(utils/hsc2hs_dist_MODULES)

utils/hsc2hs_template=$(INPLACE_TOPDIR)/template-hsc.h
Expand Down

0 comments on commit 9483ad1

Please sign in to comment.