[GHC] #8727: HLearn test on ubuntu Precise x64 within vagrant Box
GHC
ghc-devs at haskell.org
Mon Feb 3 02:32:21 UTC 2014
#8727: HLearn test on ubuntu Precise x64 within vagrant Box
-----------------------------+----------------------------------
Reporter: teuffy | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.6.3
Resolution: | Keywords:
Operating System: Linux | Architecture: x86_64 (amd64)
Type of failure: Other | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-----------------------------+----------------------------------
Comment (by teuffy):
@carter
I don't know if it has an impact on ghci but on this machine I installed
the haskell-framework with apt-get install (ubuntu precise) + cabal
install cabal-install -> ghc 7.4 and cabal 1.18
but
for HLearn ghc 7.6 is needed so I did the following
sudo apt-get --purge remove ghc
sudo apt-get --purge remove cabal-install
sudo apt-add-repository ppa:typeful/ghc-7.6.3
sudo apt-add-repository ppa:typeful/cabal-install
sudo apt-get update
sudo apt-get install ghc cabal-install
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8727#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list