hackage
What's the best hierarchical module path for an OpenCL-Haskell library?
I\'m creating a OpenCL high-level haskell library. Where\'s the best path in haskell tree for put it? I think it should be outside of Graphics subtree but I dont know where to put it.[详细]
2023-03-19 12:44 分类:问答Package build failure on Hackage
I uploaded my first package to Hackage ( http://hackage.haskell.org/package/groundhog-0.0.1) and it failed to build with error:[详细]
2023-03-13 20:36 分类:问答What's the equivalent of Ruby's pnormaldist statistics function in Haskell?
As seen here: http://www.evanmiller.org/how-not-to-sort-by-average-rating.html Here\'s the Ruby code itself, implemented in the Statistics2 library:[详细]
2023-03-08 15:10 分类:问答How to include hackage packages into Leksah
I wanted to start pla开发者_开发百科ying with hExpat for Xml I/O with Haskell. However I didn\'t manage to find where to express to Leksah that I want to import that package into my current module.[详细]
2023-02-06 21:09 分类:问答Conventions for Stability field of Cabal packages
Cabal allows for a freeform Stability field: stability: freeform The stability level of the package, e.g. alpha开发者_运维知识库, experimental, provisional, stable.[详细]
2023-01-18 21:43 分类:问答Installing a Haskell package from Hackage through Cabal gets stuck at dependency resolution
Here is the output from verbose mode.I know this used to work for me before but now this happens.I\'ve tried it with other packages and got the same result.[详细]
2023-01-07 23:46 分类:问答mysterious cabal-install problems
With a clean install of the \"Haskell Platform\". (OS X Snow-Leopard & Platform 2010.1.0.1), doing this causes simple sequence causes very weird cabal install behaviour:[详细]
2023-01-04 14:49 分类:问答Do you know a Haskell package for dirent.h on Windows?
Do you know a Haskell package for dirent开发者_JAVA技巧.h on Windows? There is similar set of functions in system.posix but those functions are not implemented on Windows.[详细]
2023-01-04 06:18 分类:问答In Haskell looking for a package that allows to consume a web response body as a stream [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-03 22:38 分类:问答Cabal and zlib on OS X
When I run \"cabal update\" on my Mac (Snow Leopard, Intel), I get: % cabal update Downloading the latest package list from hackage.haskell.org[详细]
2022-12-31 14:32 分类:问答