简体   繁体   English

如何在Haskell中搜索库版本?

[英]How do you search across library versions in Haskell?

How do you find out which version(s) of a particular library includes a given definition? 如何确定特定库的哪个版本包含给定的定义? In my case, I noticed that gloss fails to install with the GLFW backend... 就我而言,我注意到gloss无法与GLFW后端一起安装......

Graphics\Gloss\Internals\Interface\Backend\GLFW.hs:12:45: error:
    Module `Graphics.UI.GLFW' does not export `WindowValue(..)'
cabal: Leaving directory 'C:\Users\Jonatan\AppData\Local\Temp\cabal-tmp-
22520\gloss-1.11.1.1'

... so I'd like to find out when WindowValue was removed. ...所以我想知道什么时候WindowValue被删除了。 I've tried Hoogle, Stackage and Hayoo, with no luck. 我试过Hoogle,Stackage和Hayoo,没有运气。

WindowValue was last seen in GLFW-b-0.1.0.5 . WindowValue最后一次出现在GLFW-b-0.1.0.5中

I don't understand what is up with the version bounds in gloss, they somehow require GLFW-b ≥ 1.4.1, which makes no sense. 我不明白光泽版本界限是什么,他们不知何故要求GLFW-b≥1.4.1,这没有任何意义。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM