Skip to content

Instantly share code, notes, and snippets.

@simonmichael
Created October 28, 2018 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonmichael/65af273396924848293a8d6b1f0aa104 to your computer and use it in GitHub Desktop.
Save simonmichael/65af273396924848293a8d6b1f0aa104 to your computer and use it in GitHub Desktop.
intellij-haskell beta 30 intero build error
9:23 AM Executing `/Users/simon/.local/bin/stack build intero --fast` failed: /Users/simon/.local/bin/stack build intero --fast:
WARNING: Ignoring out of range dependency (allow-newer enabled): ghc-8.6.1. intero requires: >=7.8 && <=8.4.3
intero-0.1.32: download
intero-0.1.32: configure
intero-0.1.32: build
-- While building package intero-0.1.32 using:
/Users/simon/.stack/setup-exe-cache/x86_64-osx/Cabal-simple_mPHDZzAJ_2.4.0.1_ghc-8.6.1 --builddir=.stack-work/dist/x86_64-osx/Cabal-2.4.0.1 build --ghc-options " -ddump-hi -ddump-to-file"
Process exited with code: ExitFailure 1
Logs have been written to: /Users/simon/src/PLAINTEXTACCOUNTING/hledger2/.stack-work/logs/intero-0.1.32.log
Configuring intero-0.1.32...
Preprocessing executable 'intero' for intero-0.1.32..
Building executable 'intero' for intero-0.1.32..
[ 1 of 10] Compiling Intero.Compat ( src/Intero/Compat.hs, .stack-work/dist/x86_64-osx/Cabal-2.4.0.1/build/intero/intero-tmp/Intero/Compat.o )
... (show balloon)
Executing `/Users/simon/.local/bin/stack build intero --fast` failed: /Users/simon/.local/bin/stack build intero --fast: WARNING: Ignoring out of range dependency (allow-newer enabled): ghc-8.6.1. intero requires: >=7.8 && =8.4.3 intero-0.1.32: download intero-0.1.32: configure intero-0.1.32: build -- While building package intero-0.1.32 using: /Users/simon/.stack/setup-exe-cache/x86_64-osx/Cabal-simple_mPHDZzAJ_2.4.0.1_ghc-8.6.1 --builddir=.stack-work/dist/x86_64-osx/Cabal-2.4.0.1 build --ghc-options " -ddump-hi -ddump-to-file" Process exited with code: ExitFailure 1 Logs have been written to: /Users/simon/src/PLAINTEXTACCOUNTING/hledger2/.stack-work/logs/intero-0.1.32.log Configuring intero-0.1.32... Preprocessing executable 'intero' for intero-0.1.32.. Building executable 'intero' for intero-0.1.32.. [ 1 of 10] Compiling Intero.Compat ( src/Intero/Compat.hs, .stack-work/dist/x86_64-osx/Cabal-2.4.0.1/build/intero/intero-tmp/Intero/Compat.o ) /private/var/folders/r7/f9j9c2zd1k97v47cr84j_qvc0000gn/T/stack61160/intero-0.1.32/src/Intero/Compat.hs:53:43: error: • Couldn't match type ‘[a0]’ with ‘(LlvmTargets, LlvmPasses)’ Expected type: LlvmConfig Actual type: [a0] • In the second argument of ‘defaultDynFlags’, namely ‘[]’ In the expression: defaultDynFlags s [] In an equation for ‘ghc_defaultDynFlags’: ghc_defaultDynFlags s = defaultDynFlags s [] | 53 | ghc_defaultDynFlags s = defaultDynFlags s [] | ^^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment