When installing Timeplot in RHEL 6 using the following command
cabal install timeplot
I get the following error:
Data/Array/IArray.hs:1:14: Unsupported extension: Trustworthy
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To install timeplot I needed to install the haskell-platform and cairo-devel package (from EPEL) with
Then install gtk2hs-buildtools
Open a new terminal at this point to get the new $PATH that includes $HOME/.cabal/bin
You many need to manually install strptime-1.0.6, as strptime-1.0.7 gave me the following error
Install strptime-1.0.6 with
Then install timeplot