Programowanie w systemie UNIX/Haskell: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
Linia 234:
:m + Fractal.RUFF.Mandelbrot.Address
uaktywnia moduł Address z pakietu RUFF ( m jest skrótem od module <ref>[http://www.haskell.org/ghc/docs/latest/html/users_guide/interactive-evaluation.html#ghci-scope Using GHCi doc]</ref>)
 
=Problemy=
 
==cabal: unrecognised command: sandbox (try --help)==
 
Może wersja cabala jest za stara ?<ref>[http://stackoverflow.com/questions/23897816/cabal-run-gives-unrecognised-command-run Stackoverflow question : cabal-run-gives-unrecognised-command-run]</ref>
Sprawdzamy :
 
cabal -V
 
przykłądowy wynik :
 
cabal-install version 1.16.0.2
using version 1.16.0 of the Cabal library
 
upgrade :
 
cabal install cabal-install
 
 
 
 
=Zobacz również=