clash-lang / ghc-typelits-extra

Extra type-level operations on GHC.TypeLits.Nat and a custom solver
Other
16 stars 9 forks source link

Any reason why v0.2.1 is not on Hackage yet? [EOM] #6

Closed ggreif closed 8 years ago

christiaanb commented 8 years ago

No reason other than that I've been busy with transitioning to a start-up... I'll see if I can do a release soon.

ggreif commented 8 years ago

Heh, I see :-)

I am trying to build clash-prelude (branch master) with GHC HEAD and cabal cannot resolve 0.2.1.

(You may ask "Why not just use 7.10 or 8.0?". Because I want to play with TH Splices that define patterns so I can generate elegant accessors for register maps by TH.)

On 9/29/16, Christiaan Baaij notifications@github.com wrote:

No reason other than that I've been busy with transitioning to a start-up... I'll see if I can do a release soon.

You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/clash-lang/ghc-typelits-extra/issues/6#issuecomment-250445894

christiaanb commented 8 years ago

Ah, I see, I use stack for clash-prelude development, and it downloads the correct git revision of ghc-typelits-extra. I guess using stack in combination with ghc-HEAD is a bit more difficult...

ggreif commented 8 years ago

Yep, stack is not made for that use case.

christiaanb commented 8 years ago

Just released: http://hackage.haskell.org/package/ghc-typelits-extra-0.2.1