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
a3ed4679
Commit
a3ed4679
authored
Nov 16, 2016
by
Herbert Valerio Riedel
🕺
Browse files
Mention `--index-state` in changelog & cabal manual
[skip ci]
parent
f10b7a28
Changes
2
Hide whitespace changes
Inline
Side-by-side
Cabal/doc/developing-packages.rst
View file @
a3ed4679
...
...
@@ -2274,6 +2274,15 @@ The ``get`` command supports the following options:
Fork the package'
s
source
repository
using
the
appropriate
version
control
system
.
The
optional
argument
allows
to
choose
a
specific
repository
kind
.
``--
index
-
state
``
*[
HEAD
\|@<
unix
-
timestamp
>\|<
iso8601
-
utc
-
timestamp
>]*
Use
source
package
index
state
as
it
existed
at
a
previous
time
.
Accepts
unix
-
timestamps
(
e
.
g
.
``@
1474732068
``),
ISO8601
UTC
timestamps
(
e
.
g
.
``
2016
-
09
-
24
T17
:
47
:
48
Z
``),
or
``
HEAD
``
(
default
).
This
determines
which
package
versions
are
available
as
well
as
which
``.
cabal
``
file
revision
is
selected
(
unless
``--
pristine
``
is
used
).
``--
pristine
``
Unpack
the
original
pristine
tarball
,
rather
than
updating
the
``.
cabal
``
file
with
the
latest
revision
from
the
package
archive
.
Custom
setup
scripts
--------------------
...
...
cabal-install/changelog
View file @
a3ed4679
...
...
@@ -24,6 +24,8 @@
'.../$pkgid.log'
to
'.../$compiler/$libname.log'
(#
3807
).
*
Added
a
new
command
,
'cabal reconfigure'
,
which
re
-
runs
'configure'
with
the
most
recently
used
flags
(#
2214
).
*
Added
add
the
'--index-state'
flag
for
requesting
a
specific
version
of
the
package
index
(#
3893
,
#
4115
).
*
Support
for
building
Backpack
packages
.
See
https
://
github
.
com
/
ezyang
/
ghc
-
proposals
/
blob
/
backpack
/
proposals
/
0000
-
backpack
.
rst
for
more
details
.
...
...
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