Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ cabal solution:
1. Create `cabal.project` in new directory list all packages that are fetched
from git there.

2. Run `cabal build all` and immediately interrupt build. We are only interested
in build plan. Make sure to use same GHC version since build plan *depends*
2. Run `cabal build all --only-configure` to generate the build plan.
Make sure to use same GHC version since build plan *depends*
on it.

3. Run `./sh/extract-cabal.sh path/to/project_dir`. It will produce list of
Expand Down