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

1 2 3 Next › Last »

dschrempf commented on 2020-04-16 12:01 (UTC)

Hi! Shouldn't this package conflict with haskell-ide-engine? Also, version 8.8.3 should now be supported, at least the build file is on the master branch and it is building fine here at the moment.

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

Fixed the PKGBUILD, it sould build now.

puffybsd commented on 2019-04-20 01:57 (UTC)

Had a similar issue - hie was being built against an older version of ghc and not compatible with the current version.

Manually edited the build to succeed against ghc-8.6.4, also removed some older versions so that it built faster.

linarcx commented on 2019-02-16 13:11 (UTC)

Hi. when i want to install this package, i get this error message:

    Configuring haskell-src-exts-1.21.0...
    Preprocessing library for haskell-src-exts-1.21.0..
    unused rules: 3
    Building library for haskell-src-exts-1.21.0..
    [ 1 of 18] Compiling Language.Haskell.Exts.Extension ( src/Language/Haskell/Exts/Extension.hs, .stack-work/dist/x86_64-linux-tinfo6/Cabal-2.0.1.0/build/Language/Haskell/Exts/Extension.o )
    [ 2 of 18] Compiling Language.Haskell.Exts.ExtScheme ( src/Language/Haskell/Exts/ExtScheme.hs, .stack-work/dist/x86_64-linux-tinfo6/Cabal-2.0.1.0/build/Language/Haskell/Exts/ExtScheme.o )
    [ 3 of 18] Compiling Language.Haskell.Exts.SrcLoc ( src/Language/Haskell/Exts/SrcLoc.hs, .stack-work/dist/x86_64-linux-tinfo6/Cabal-2.0.1.0/build/Language/Haskell/Exts/SrcLoc.o )
    [ 4 of 18] Compiling Language.Haskell.Exts.Syntax ( src/Language/Haskell/Exts/Syntax.hs, .stack-work/dist/x86_64-linux-tinfo6/Cabal-2.0.1.0/build/Language/Haskell/Exts/Syntax.o )
==> ERROR: A failure occurred in build().
    Aborting...
:: Unable to build haskell-ide-engine-git - makepkg exited with code: 4

alxdb commented on 2019-02-14 01:31 (UTC) (edited on 2019-02-15 00:40 (UTC) by alxdb)

Can confirm that like @afnan says, support for ghc versions 8.4.4 to 8.6.3 is missing.

All that should be required is duplicating some lines with the missing stack-8.*.*.yaml files

afnan commented on 2019-02-07 05:38 (UTC)

This seems to have been outdated for a while, and does not include the commands for generating the latest versions for GHC > 8.4.

I also wonder if this should just build against the latest system ghc version so that stack doesn't have to download/build another version of GHC.

faebl commented on 2019-01-15 11:08 (UTC) (edited on 2019-01-16 06:57 (UTC) by faebl)

hi,

does this package really take over 2 hours to install or does the installer freeze after some time?

--> apparently it just takes the time; I let it run over night and all worked out fine...

leshow commented on 2018-12-25 19:34 (UTC)

The only build command that needs to be run now is 'make build-all' the submodule init and update and separate stack builds are all incorporated into this. This will build 8.4.4 which the PKGBUILD currently doesn't do.