Skip to content

Commit

Permalink
Some cleanups. Release 0.1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ninegua committed Aug 31, 2012
1 parent 033df93 commit eb896d7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
9 changes: 5 additions & 4 deletions GLFW-task.cabal
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
name: GLFW-task
version: 0.1.0
version: 0.1.0.1
homepage: http://github.com/ninegua/GLFW-task
author: Paul Liu
maintainer: Paul Liu <paul@thev.net>
stability: experimental
category: Graphics
cabal-version: >= 1.6
build-type: Simple
synopsis: GLFW utility functions for use with monad-task.
description: GLFW (http://hackage.haskell.org/package/GLFW) is a Haskell
synopsis: GLFW utility functions to use together with monad-task.
description: GLFW (<http://hackage.haskell.org/package/GLFW>) is a Haskell
binding to the GLFW C library for writing OpenGL programs.
This package provides some utility functions for writing GLFW
programs using the monad-task library
(http://hackage.haskell.org/package/GLFW-task).
(<http://hackage.haskell.org/package/GLFW-task>). An example
is provided in the package source to demonstrate its usage.
license: BSD3
license-file: LICENSE

Expand Down
3 changes: 1 addition & 2 deletions Graphics/UI/GLFW/Task.hs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{- | GLFW helper functions for use with a @`TaskT`@ monad transformer (from monad-task package).
{- | GLFW helper functions for use with a 'Control.Monad.Task.TaskT' monad transformer (from monad-task package).
-}
{-# LANGUAGE FlexibleContexts, TupleSections #-}
module Graphics.UI.GLFW.Task
(
Event(..)
, or
, onKey
, onChar
, onButton
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ GLFW-task

GLFW utility functions for use with monad-task.

See [Invert the Inversion of Control](http://www.thev.net/PaulLiu/invert-inversion.html)
for a tutorial on writing a GLFW/OpenGL application using task monad.
See [Invert the Inversion of Control](http://www.thev.net/PaulLiu/invert-inversion.html) for a tutorial on writing a GLFW/OpenGL application using task monad.

0 comments on commit eb896d7

Please sign in to comment.