Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

where is the ghc 7.4.1 branch? [closed]

Sorry this is a dumb question; how do I download the GHC 7.4.1 branch? I want to play around with the ConstraintKinds. The default branch seems to say it's version 7.3. I did look around a little bit, but didn't see anything helpful, or any branch named "7.4" on the github repository. Thanks!

(P.S. It might be helpful to add the info to http://hackage.haskell.org/trac/ghc/milestone/7.4.1 if you are a GHC developer?)

like image 222
gatoatigrado Avatar asked Feb 22 '23 10:02

gatoatigrado


1 Answers

There's no 7.4 branch yet. Lots of things that shall go into 7.4 are already in HEAD, though, so if you can't wait for constraint kinds, try it out in 7.3 (aka HEAD for now), until some time before the release, the 7.4 branch is created.

like image 102
Daniel Fischer Avatar answered Mar 03 '23 01:03

Daniel Fischer