[commit: Cabal] master: Remove UnresolvedDependency type (c01f4bf)
Ian Lynagh
igloo at earth.li
Fri Jun 24 02:07:51 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c01f4bfe8c3e7f1dd2713a08b5f62432a6c1dc87
>---------------------------------------------------------------
commit c01f4bfe8c3e7f1dd2713a08b5f62432a6c1dc87
Author: Duncan Coutts <duncan at community.haskell.org>
Date: Sun Feb 13 23:00:16 2011 +0000
Remove UnresolvedDependency type
>---------------------------------------------------------------
cabal-install/Distribution/Client/Types.hs | 15 +--------------
1 files changed, 1 insertions(+), 14 deletions(-)
diff --git a/cabal-install/Distribution/Client/Types.hs b/cabal-install/Distribution/Client/Types.hs
index 977aef9..5bfeec6 100644
--- a/cabal-install/Distribution/Client/Types.hs
+++ b/cabal-install/Distribution/Client/Types.hs
@@ -14,8 +14,7 @@
module Distribution.Client.Types where
import Distribution.Package
- ( PackageName, PackageId, Package(..)
- , PackageFixedDeps(..), Dependency )
+ ( PackageName, PackageId, Package(..), PackageFixedDeps(..) )
import Distribution.InstalledPackageInfo
( InstalledPackageInfo )
import Distribution.PackageDescription
@@ -148,18 +147,6 @@ data Repo = Repo {
deriving (Show,Eq)
-- ------------------------------------------------------------
--- * Unresolved dependencies
--- ------------------------------------------------------------
-
-data UnresolvedDependency
- = UnresolvedDependency
- { dependency :: Dependency
- , depFlags :: FlagAssignment
- }
- deriving (Show,Eq)
-
-
--- ------------------------------------------------------------
-- * Build results
-- ------------------------------------------------------------
More information about the Cvs-libraries
mailing list