ghc 7.4.1 分支在哪里?
抱歉,这是一个愚蠢的问题;如何下载 GHC 7.4.1 分支?我想尝试一下 ConstraintKinds。默认分支似乎说它是版本 7.3。我确实环顾了一下,但没有看到任何有用的东西,也没有看到 github 存储库上任何名为“7.4”的分支。谢谢!
(PS 将信息添加到 http://hackage.haskell 可能会有所帮助。 org/trac/ghc/milestone/7.4.1 如果您是 GHC 开发人员?)
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?)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
目前还没有 7.4 分支。不过,很多应该进入 7.4 的东西已经在 HEAD 中了,所以如果你等不及约束类型,可以在 7.3 中尝试一下(现在也称为 HEAD),直到发布前的某个时间,创建 7.4 分支。
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.
实际上,GHC 2011 年 10 月状态报告提到了这一点
但是,在 [电子邮件受保护]帖子从 11 月初开始,SPJ 通知我们有关上述 GHC 7.4 分支/冻结的信息
Actually, the GHC Oct-2011 Status Report mentioned that
However, in a [email protected] post from early November, SPJ informed us regarding the aforementioned GHC 7.4 branch/freeze that
看着 http://www.haskell.org/ghc/download#snapshots,我没有看到任何提及 7.4.1 分支的信息。 HEAD好像只有7.3。您确定已经创建了一个吗?
Looking at http://www.haskell.org/ghc/download#snapshots, I don't see any mention of a 7.4.1 branch. HEAD seems to have only 7.3. Are you sure one has been created yet?