typelead / eta

The Eta Programming Language, a dialect of Haskell on the JVM
https://eta-lang.org
BSD 3-Clause "New" or "Revised" License
2.61k stars 141 forks source link

Bug compiling acme-iot-0.1.0.1 with etlas #983

Open Sintrastes opened 4 years ago

Sintrastes commented 4 years ago

Description

I am trying to port a project of mine to the jvm via etlas, and it depends on the acme-iot package in hackage.

Expected Behavior

The package should compile normally.

Actual Behavior

Building library for acme-iot-0.1.0.1.. [1 of 1] Compiling Control.Monad.Trans.IO src/Control/Monad/Trans/IO.hs:20:1: warning: Tab character | 20 | -- * The IOT monad transformer | ^^^^^^^^^^^^^^^^ eta: panic! (the 'impossible' happened) (Eta version 0.8.6b5): getCgIdInfo: no module ds1_g9XK

Your Environment