Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
ba0c0851
Commit
ba0c0851
authored
Jan 18, 2008
by
Duncan Coutts
Browse files
Rename Hackage.Index -> Hackage.RepoIndex
In preperation to add Hackage.LocalIndex module
parent
034fa3ed
Changes
4
Hide whitespace changes
Inline
Side-by-side
cabal-install/Hackage/Dependency.hs
View file @
ba0c0851
...
...
@@ -19,8 +19,8 @@ module Hackage.Dependency
)
where
import
Hackage.Config
(
listInstalledPackages
)
import
qualified
Hackage.Index
as
RepoIndex
import
Hackage.Index
(
RepoIndex
)
import
qualified
Hackage.
Repo
Index
as
RepoIndex
import
Hackage.
Repo
Index
(
RepoIndex
)
import
Hackage.Types
(
ResolvedPackage
(
..
),
UnresolvedDependency
(
..
),
PkgInfo
(
..
),
FlagAssignment
,
Repo
)
import
Hackage.Utils
(
comparing
)
...
...
cabal-install/Hackage/List.hs
View file @
ba0c0851
...
...
@@ -22,7 +22,7 @@ import Distribution.PackageDescription
import
Distribution.Version
(
showVersion
)
import
Distribution.Verbosity
(
Verbosity
)
import
qualified
Hackage.Index
as
RepoIndex
import
qualified
Hackage.
Repo
Index
as
RepoIndex
import
Hackage.Types
(
PkgInfo
(
..
),
Repo
)
import
Hackage.Utils
(
equating
,
comparing
,
intercalate
,
lowercase
)
...
...
cabal-install/Hackage/Index.hs
→
cabal-install/Hackage/
Repo
Index.hs
View file @
ba0c0851
...
...
@@ -10,12 +10,12 @@
--
-- Reading the local package index.
-----------------------------------------------------------------------------
module
Hackage.Index
(
module
Hackage.
Repo
Index
(
-- * Repository index data type
RepoIndex
,
-- * Reading from file or memory
Hackage
.
Index
.
read
,
Hackage
.
Repo
Index
.
read
,
parse
,
-- * Merging indexes
...
...
cabal-install/cabal-install.cabal
View file @
ba0c0851
...
...
@@ -38,11 +38,11 @@ Executable cabal
Hackage.Dependency
Hackage.Fetch
Hackage.HttpUtils
Hackage.Index
Hackage.Info
Hackage.Install
Hackage.List
Hackage.ParseUtils
Hackage.RepoIndex
Hackage.Setup
Hackage.Tar
Hackage.Types
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment