cabal
Is DeriveFunctor a well-recognized extension? Cabal seems confused
Cabal is giving me mixed messages. When I say: Extensions: DeriveFunctor It says: Warning: Unknown extensions: DeriveFunctor[详细]
2023-01-22 03:37 分类:问答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 分类:问答-package Cabal-1.8.0.6 breaks pango installation on Mac
When installing Haskell pango on mac (sudo cabal install pango), the first problem is that it tries to install packages I\'ve already installed. I\'ve install haskell98 (successfully), but pango tries[详细]
2023-01-18 02:18 分类:问答wxHaskell fails because it depends on wx_macu-2.8
I install wxWidgets with macports then ran the command: sudo cabal install wx which output included: /bin/sh: wxdirect: command not found[详细]
2023-01-14 16:59 分类:问答{} in .cabal for Haddock-documentation in Haskell
If I got the line > { -# OPTIONS_GHC -fglasgow-exts -XTemplateHaskell #- } in the documentation-part (description) of the .cabal-file I\'ll get the error message[详细]
2023-01-13 20:22 分类:问答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 分类:问答how can I build cabal-install on eeePc 701 / Ubuntu Netbook Remix 1.6 (Lucid)
Not a programming question, 开发者_开发问答but the first time I see something like this. UNR 1.6 (based on Ubuntu 10.04) installs the 6.12.1 version of GHC.[详细]
2023-01-05 08:16 分类:问答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 分类:问答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 分类:问答