dhall-lang / dhall-to-cabal

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

1.3.1.0 build failure #144

Closed ocharles closed 5 years ago

ocharles commented 5 years ago

https://matrix.hackage.haskell.org/#/package/dhall-to-cabal

quasicomputational commented 5 years ago

I think an incorrect tarball might've got uploaded. Checking out the 1.3.1.0 tag, running cabal get dhallt-o-cabal-1.3.1.0 to get the version on Hackage, and comparing them with diff -r shows that subExpr is missing from the Hackage version.

ocharles commented 5 years ago

Yea I think I had unstaged changes. Unfortunate!

On Sun, 30 Dec 2018, 6:18 pm quasicomputational <notifications@github.com wrote:

I think an incorrect tarball might've got uploaded. Checking out the 1.3.1.0 tag, running cabal get dhallt-o-cabal-1.3.1.0 to get the version on Hackage, and comparing them with diff -r shows that subExpr is missing from the Hackage version.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dhall-lang/dhall-to-cabal/issues/144#issuecomment-450577849, or mute the thread https://github.com/notifications/unsubscribe-auth/AABRjkIhgph3QExZ-OZzvQPlbZNFM_-jks5u-QOGgaJpZM4Zk6Rm .

BardurArantsson commented 5 years ago

@ocharles Could you upload a new version with a new version number?

I was looking to try it out, but ran into this build failure :(. That doesn't give potential users a good impression :/.

ocharles commented 5 years ago

Oh, that's not good! We should have a new release Real Soon Now. But you can build from Git I believe. Will see what I can do

On Fri, 8 Feb 2019, 7:01 pm Bardur Arantsson, notifications@github.com wrote:

@ocharles https://github.com/ocharles Could you uploading a new version? (With a new version number, I mean.)

I was looking to try it out, but ran into this build failure :(. That doesn't give potential users a good impression :/.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dhall-lang/dhall-to-cabal/issues/144#issuecomment-461909498, or mute the thread https://github.com/notifications/unsubscribe-auth/AABRjmlQ_iwJRzFbJy9tbOQjRFt0mGuYks5vLcl1gaJpZM4Zk6Rm .

BardurArantsson commented 5 years ago

Thanks! :)