typelead / eta-hackage

A set of patches to make Hackage compatible with the Eta language.
64 stars 31 forks source link

Patched neat-interpolation-0.3.2.4 and time-compat-1.9.2 #147

Closed jneira closed 5 years ago

jneira commented 5 years ago

Data.Void is in the Prelude for ghc but no for eta?

rahulmutt commented 5 years ago

@jneira The discrepency might be the version of base being used. Perhaps we need to upgrade to base-4.12 soon.

rahulmutt commented 5 years ago

The CircleCI build is failing with this:

Error:
    Dependency on unbuildable (i.e. 'buildable: False') library from cryptonite
    In the stanza 'library'
    In the package 'x509-1.7.5'

It seems totally unrelated to your changes though so perhaps a new version of some library did some changes.

jneira commented 5 years ago

@rahulmutt yeah, etlas picks up cryptonite-0.25 that is not patched. I got the error building dhall as well and i had to add contraints: cryptonite == 0.24. I`ll try to patch the new version asap