@InProceedings{pike-haskell09,
author = {Lee Pike and Geoffrey Brown and Alwyn Goodloe},
title = {Roll Your Own Test Bed for Embedded Real-Time Protocols: A {H}askell Experience},
booktitle = {Proceedings of the ACM SIGPLAN Haskell Symposium},
pages = {61--68},
year = {2009},
editor = {Stephanie Weirich},
publisher = {ACM}
}
$ darcs get http://code.haskell.org/QuickCheck $ cd QuickCheckThen edit the QuickCheck.cabal file by changing the version number to a higher number (e.g., 2.2) and save your changes. Now do the following:
$ cp yourDownloadFolder/pike-quotient-qc ./ $ darcs apply pike-quotient-qc $ cabal configure $ cabal build $ cabal install
$ tar -xzvf biphase-0.2.tar.gz ; cd biphase-0.2 $ cabal configure $ cabal build $ cabal install
| Lee Pike (home) |