Skip to content

Instantly share code, notes, and snippets.

@brinchj
Created February 7, 2013 11:18
Show Gist options
  • Save brinchj/4730377 to your computer and use it in GitHub Desktop.
Save brinchj/4730377 to your computer and use it in GitHub Desktop.
> git clone https://github.com/MateVM/hs-java.git
Cloning into 'hs-java'...
remote: Counting objects: 494, done.
remote: Compressing objects: 100% (183/183), done.
remote: Total 494 (delta 299), reused 494 (delta 299)
Receiving objects: 100% (494/494), 103.25 KiB | 98 KiB/s, done.
Resolving deltas: 100% (299/299), done.
> cd hs-java
> l
Java JVM dump-class.hs Hello.java hs-java.cabal LICENSE Makefile rebuild-class.hs Setup.hs TestGen.hs
> cabal install
Resolving dependencies...
Configuring hs-java-0.3.3...
Building hs-java-0.3.3...
Preprocessing library hs-java-0.3.3...
[ 1 of 20] Compiling Java.META.Types ( Java/META/Types.hs, dist/build/Java/META/Types.o )
[ 2 of 20] Compiling Java.META.Parser ( Java/META/Parser.hs, dist/build/Java/META/Parser.o )
[ 3 of 20] Compiling Java.META.Spec ( Java/META/Spec.hs, dist/build/Java/META/Spec.o )
[ 4 of 20] Compiling Java.META ( Java/META.hs, dist/build/Java/META.o )
[ 5 of 20] Compiling JVM.ClassFile ( JVM/ClassFile.hs, dist/build/JVM/ClassFile.o )
JVM/ClassFile.hs:341:12: Not in scope: `lookAhead'
JVM/ClassFile.hs:410:10: Not in scope: `lookAhead'
JVM/ClassFile.hs:450:12: Not in scope: `lookAhead'
Failed to install hs-java-0.3.3
cabal: Error: some packages failed to install:
hs-java-0.3.3 failed during the building phase. The exception was:
ExitFailure 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment