Skip to content

Instantly share code, notes, and snippets.

@nrnrnr
Created January 27, 2022 17:05
Show Gist options
  • Save nrnrnr/d9794d0bb6232ccfe716d016eb8a30c3 to your computer and use it in GitHub Desktop.
Save nrnrnr/d9794d0bb6232ccfe716d016eb8a30c3 to your computer and use it in GitHub Desktop.
nr@homedog ~/a/sandbox> cabal haddock -v
this build was affected by the following (project) config files:
- /home/nr/asterius/sandbox/cabal.project.local
cabal: renderBuildTargetProblem: unexpected status (TargetDisabledByUser,Nothing)
CallStack (from HasCallStack):
error, called at src/Distribution/Client/CmdErrorMessages.hs:356:14 in main:Distribution.Client.CmdErrorMessages
nr@homedog ~/a/sandbox> cat cabal.project.local
ignore-project: False
package *
ghc-location: /home/nr/asterius/ghc/_build/stage1/bin/ghc
program-locations
ghc-location: /home/nr/asterius/ghc/_build/stage1/bin/ghc
haddock-location: /home/nr/asterius/ghc/_build/stage1/bin/haddock
nr@homedog ~/a/sandbox> ls -l /home/nr/asterius/ghc/_build/stage1/bin/haddock
-rwxrwxr-x 1 nr nr 5464168 Jan 24 17:09 /home/nr/asterius/ghc/_build/stage1/bin/haddock
nr@homedog ~/a/sandbox> /home/nr/asterius/ghc/_build/stage1/bin/haddock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment