- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我一直在读这个StackOverflow建议我们使用 haskellng
的帖子套装。
我也读过this但我不明白haskellng
是。
我已阅读 this也是,但我还是不知道是什么haskellng
是。
有人可以解释一下haskellng
是一种简单、清晰的方式吗?
为什么haskellng
事情 ?为什么好?
我了解 haskellng
正在更换一些东西。但它所取代的东西是什么?为什么需要更换一些东西?
在 this发布它是这样写的:
So I'll never have to update if I don't want to?
My guess is that 'haskellPackages' and 'haskellngPackages' will co-exist for a while. Personally, I switched to Haskell NG, though, and I won't maintain any packages in the old hierarchy anymore. I suppose other contributors will do the same thing. Once you've converted your setup to 'haskellngPackages', there's no reason to look back, really.
Why should I care about this "new infrastructure"?
The new code will break evaluation of any Haskell-related configuration you may have in ~/.nixpkgs/config.nix or /etc/nixos/configuration.nix.
Privately generated cabal2nix expressions will cease to compile.
Installations that rely on ghc-wrapper finding GHC libraries automatically in your ~/.nix-profile are obsolete. If you use this approach, you won't be able to update your profile anymore.
最佳答案
Could someone please explain what haskellng is in a simple, clear way?
haskellng
是为 Nix 制作的下一代 Nix Haskell 软件包集。我认为大部分工作是由彼得西蒙斯完成的。但请注意,在最新的主版本中,
haskellngPackages
已重命名回
haskellPackages
.因此,如果您使用的是不稳定的 channel ,差异并不重要。
Why does haskellng matter ? Why is it good ?
haskellng
,我想一切都是自动化的。有人将一个包上传到 hackage,大约一周后,该包派生自动包含在 nix haskell 包集(undex
nixpkgs
)中(我猜它使用了
cabal2nix
)。
What is the difference between 'haskellPackages' and 'haskellngPackages' ?
What is 'haskellPackages' ? Where does it come from ? What is it used for ?
What is the new code ? What was the old code ? Why is the new code it breaking what ?
haskellngPackages
.旧代码为
haskellPackages
.但这并不重要,因为 haskellng 已重命名为旧名称,并且我猜旧代码已被删除。
关于haskell - 什么是haskellng? 'haskellPackages' 和 'haskellngPackages' 有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30953382/
我是一名优秀的程序员,十分优秀!