Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Cabal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
1cba33b2
Commit
1cba33b2
authored
May 07, 2020
by
Oleg Grenrus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove local-repo documentation
parent
57870fcc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
23 deletions
+2
-23
Cabal/doc/cabal-project.rst
Cabal/doc/cabal-project.rst
+0
-9
Cabal/doc/installing-packages.rst
Cabal/doc/installing-packages.rst
+2
-14
No files found.
Cabal/doc/cabal-project.rst
View file @
1cba33b2
...
...
@@ -1377,15 +1377,6 @@ Advanced global configuration options
The
command
line
variant
of
this
flag
is
``--
build
-
summary
=
TEMPLATE
``.
..
cfg
-
field
::
local
-
repo
:
directory
--
local
-
repo
=
DIR
:
deprecated
:
[
STRIKEOUT
:
The
location
of
a
local
repository
.]
Deprecated
.
See
"Legacy repositories."
The
command
line
variant
of
this
flag
is
``--
local
-
repo
=
DIR
``.
..
cfg
-
field
::
world
-
file
:
path
--
world
-
file
=
FILE
:
deprecated
:
...
...
Cabal/doc/installing-packages.rst
View file @
1cba33b2
...
...
@@ -188,8 +188,8 @@ The part of the path will be used to determine the cache key part.
Legacy repositories
^^^^^^^^^^^^^^^^^^^
Currently ``cabal`` supports
two kinds of “legacy” repositories. The
firs
t is specified using
Currently ``cabal`` supports
single kind of “legacy” repositories.
I
t is specified using
::
...
...
@@ -206,18 +206,6 @@ although, in (and only in) the specific case of Hackage, the URL
``http://hackage.haskell.org/packages/archive`` will be silently
translated to ``http://hackage.haskell.org/``.
The second kind of legacy repositories are so-called “(legacy) local”
repositories:
::
local-repo: my-local-repo:/path/to/local/repo
This can be used to access repositories on the local file system.
However, the layout of these local repositories is different from the
layout of remote repositories, and usage of these local repositories is
deprecated.
Secure local repositories
^^^^^^^^^^^^^^^^^^^^^^^^^
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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