packages feed

caf-0.0.1: README

Concurrency Abstractions with Futures
======================================
More info on the package, releases, etc. can be found at

  http://haskell.forkIO.com/dotnet
  
--------------------------------------
Install distribution package
--------------------------------------
1. Unzip the tarball
2. Navigate to the directory
3. Run the installation commands
  runhaskell Setup configure
  runhaskell Setup build
  sudo runhaskell Setup install

This last step will register thedistribution package.
Now in your Haskell programs, you can simply import the new modules from the distribution package.

--------------------------------------
Uninstall distribution package
--------------------------------------
See a list of installed packages with this command
	ghc-pkg list

Unregister the package with
	ghc-pkg unregister caf-x.x

--------------------------------------
Feedback
--------------------------------------
Please send Feedback to 

willig@ki.informatik.uni-frankfurt.de