Skip to content
GitLab
Menu
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
6f57c3be
Commit
6f57c3be
authored
Sep 24, 2016
by
Herbert Valerio Riedel
🕺
Browse files
Initial minimal documentation for `--index-state`
[skip ci]
parent
abd2fa6a
Changes
1
Show whitespace changes
Inline
Side-by-side
Cabal/doc/nix-local-build.rst
View file @
6f57c3be
...
...
@@ -706,6 +706,29 @@ The following settings control the behavior of the dependency solver:
The
command
line
variant
of
this
field
is
``--
allow
-
older
=
all
``.
A
bare
``--
allow
-
older
``
is
equivalent
to
``--
allow
-
older
=
all
``.
..
cfg
-
field
::
index
-
state
:
HEAD
,
unix
-
timestamp
,
ISO8601
UTC
timestamp
.
:
synopsis
:
Use
source
package
index
state
as
it
existed
at
a
previous
time
.
:
since
:
1.25
:
default
:
``
HEAD
``
This
allows
to
change
the
source
package
index
state
the
solver
uses
to
compute
install
-
plans
.
This
is
particularly
useful
in
combination
with
freeze
-
files
in
order
to
also
freeze
the
state
the
package
index
was
in
at
the
time
the
install
-
plan
was
frozen
.
::
--
UNIX
timestamp
format
example
index
-
state
:
@
1474739268
--
ISO8601
UTC
timestamp
format
example
--
This
format
is
used
by
'cabal new-configure'
--
for
storing
`--
index
-
state
`
values
.
index
-
state
:
2016
-
09
-
24
T17
:
47
:
48
Z
Package
configuration
options
-----------------------------
...
...
Write
Preview
Supports
Markdown
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