twentefp: Lab Assignments Environment at Univeriteit Twente

[ bsd3, education, library ] [ Propose Tags ]

Lab Assignments Environment at Univeriteit Twente


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.4, 0.4.1, 0.4.2
Dependencies base (>=4 && <5), gloss (>=1.7.5.2), parsec (>3), time (>1.2) [details]
License BSD-3-Clause
Author Christiaan Baaij
Maintainer christiaan.baaij@gmail.com
Category Education
Source repo head: git clone git://github.com/christiaanb/fpprac.git
Uploaded by ChristiaanBaaij at 2013-09-02T11:47:24Z
Distributions NixOS:0.4.2
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2543 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for twentefp-0.4.2

[back to package description]
= ALL =
Install the 'gloss' package with the GLFW backend:
- cabal install gloss --flags="-GLUT GLFW" --enable-documentation
Install this package:
- cabal install twentefp --enable-documentation

= Windows =
- Add the GLUT32.DLL [1] to your "%systemroot%\System32" or "%systemroot%\SysWow64" directory
- Create "%appdata%\ghc\ghci.conf"
- Add the following lines to "%appdata%\ghc\ghci.conf":
:set -XNoImplicitPrelude
:set -XNoMonomorphisRestriction

= Linux =
- Create "~/.ghci"
- Add the following lines to ".ghci":
:set -XNoImplicitPrelude
:set -XNoMonomorphisRestriction

= OS X =
- Create "~/.ghci"
- Add the following lines to ".ghci":
:set -XNoImplicitPrelude
:set -XNoMonomorphisRestriction
:set -fno-ghci-sandbox


[1] http://user.xmission.com/~nate/glut.html