diff options
author | Ian Lynagh <igloo@earth.li> | 2008-06-29 21:16:33 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-06-29 21:16:33 +0000 |
commit | cb906a124e36cb5054784a5bc44eb9d099d20709 (patch) | |
tree | 3f253e46672708722f51373121edcd4f768517ad /compat/compat.mk | |
parent | e47ddd4edb7e57b5a93a5fdd00ce18809010ee33 (diff) | |
download | haskell-cb906a124e36cb5054784a5bc44eb9d099d20709.tar.gz |
Follow Cabal changes
Diffstat (limited to 'compat/compat.mk')
-rw-r--r-- | compat/compat.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/compat.mk b/compat/compat.mk index efd35b66de..c2bfeb1833 100644 --- a/compat/compat.mk +++ b/compat/compat.mk @@ -43,6 +43,7 @@ SRC_MKDEPENDHS_OPTS += \ -optdep--exclude-module=Distribution.GetOpt \ -optdep--exclude-module=Distribution.InstalledPackageInfo \ -optdep--exclude-module=Distribution.License \ + -optdep--exclude-module=Distribution.ModuleName \ -optdep--exclude-module=Distribution.Package \ -optdep--exclude-module=Distribution.ParseUtils \ -optdep--exclude-module=Distribution.Compiler \ |