Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Hoogle already exists during shake installation #1147

@o1lo01ol1o

Description

@o1lo01ol1o

During installation with
stack ./install.hs cabal-build-all, the following is raised:

Symlinking 'hoogle'
cabal: Path '/Users/timpierson/.cabal/bin/hoogle' already exists. Use
--overwrite-policy=always to overwrite.

Error when running Shake build system:
  at src/Development/Shake/Internal/Args.hs:81:69-79:
* Depends on: cabal-build-all
  at /Users/timpierson/arity/haskell-ide-engine/install.hs:91:31-71:
* Depends on: cabal-build-docs
  at /Users/timpierson/arity/haskell-ide-engine/install.hs:92:31-77:
* Depends on: cabal-build-doc-8.6.2
* Raised the exception:
user error (Development.Shake.command_, system command failed
Command: cabal new-install hoogle
Exit code: 1
Stderr:
cabal: Path '/Users/timpierson/.cabal/bin/hoogle' already exists. Use
--overwrite-policy=always to overwrite.

)

This persists even after deleting ~/.cabal/bin/hoogle

Metadata

Metadata

Assignees

Labels

buildContinuous integration and building

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions