Created
November 4, 2018 13:13
-
-
Save JoelSjogren/422a12ec5029f15caa1d31c8247f95fb to your computer and use it in GitHub Desktop.
haste error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cabal install haste-compiler | |
Resolving dependencies... | |
Configuring haste-compiler-0.4.4.4... | |
Building haste-compiler-0.4.4.4... | |
Failed to install haste-compiler-0.4.4.4 | |
Build log ( /home/joel/.cabal/logs/haste-compiler-0.4.4.4.log ): | |
cabal: Entering directory '/tmp/cabal-tmp-15029/haste-compiler-0.4.4.4' | |
[1 of 1] Compiling Main ( /tmp/cabal-tmp-15029/haste-compiler-0.4.4.4/dist/setup/setup.hs, /tmp/cabal-tmp-15029/haste-compiler-0.4.4.4/dist/setup/Main.o ) | |
Linking /tmp/cabal-tmp-15029/haste-compiler-0.4.4.4/dist/setup/setup ... | |
Configuring haste-compiler-0.4.4.4... | |
Building haste-compiler-0.4.4.4... | |
Preprocessing library haste-compiler-0.4.4.4... | |
libraries/haste-lib/src/Haste/Binary.hs:2:56: warning: | |
-XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS | |
libraries/haste-lib/src/Haste/Prim.hs:2:46: warning: | |
-XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS | |
libraries/haste-lib/src/Haste/Foreign.hs:2:47: warning: | |
-XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS | |
[ 1 of 34] Compiling Paths_haste_compiler ( dist/build/autogen/Paths_haste_compiler.hs, dist/build/Paths_haste_compiler.o ) | |
[ 2 of 34] Compiling Haste.Prim ( libraries/haste-lib/src/Haste/Prim.hs, dist/build/Haste/Prim.o ) | |
[ 3 of 34] Compiling Haste.Parsing ( libraries/haste-lib/src/Haste/Parsing.hs, dist/build/Haste/Parsing.o ) | |
libraries/haste-lib/src/Haste/Parsing.hs:26:10: error: | |
• No instance for (Alternative Parse) | |
arising from the superclasses of an instance declaration | |
• In the instance declaration for ‘MonadPlus Parse’ | |
cabal: Leaving directory '/tmp/cabal-tmp-15029/haste-compiler-0.4.4.4' | |
cabal: Error: some packages failed to install: | |
haste-compiler-0.4.4.4 failed during the building phase. The exception was: | |
ExitFailure 1 |
Author
JoelSjogren
commented
Nov 4, 2018
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment