Difference between revisions of "Raspberry Pi"

From HaskellWiki
Jump to navigation Jump to search
m
Line 22: Line 22:
 
* Debian Squeeze - [http://packages.debian.org/stable/haskell/ghc6 6.12.1-13]
 
* Debian Squeeze - [http://packages.debian.org/stable/haskell/ghc6 6.12.1-13]
 
* Debian Wheezy - [http://packages.debian.org/wheezy/ghc 7.4.1-3]
 
* Debian Wheezy - [http://packages.debian.org/wheezy/ghc 7.4.1-3]
  +
  +
'''Note:''' GHCi does not currently work on ARM below version 7.4.2. See [http://www.haskell.org/pipermail/haskell-cafe/2012-June/101704.html this post on haskell-cafe for information on this]
   
 
== See also ==
 
== See also ==

Revision as of 21:28, 18 June 2012

This article is a stub. You can help by expanding it.

Introduction

Raspberry Pi is an ARM based single-board computer, developed for educational purposes, costing USD 25. For more details, see the Wikipedia article about Raspberry Pi, or the FAQ list.

Raspberry Pi Beta Board.jpg

Links

GHC Status

Of the "official" images currently available from the Raspberry Pi Downloads page, the following versions of GHC are available

Note: GHCi does not currently work on ARM below version 7.4.2. See this post on haskell-cafe for information on this

See also