Skip to content

Commit

Permalink
clarification of the way --inplace works
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxPolice committed Sep 22, 2006
1 parent 543a5b4 commit 862c17b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/Cabal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1779,6 +1779,10 @@ runhaskell Setup.hs unregister --gen-script</screen>
build tree, without needing to install it. This can be
useful for testing: there's no need to install the package
after modifying it, just recompile and test.</para>

<para>This flag does not create a build-tree-local package
database. It still registers the package in one of the
user or global databases.</para>

<para>However, there are some caveats. It only works with
GHC (currently). It only works if your package doesn't
Expand Down

0 comments on commit 862c17b

Please sign in to comment.