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
18947c5d
Commit
18947c5d
authored
Jul 06, 2018
by
Alexis Williams
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document new-install's completion
[ci skip]
parent
b105281a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
12 deletions
+6
-12
Cabal/ChangeLog.md
Cabal/ChangeLog.md
+1
-0
Cabal/doc/nix-local-build.rst
Cabal/doc/nix-local-build.rst
+3
-12
cabal-install/changelog
cabal-install/changelog
+2
-0
No files found.
Cabal/ChangeLog.md
View file @
18947c5d
# 2.4.0.0 (current development version)
*
Add
`readGhcEnvironmentFile`
to parse GHC environment files.
*
Drop support for GHC 7.4, since it is out of our support window
(and has been for over a year!)
*
Deprecate
`preSDist`
,
`sDistHook`
, and
`postSDist`
in service of
...
...
Cabal/doc/nix-local-build.rst
View file @
18947c5d
...
...
@@ -461,8 +461,9 @@ invocations and bringing the project's executables into scope.
cabal new-install
-----------------
``cabal new-install [FLAGS] PACKAGES`` builds the specified nonlocal packages
and symlinks their executables in ``symlink-bindir`` (usually ``~/.cabal/bin``).
``cabal new-install [FLAGS] PACKAGES`` builds the specified packages, adds their
libraries into the default environment and symlinks their executables in
``symlink-bindir`` (usually ``~/.cabal/bin``).
For example this command will build the latest ``cabal-install`` and symlink
its ``cabal`` executable:
...
...
@@ -515,16 +516,6 @@ byte) that must be satisfied for it to function correctly in the larger new-buil
``
autogen
-
modules
``
is
able
to
replace
uses
of
the
hooks
to
add
generated
modules
,
along
with
the
custom
publishing
of
Haddock
documentation
to
Hackage
.
Unsupported
commands
--------------------
The
following
commands
are
not
currently
supported
:
``
cabal
new
-
install
``
(
libraries
and
local
executables
)
(:
issue
:`
3737
`
and
:
issue
:`
4558
`)
Workaround
:
no
good
workaround
at
the
moment
.
(
But
note
that
you
no
longer
need
to
install
libraries
before
building
!)
Configuring
builds
with
cabal
.
project
=====================================
...
...
cabal-install/changelog
View file @
18947c5d
-*-
change
-
log
-*-
2.4.0.0
(
current
development
version
)
*
'new-install'
now
supports
installing
libraries
and
local
components
.
(#
5399
)
*
Drop
support
for
GHC
7.4
,
since
it
is
out
of
our
support
window
(
and
has
been
for
over
a
year
!)
*
'new-update'
now
works
outside
of
projects
.
(#
5096
)
...
...
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