Rahul Muttineni
Rahul Muttineni
[This](https://www.haskell.org/cabal/users-guide/developing-packages.html#accessing-data-files-from-package-code) explains how data files are currently handled. After the change, the data files will be transferred to the jar file itself and accessed as resources. Basic implementation: - When...
Essentially, we should have a new: ``etlas publish`` command that will automatically perform all the steps described here: https://github.com/typelead/etlas-index#submitting-a-package
Sometimes, it may happen that `etlas update` fails if your patches repository is in an inconsistent state. If so, a proper message should be given on how to recover from...
The `:cd` command requires `directory` package to be included - we should make sure we link it by default when loading the global REPL.
When downloading anything via etlas, we should display a progress bar showing how much of the download has finished. This should be done for: - When downloading a new Hackage...
It is quite awkward to build `eta` with `cabal` right now so we should update all the relevants and maybe even write some scripts to coordinate a cabal-base installation.
As in https://github.com/typelead/eta/issues/621, `etlas update` can crash if any steps of the update process tries to connect to a temporarily unavailable server. Instead, it should issue a warning that the...
The global REPL should support sending options directly to the `eta` compiler via `--repl-options` flag. For the project REPL, you can already do so with the `eta-options` field in the...
For the Gradle plugin, we have to create our own local Maven repository to feed in the Eta dependencies into Gradle. The problem is that it requires us to keep...