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
2ce48588
Commit
2ce48588
authored
Jun 22, 2018
by
Merijn Verstraaten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation cleanup.
parent
b076d3ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
Cabal/doc/nix-local-build.rst
Cabal/doc/nix-local-build.rst
+7
-7
No files found.
Cabal/doc/nix-local-build.rst
View file @
2ce48588
...
...
@@ -362,15 +362,15 @@ cabal new-repl
--------------
``
cabal
new
-
repl
TARGET
``
loads
all
of
the
modules
of
the
target
into
GHCi
as
interpreted
bytecode
.
In
addition
to
the
``
cabal
new
-
build
``
's flags,
it takes an additional ``--repl-options`` flag
s
.
GHCi
as
interpreted
bytecode
.
In
addition
to
``
cabal
new
-
build
``
's flags,
it takes an additional ``--repl-options`` flag.
To avoid ``ghci`` specific flags from triggering unneeded global rebuilds these
flags are now stripped from
``ghc-options``. As a result ``--ghc-options`` will
no longer (reliably) work to pass flags to ``ghci`` (or other repls). Instead,
you should use the new ``--repl-options`` flag to specify these options to the
invoked repl. (This flags also works on ``cabal repl`` and ``Setup repl`` on
sufficiently new versions
)
flags are now stripped from
the internal configuration. As a result
``--ghc-options`` will no longer (reliably) work to pass flags to ``ghci`` (or
other repls). Instead, you should use the new ``--repl-options`` flag to
specify these options to the invoked repl. (This flag also works on ``cabal
repl`` and ``Setup repl`` on sufficiently new versions of Cabal.
)
Currently, it is not supported to pass multiple targets to ``new-repl``
(``new-repl`` will just successively open a separate GHCi session for
...
...
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