Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
1340c21e
Unverified
Commit
1340c21e
authored
May 05, 2017
by
Mikhail Glushenkov
Browse files
Sync changelogs with 2.0.
[ci skip]
parent
b24c8461
Changes
2
Hide whitespace changes
Inline
Side-by-side
Cabal/changelog
View file @
1340c21e
-*-
change
-
log
-*-
2.0.0.0
(
current
development
version
)
2.2.0.0
(
current
development
version
)
*
TODO
2.0.0.0
Ryan
Thomas
<
ryan
@
ryant
.
org
>
May
2017
*
The
2.0
migration
guide
gives
advice
on
adapting
Custom
setup
scripts
to
backwards
-
incompatible
changes
in
this
release
:
https
://
github
.
com
/
haskell
/
cabal
/
wiki
/
2.0
-
migration
-
guide
*
Add
CURRENT_PACKAGE_VERSION
to
cabal_macros
.
h
(#
4319
)
*
Dropped
support
for
versions
of
GHC
earlier
than
6.12
(#
3111
).
*
GHC
compatibility
window
for
the
Cabal
library
has
been
extended
...
...
@@ -109,6 +115,11 @@
* Support for "foreign libraries" (#2540), which are Haskell
libraries intended to be used by foreign languages like C.
Foreign libraries only work with GHC 7.8 and later.
* Added a technical preview version of integrated doctest support (#4480).
* Added a new '
scope
' field to the executable stanza. Executables
with '
scope
:
private
' get installed into $libexecsubdir. Private
executables are those that are expected to be run by other
programs rather than users, like ghc-mod helpers. (#3461)
1.24.0.0 Ryan Thomas <ryan@ryant.org> March 2016
* Support GHC 8.
...
...
cabal-install/changelog
View file @
1340c21e
...
...
@@ -4,7 +4,7 @@
*
'cabal update'
supporst
'--index-state'
which
can
be
used
to
roll
back
the
index
to
an
earlier
state
.
2.0.0.0
(
current
development
version
)
2.0.0.0
Ryan
Thomas
<
ryan
@
ryant
.
org
>
May
2017
*
Removed
the
'--root-cmd'
parameter
of
the
'install'
command
(#
3356
).
*
Deprecated
'cabal install --global'
(#
3356
).
...
...
@@ -48,6 +48,8 @@
only apply to top-level dependencies. They don'
t
constrain
setup
or
build
-
tool
dependencies
.
The
new
syntax
--
constraint
=
"any.bar == 1.0"
constrains
all
uses
of
bar
.
*
Added
a
technical
preview
version
of
the
'cabal doctest'
command
(#
4480
).
1.24.0.0
Ryan
Thomas
<
ryan
@
ryant
.
org
>
March
2016
*
If
there
are
multiple
remote
repos
,
'cabal update'
now
updates
...
...
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