cabal
How can I tell myproj.cabal to use packages I've installed in ~/.cabal?
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[详细]
2023-02-04 16:58 分类:问答Weirdness with cabal, HTF, and HUnit assertions
So I\'m trying to use HTF to run some HUnit-style assertions % cat tests/TestDemo.hs {-# OPTIONS_GHC -Wall -F -pgmF htfpp #-}[详细]
2023-02-04 05:57 分类:问答ghc can't find my cabal installed packages
I\'ve installed ghc 6.12.3, and then the Haskell Platform. I\'m trying to compile a test program: $ ghc test.hs[详细]
2023-02-03 02:45 分类:问答Why does "cabal sdist" not include all "files needed to build"?
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[详细]
2023-02-03 02:00 分类:问答make: Could not find module 'System'
Yesterday I had a failing darcs install with cabal, to开发者_StackOverflow中文版day I get this when running ghc --make node.hs:[详细]
2023-01-31 04:35 分类:问答starting xmonad
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)[详细]
2023-01-30 15:42 分类:问答Weird error during derive-2.3.0.2 build
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:[详细]
2023-01-29 08:10 分类:问答Why does changing %USERPROFILE% cause sHGetFolderPath SIDL_APPDATA to fail?
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[详细]
2023-01-27 07:52 分类:问答How do I troubleshoot cabal-install errors for the vector-algorithms package, darcs, and others?
$ ghc -V; cabal -V The Glorious Glasgow Haskell Compilation System, version 7.0.1 cabal-install version 0.8.2[详细]
2023-01-26 07:03 分类:问答Cygwin not recognized as Unix compatibility toolchain by Cabal
Greetings, Trying to install a sample Snap Framework project using Cabal while on Windows 7 and in Cygwin.[详细]
2023-01-26 04:40 分类:问答