Rahul Muttineni
Rahul Muttineni
Great work! That reminds me that I need to do a release on Hackage some time soon.
Can you send a PR to fix the README? You're also welcome to apply the older version patch onto the new version and see if that fixes the build for...
I'll leave this ticket open to track the patching of directory-1.3.1.1.
Thanks for reporting this!
Same deal with cryptohash-sha256. Additionally, the boundary cases are failing (similar to cryptohash-md5)
@argideritzalpea @jneira PR is merged.
@jneira That name looks extremely odd. Perhaps that's an error with how the `UnitId` is translated to a Java class name in `Eta.CodeGen.Name`.
Can you share the output of `etlas exec eta -- --version`?
It works fine on the most recent version of eta - I assume you are using an older version? I added a conditional flag in the cabal file to use...
The unix dependency can easily be patched and all it's being used for is to detect terminal status. Other than unix, there were two other problematic dependencies: - `cmark-gfm` which...