dhall-lang / dhall-to-cabal

Compile Dhall expressions to Cabal files
MIT License
100 stars 19 forks source link

Release last version (1.3.1.0) #139

Closed jneira closed 5 years ago

jneira commented 5 years ago

@ocharles maybe we could already release the new version to sync with the other dhall projects.

ocharles commented 5 years ago

Yep, I'll cut a release now.

ocharles commented 5 years ago

This is all ready to go, but unfortunately I can't release Cabal-2.4 packages to Hackage at the moment.

jneira commented 5 years ago

Maybe could be useful attach precompiled binaries for linux. windows, etc? I could build a set of win executables in my win 10

ocharles commented 5 years ago

Linux binaries tend to be tricky due to dynamic linking (though we could distribute static binaries).

Happy to have Windows binaries attached.

jneira commented 5 years ago

Uploaded! https://github.com/dhall-lang/dhall-to-cabal/releases/download/1.3.1.0/dhall-to-cabal-1.3.1.0-x86_64-windows.zip

jneira commented 5 years ago

@ocharles shouldnt we change the cabal-version in dhall-to-cabal.cabal to 2.2 to allow us upload the new versions to hackage and stackage?

ocharles commented 5 years ago

We can't, we do actually use 2.4 specific functionality - namely, the new extra-source-files wildcard support. @hvr any ETA on when I can release the latest version of this lib? :)

ocharles commented 5 years ago

Released!