Difference between revisions of "House"

From HaskellWiki
Jump to navigation Jump to search
(Added links to lighthouse, the web archive and network-house)
(Used the HackagePackage template)
 
Line 7: Line 7:
 
More details about this in the [http://web.archive.org/web/20110618203119/http://web.cecs.pdx.edu/~kennyg/house/ Web archive]
 
More details about this in the [http://web.archive.org/web/20110618203119/http://web.cecs.pdx.edu/~kennyg/house/ Web archive]
   
The network part of House is used to create a separate package: [http://hackage.haskell.org/package/network-house network-house] ([https://github.com/nh2/network-house github])
+
The network part of House is used to create a separate package: {{HackagePackage | id = network-house}} ([https://github.com/nh2/network-house github])
   
 
[[Category:Applications]]
 
[[Category:Applications]]

Latest revision as of 22:23, 30 October 2012

House ("Haskell User's Operating System and Environment") is an operating system written in Haskell.

To download the most recent version (for GHC 6.8.2):

 git clone git://svcs.cs.pdx.edu/git/lighthouse.git

More details about this in the Web archive

The network part of House is used to create a separate package: network-house (github)