Rahul Muttineni
Rahul Muttineni
https://github.com/typelead/gradle-eta/issues/40#issuecomment-442591933
The first time you download a fresh copy of etlas into your Gradle cache, that same build will fail with the following message: ``` * What went wrong: Execution failed...
When running the `javadoc` task, many warnings are emitted. We should eventually fix them.
For interop with other build tools, it would be great if etlas can spit out the info in a .cabal file in a json format. ``` {"library" : {"hs-source-dirs":...}, "executable":{"name":"..",...
``` $ etlas install unpacked-containers ... Installing internal library utils in /Users/rahulmuttineni/.etlas/store/eta-0.8.4.1/incoming/new-3695/Users/rahulmuttineni/.etlas/store/eta-0.8.4.1/unpacked-containers-0-b4159bbcadc5a8732fa638f4f75108460012d252b620db9d744090ef86e9db4d/lib etlas: Error: Could not find module: Internal.BitUtil with any suffix: ["hi"] in the search path: ["dist/build/utils"] ... ```
If we remove `integer-gmp` and `integer-simple` from the default list of packages, it causes build breakages. This needs to be investigated.