[commit: Cabal] master: Add missing module to other-modules (f7f3f3d)
Ian Lynagh
igloo at earth.li
Fri Jun 24 02:08:18 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/f7f3f3dc38c8f2ec0d160191fe7312ef25cded4b
>---------------------------------------------------------------
commit f7f3f3dc38c8f2ec0d160191fe7312ef25cded4b
Author: Duncan Coutts <duncan at community.haskell.org>
Date: Sun Feb 27 17:52:40 2011 +0000
Add missing module to other-modules
>---------------------------------------------------------------
cabal-install/cabal-install.cabal | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/cabal-install/cabal-install.cabal b/cabal-install/cabal-install.cabal
index bd1ebe8..b2a61d2 100644
--- a/cabal-install/cabal-install.cabal
+++ b/cabal-install/cabal-install.cabal
@@ -84,6 +84,7 @@ Executable cabal
Distribution.Client.World
Distribution.Client.Win32SelfUpgrade
Distribution.Compat.Exception
+ Distribution.Compat.FilePerms
Paths_cabal_install
build-depends: base >= 2 && < 5,
More information about the Cvs-libraries
mailing list