GHC : ver. 9.4.8
Cabal ver. 3.10.3.0
Hi Folks,
I’ve been learnign Haskell for few weeks only and want to make my teeth on Paralllel processes.
So I’ve build a new prject. got the App folder and Main.hs runnug fine.
Though when I try to run a sample script using some paraellel code if warns me that I need the parallel module to be installed.
Q1. Does a newer version of Haskell/ghc comes with this installed already
Q2. if not how to install it. I get a partail “installed to be check” msg when tryng to install that on my Linux mint 22 OS.
installing method and results
in CLI : cabal install parallel
add. step :
cabal install --lib parallel
CHECKING :
ghc-pkg list parallel
/home/mint/.ghcup/ghc/9.4.8/lib/ghc-9.4.8/lib/package.conf.d
(no packages)
I’m no expert so any suggestion to succesfully complete the Parallel module install is welcomed. Also if there is any problem with this feature to be installed, ls let us know…
Big Thansk /Terii