Package Details: haskell-ide-engine-git r3043.38a6febb-3

Git Clone URL: https://aur.archlinux.org/haskell-ide-engine-git.git (read-only, click to copy)
Package Base: haskell-ide-engine-git
Description: The engine for haskell ide-integration. Not an IDE
Upstream URL: https://github.com/haskell/haskell-ide-engine
Keywords: haskell language-server-protocol
Licenses: custom:BSD3
Provides: haskell-ide-engine
Submitter: damien.flament
Maintainer: None
Last Packager: Poscat
Votes: 9
Popularity: 0.000000
First Submitted: 2017-12-08 20:33 (UTC)
Last Updated: 2020-06-08 20:36 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Pinned Comments

Poscat commented on 2019-10-26 04:26 (UTC)

Fixed the PKGBUILD, it sould build now.

Latest Comments

« First ‹ Previous 1 2 3

leshow commented on 2018-04-27 21:48 (UTC)

I am getting an error during build:

==> Starting build()...
Stack looks for packages in the directories configured in the 'packages' variable defined in your stack.yaml
The current entry points to /var/cache/pacman/pkg/haskell-ide-engine-git23186/haskell-ide-engine-git/src/haskell-ide-engine/submodules/HaRe/ but no .cabal file could be found there.

It looks like it's because the git directory is not cloned with --recursive, which changed recently: https://github.com/haskell/haskell-ide-engine/pull/535

marmistrz commented on 2018-03-29 09:48 (UTC) (edited on 2018-03-29 09:51 (UTC) by marmistrz)

Haskell IDE engine under Arch is one big mess. If you want to get and keep it working, you need to do the following

  1. Set up the cabal_helper_libexecdir [1]
  2. Never, ever delete the ~/.stack directory [2]
  3. If you want to use third-party packages, use one of these workarounds [3]

[1] https://github.com/haskell/haskell-ide-engine/issues/483#issuecomment-369298545

[2] https://github.com/haskell/haskell-ide-engine/issues/400#issuecomment-377181789

[3] https://github.com/haskell/haskell-ide-engine/issues/497#issuecomment-377183198

wbthomason commented on 2018-03-28 01:02 (UTC)

@marmistrz: Did you find a solution to this error?

marmistrz commented on 2018-02-28 10:49 (UTC) (edited on 2018-02-28 10:49 (UTC) by marmistrz)

I'm getting the following error while trying to use it from vscode.

2018-02-28 11:25:30.079606543 [ThreadId 4] - Setting home directory:/home/marcin 2018-02-28 11:25:30.08072305 [ThreadId 4] - run entered for HIE Version 0.1.0.0, Git revision dd262b8283b3584d9d106bc842eae894826495ca (1205 commits) x86_64 ghc-8.2.2 2018-02-28 11:25:30.081598744 [ThreadId 4] - Current directory:/home/marcin hie: Could not find $libexecdir/cabal-helper-wrapper

If you are a cabal-helper developer you can set the environment variable `cabal_helper_libexecdir' to override $libexecdir1. The following will work in the cabal-helper source tree:

$ export cabal_helper_libexecdir=$PWD/dist/build/cabal-helper-wrapper

If you don't know what I'm talking about something went wrong with your installation. Please report this problem here:

<https://github.com/DanielG/cabal-helper/issues>