[Tutorial fixes Einar Karttunen **20061002103326] { hunk ./doc/tutorial.html 14 -To install HAppS you need the following modules: +To install HAppS the following packages are needed: hunk ./doc/tutorial.html 18 +
  • HaXml 1.13.X
  • hunk ./doc/tutorial.html 20 -
  • stm
  • -
  • network
  • +
  • cabal (for installation)
  • hunk ./doc/tutorial.html 22 +
  • network
  • +
  • stm
  • hunk ./doc/tutorial.html 25 -
  • cabal
  • -
  • fps (http://www.cse.unsw.edu.au/~dons/fps.html)
  • -
  • HaXml (http://www.haskell.org/HaXml/)
  • +
  • with GHC 6.4 fps (http://www.cse.unsw.edu.au/~dons/fps.html)
  • hunk ./doc/tutorial.html 56 -As an alternative you could consider using search path. For details +As an alternative you could consider using SearchPath. For details hunk ./doc/tutorial.html 125 + hunk ./doc/tutorial.html 139 + hunk ./doc/tutorial.html 176 - MyState message <- get + MyState message <- get hunk ./doc/tutorial.html 267 - MyState message <- get + MyState message <- get hunk ./doc/tutorial.html 320 - << thetitle << "Change State" - +++ h1 << "Change State" + << thetitle << "Change State" + +++ h1 << "Change State" hunk ./doc/tutorial.html 323 - << ((textfield "state") +++ submit "change" "change") + << ((textfield "state") +++ submit "change" "change") hunk ./doc/tutorial.html 325 - rq <- getEvent + rq <- getEvent hunk ./doc/tutorial.html 329 - MyState message <- get + MyState message <- get hunk ./doc/tutorial.html 367 - << thetitle << "Change State" - +++ h1 << "Change State" + << thetitle << "Change State" + +++ h1 << "Change State" hunk ./doc/tutorial.html 370 - << ((textfield "state") +++ submit "change" "change") + << ((textfield "state") +++ submit "change" "change") hunk ./doc/tutorial.html 390 - rq <- getEvent + rq <- getEvent hunk ./doc/tutorial.html 429 - MyState message <- get + MyState message <- get hunk ./doc/tutorial.html 500 -ToElement instance of Books requires the use of the -fglasgow-exts +ToElement instance of Books requires the use of the -fglasgow-exts }