Frege / frege

Frege is a Haskell for the JVM. It brings purely functional programing to the Java platform.
https://github.com/Frege/frege/wiki/_pages
Other
3.64k stars 145 forks source link

E ./frege/Version.fr:1: Could not import package afrege.Prelude #110

Closed tkawachi closed 9 years ago

tkawachi commented 9 years ago

Failed to compile the Compiler with following error.

E ./frege/Version.fr:1: Could not import package afrege.Prelude
    (java.lang.ClassNotFoundException: afrege.Prelude)
frege.Version: build failed because of compilation errors.

see https://travis-ci.org/Frege/frege/jobs/52499733#L174-L176

It caused not every time.

tkawachi commented 9 years ago

It seems to be duplication of #100.