fujimura / hi

Generate scaffold for a Haskell project
BSD 3-Clause "New" or "Revised" License
203 stars 20 forks source link

Upload master to hackage #63

Closed debug-ito closed 6 years ago

debug-ito commented 6 years ago

Latest version of hi in hackage (1.2.0.1) is incompatible with optparse-applicative >= 0.13, so it's difficult to build it with recent stack snapshots.

Could you upload the master version in this repository to hackage? Thanks in advance.

adetokunbo commented 6 years ago

@debug-ito @fujimura: I thought a new release might be needed as well, hence #62

adetokunbo commented 6 years ago

@fujimura: This is also the same issue as #61. It was fixed in #60, it just requires a new release. If you are busy, please add me as a package maintainer on hackage (I am adetokunbo there as well), and I will upload a release on your behalf.

debug-ito commented 6 years ago

Oops, this was a duplicate of #62.

fujimura commented 6 years ago

Just uploaded 1.2.0.2 which is compatible with optparse-applicative >= 0.13 to hackage. I confirmed that hi 1.2.0.2 can be installed with GHC 8.4.3 & cabal-install 2.2.0.0.

Let me know if you find further issues. Thanks for reporting!

debug-ito commented 6 years ago

Thanks!