I\'m trying to write a myproj.cabal file for my project, but it doesn\'t seem to be locating packages I\'ve installed in 开发者_StackOverflow中文版~/.cabal
So I\'m trying to use HTF to run some HUnit-style assertions % cat tests/TestDemo.hs {-# OPTIONS_GHC -Wall -F -pgmF htfpp #-}
I\'ve installed ghc 6.12.3, and then the Haskell Platform. I\'m trying to compile a test program: $ ghc test.hs
According to the wiki entry, It packages up the files needed to build the project I have a simple executables-only .cabal project, which basically contains
Yesterday I had a failing darcs install with cabal, to开发者_StackOverflow中文版day I get this when running ghc --make node.hs:
I\'m completely new to xmonad but I\'d like to start using it to boost my productivity. This is the guide I\'ve been using (I\'m using Apple OS X Snow Leopard)
I am trying to install the \"yi\" editor using cabal-install, which in turns installs the package \'derive-2.3.0.2\'. I get the following error during derive\'s compilation:
I\'m trying to debug an issue with Cabal where it won\'t work if I change the value of the %USERPROFILE% environment variable prior to running it.I seem to have traced the error back to the win32 call
$ ghc -V; cabal -V The Glorious Glasgow Haskell Compilation System, version 7.0.1 cabal-install version 0.8.2
Greetings, Trying to install a sample Snap Framework project using Cabal while on Windows 7 and in Cygwin.