[qcerror raymonvw@gmail.com**20100215120225 Ignore-this: 6a8919f1248dbb1ac40e6d7f91ea6e8d ] hunk ./Main.hs 277 + +
Currently the haskell world is halfway in a process of migrating from QC1 to QC2. Cabal however wants to find a consistent version of QuickCheck to use when installing packages; which is thus impossible. A better solution is being worked on, but for now your best option is to install the package you are trying to install manually (as described on haskell wiki)
hunk ./Main.hs 313 -Note that when trying to install this package with Cabal install you probably will get a dependency error about QuickCheck 2 (QC2). The best way to install the tutorial at this moment is to install it manually, using
+
runhaskell Setup configurerunhaskell Setup build runhaskell Setup install