Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
b8b3b414
Unverified
Commit
b8b3b414
authored
Nov 23, 2018
by
Mikhail Glushenkov
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation update. [ci skip]
parent
1221104a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
Cabal/doc/nix-local-build.rst
Cabal/doc/nix-local-build.rst
+12
-1
No files found.
Cabal/doc/nix-local-build.rst
View file @
b8b3b414
...
...
@@ -180,7 +180,7 @@ version of cabal-install:
executable
or
test
suite
named
``
pexe
``,
it
would
be
located
at
``
dist
-
newstyle
/
build
/
p
-
0.1
/
build
/
pexe
/
pexe
``.
-
In
cabal
-
install
-
2.0
and
above
,
the
dist
directory
for
a
package
``
p
-
0.1
``
-
In
cabal
-
install
-
2.0
,
the
dist
directory
for
a
package
``
p
-
0.1
``
defining
a
library
built
with
GHC
8.0.1
on
64
-
bit
Linux
is
``
dist
-
newstyle
/
build
/
x86_64
-
linux
/
ghc
-
8.0.1
/
p
-
0.1
``.
When
per
-
component
builds
are
enabled
(
any
non
-
Custom
package
),
a
...
...
@@ -191,6 +191,17 @@ version of cabal-install:
``
dist
-
newstyle
/
build
/
x86_64
-
linux
/
ghc
-
8.0.1
/
p
-
0.1
/
c
/
pexe
/
build
/
pexe
/
pexe
``
(
you
can
see
why
we
want
this
to
be
an
implementation
detail
!)
-
In
cabal
-
install
-
2.2
and
above
,
the
``/
c
/``
part
of
the
above
path
is
replaced
with
one
of
``/
l
/``,
``/
x
/``,
``/
f
/``,
``/
t
/``,
or
``/
b
/``,
depending
on
the
type
of
component
(
sublibrary
,
executable
,
foreign
library
,
test
suite
,
or
benchmark
respectively
).
So
the
full
path
to
an
executable
named
``
pexe
``
compiled
with
GHC
8.0.1
on
a
64
-
bit
Linux
is
now
``
dist
-
newstyle
/
build
/
x86_64
-
linux
/
ghc
-
8.0.1
/
p
-
0.1
/
x
/
pexe
/
build
/
pexe
/
pexe
``;
for
a
benchmark
named
``
pbench
``
it
now
is
``
dist
-
newstyle
/
build
/
x86_64
-
linux
/
ghc
-
8.0.1
/
p
-
0.1
/
b
/
pbench
/
build
/
pbench
/
pbench
``;
The
paths
are
a
bit
longer
in
2.0
and
above
but
the
benefit
is
that
you
can
transparently
have
multiple
builds
with
different
versions
of
GHC
.
We
plan
to
add
the
ability
to
create
aliases
for
certain
build
...
...
Mikhail Glushenkov
@23Skidoo
mentioned in commit
8bf37602
·
Nov 28, 2019
mentioned in commit
8bf37602
mentioned in commit 8bf37602de454878df83ed2f71cdb045678c1a90
Toggle commit list
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