Haskell is a purely functional programming language, general purpose, named after the logician Haskell Curry.
Questions tagged [haskell]
46 questions
6
votes
1 answer
Portable Haskell Compiler
I have a Haskell program that I want to run on my school's cluster, but their version of GHC is too old and they won't update it. I want to somehow package it with my source code, but by default it requires running an install script. Is there a way…
Matthew Piziak
- 202
0
votes
0 answers
Trying to understand importing modules in ghci using cabal
I've recently begin learning to code in Haskell -- in general all is going well, but one irritation that repeatedly rears its head is ghci not recognizing modules on hackage when I try to use them.
Some modules work fine -- Data.List.subsequences…
Alec Rhea
- 207
0
votes
1 answer
Haskell error with modules
I had Haskell platform installed on my computer and it worked fine until today. Today, when I wanted to load a file in prelude I got this error:
Could not find module `Test.QuickCheck'
Use -v to see a list of the files searched for.
I uninstalled…
theo
- 1