diff options
Diffstat (limited to 'haskell/haskell-GLUT/README')
-rw-r--r-- | haskell/haskell-GLUT/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/haskell/haskell-GLUT/README b/haskell/haskell-GLUT/README new file mode 100644 index 0000000000..878de79cbb --- /dev/null +++ b/haskell/haskell-GLUT/README @@ -0,0 +1,8 @@ +A Haskell binding for the OpenGL Utility Toolkit, a window system +independent toolkit for writing OpenGL programs. + +This requires ghc, haskell-StateVar, haskell-Tensor and +haskell-OpenGL. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |