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
6e639bd7
Commit
6e639bd7
authored
Jun 06, 2018
by
Duncan Coutts
Committed by
Alexis Williams
Jul 14, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update user guide and changelog for local tarball support
parent
0403b01f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Cabal/doc/nix-local-build.rst
Cabal/doc/nix-local-build.rst
+3
-3
cabal-install/changelog
cabal-install/changelog
+1
-0
No files found.
Cabal/doc/nix-local-build.rst
View file @
6e639bd7
...
...
@@ -621,9 +621,9 @@ project are:
2. They can specify a glob-style wildcards, which must match one or
more (a) directories containing a (single) Cabal file, (b) Cabal
files (extension ``.cabal``), or (c)
[STRIKEOUT:tarballs which
contain Cabal packages (extension ``.tar.gz``)] (not implemented
yet).
For example, to match all Cabal files in all
files (extension ``.cabal``), or (c)
tarballs which contain Cabal
packages (extension ``.tar.gz``).
For example, to match all Cabal files in all
subdirectories, as well as the Cabal projects in the parent
directories ``foo`` and ``bar``, use
``packages: */*.cabal ../{foo,bar}/``
...
...
cabal-install/changelog
View file @
6e639bd7
...
...
@@ -19,6 +19,7 @@
equivalent
to
old
-
style
clean
,
but
for
nix
-
style
builds
.
*
Ensure
that
each
package
selected
for
a
build
-
depends
dependency
contains
a
library
(#
5304
).
*
Support
packages
from
local
tarballs
in
the
cabal
.
project
file
.
2.2.0.0
Mikhail
Glushenkov
<
mikhail
.
glushenkov
@
gmail
.
com
>
March
2018
*
'--with-PROG'
and
'--PROG-options'
are
applied
to
all
packages
...
...
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