Javier Neira

Results 531 comments of Javier Neira

oh, yeah, using `etlas project`, no need to download it. Maybe i will upload the executables, just in case.

I've updated dhall support for 1.26.1 of dhall-to-etlas and etlas: https://github.com/typelead/etlas/pull/108

As a workarounf you can use the gradle plugin adding proguard support: https://github.com/typelead/gradle-eta/tree/master/examples/fatjar

* Changing the root dir of the projects and the `store-dir` in etlas config we can avoid in some (most?) cases those errors * It would be great that etlas/eta...

In the meanwhile it seems cabal 2.2 has fixed the long path issue: https://github.com/haskell/cabal/blob/cabal-install-v2.2.0.0/cabal-install/changelog#L57-L59 (relevant changes https://github.com/haskell/cabal/pull/4977/files)

The same user that did the referenced cabal pr has another one (but it is not merged yet): https://github.com/haskell/cabal/pull/4978. With this one the paths will be shorter so it should...

The situation is much better with the patch of @Kawzeg: the limit for `store-dir` (and the project dir) is now around 50 instead 30 so builds will work with the...

jumm it was closed cause i've pushed the commits of #52 to my fork of etlas ... weird

Hi, i am afraid that the mmap package has a lot of calls to c funtions and eta does not support them. Either the mmap package should be patched (see...

yeah, it could be a specific, more helpful error. But i would like to implicitly translate c imports to java ones, like ghcjs, so patching would be easier: https://github.com/typelead/eta/issues/966