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
df98b317
Commit
df98b317
authored
Apr 01, 2016
by
Edward Z. Yang
Browse files
Changelog entries for convenience libraries.
Signed-off-by:
Edward Z. Yang
<
ezyang@cs.stanford.edu
>
parent
ca43460d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Cabal/changelog
View file @
df98b317
...
...
@@ -2,6 +2,20 @@
1.25
.
x
.
x
(
current
development
version
)
*
Dropped
support
for
versions
of
GHC
earlier
than
6.12
(#
3111
).
*
Convenience
/
internal
libraries
are
now
supported
(#
269
).
An
internal
library
is
declared
using
the
stanza
"library
'libname'"
.
*
Backwards
incompatible
change
to
preprocessor
interface
:
the
function
in
'PPSuffixHandler'
now
takes
an
additional
'ComponentLocalBuildInfo'
specifying
the
build
information
of
the
component
being
preprocessed
.
*
Backwards
incompatible
change
to
'cabal_macros.h'
(#
1893
):
we
now
generate
a
macro
file
for
each
component
which
contains
only
information
about
the
direct
dependencies
of
that
component
.
Consequently
,
'dist/build/autogen/cabal_macros.h'
contains
only
the
macros
for
the
library
,
and
is
not
generated
if
a
package
has
no
library
;
to
find
the
macros
for
an
executable
named
'foobar'
,
look
in
'dist/build/foobar/autogen/cabal_macros.h'
.
1.24.0.0
Ryan
Thomas
<
ryan
@
ryant
.
org
>
March
2016
*
Support
GHC
8.
...
...
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