ghc
Cannot get cabal to find the mpi library for haskell-mpi on Windows [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2023-02-28 08:44 分类:问答How to understand Haskell compiler messages
Good day. Here is simple \"guess number\" snippet and it contains single error, but compiler makes it really hard to undertstand what is wrong:[详细]
2023-02-27 10:45 分类:问答How can I compile and use Haskell as a C library using Xcode LLVM compiler?
I want to set up a project to take my .hs code, and my main .c program, and result in a statically linked executable through the use of LLVM compiler.I can get things working via ghc command line opti[详细]
2023-02-27 01:42 分类:问答Parsing a Haskell source file without an explicit 'module M where' header with GHC 7
The guys at the Budapest Functional Programming meetup group finally convinced me to port Tandoori to GHC 7. Things are turning 开发者_StackOverflow中文版out OK, but I\'m having a problem parsing .hs[详细]
2023-02-26 00:33 分类:问答GHC truncating Unicode character output
I can\'t get GHCi or GHC to print unicode codepoint 221A (sqrt symbol: √). I don\'t think it\'s my shell, because I can get ruby to do it:[详细]
2023-02-25 04:34 分类:问答Mac, XCode 4, homebrew Haskell: Can't install utf8-light?
I don\'t understand the following error message but I do know that I\'ve installed utf8-light on Linux before without problems. Can someone shed light on what\'s wrong? Is this an LLVM problem, GHC 7[详细]
2023-02-22 17:53 分类:问答Specify arch in GHC?
I\'m writing a multiplatform ncurses text adventure game. The required C library, ncursesw, is configured for x86, but my OS is Mac OS X 10.6.6 x86_64.[详细]
2023-02-22 09:02 分类:问答Haskell, FFI, and Grand Central Dispatch?
I\'m considering a functional language that will play well with my environment of C/Objective-C under FreeBSD, OSX, iOS.It looks like my best bet is to create functional-language libraries for specifi[详细]
2023-02-21 14:49 分类:问答Haskell: "Not in scope: '>>'" with no implicit prelude
Compiling the following Haskell program with GHC 6.12.1 yields an error: {-# LANGUAGE NoImplicitPrelude #-}[详细]
2023-02-18 23:20 分类:问答Applying a haskell function to a .txt file in ghc?
I\'ve currently wrote a program to use on a .txt file but whenever i try to run it i get the error: cat quux.txt | ./wordCount[详细]
2023-02-18 09:58 分类:问答