I got both ghc6 and ghc7 on my desktop. To install new packages (for the specific ghc version), I use cabal with the flag --with-compiler=<ghc-dir> to specify开发者_C百科 for which ghc i want th
On windows 7 x64, I tried: 1. install gtk+ all in one bundle 2.16 2. add MinGW\'s bin address to PATH Environment variables
I am relatively new to Haskell, coming from F# (a Microsoft language). I have created a Ye开发者_如何学Pythonsod project from the scaffolder, played with it a bit, tweaked stuff, but then it stopped
The package versioning policy specifies that changing the type of any entity makes a change of the B number in A.B.C necessary.
I have to build some app that depends on OS. For example I\'m searching over directory, and if I see some item is symbolic link (in linux), I just skip them and go over. To check this I use function S
I\'m trying out cabal-dev for a project I\'m working on; the project is a library, and cabal-dev does a great job of building a sandboxed version of it - but I\'m having trouble with part of my workfl
I\'m working on the wxHaskell library, and wishing to keep my development work sepa开发者_如何学运维rate from the stable wxHaskell from hackage I\'m using cabal-dev in the following manner:
Here\'s the complete error: $ cabal install hakyll Resolving dependencies... cabal: cannot configure snap-server-0.5.3.1. It requires base >=4.3 && <5
Does anyone know how to get cabal install to exploit parallelism?I\'m compiling with GHC, and while I don\'t know if GHC itself can do parallel builds, surely c开发者_如何学JAVAabal install could run
I follow installation steps given on http://www.yesodweb.com/book/TXKGPHUZXDLYRGF the command \"cabal install alex happy\" fails with the error below.