Skip to content

Commit

Permalink
Added a README; fixed homepage URL in cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
ktvoelker committed Apr 17, 2011
1 parent 473a6a5 commit d549d2b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.markdown
@@ -0,0 +1,10 @@

state-record: Better records for State monad states
===================================================

This package provides a Template Haskell function which transforms a normal
record declaration into one which supports many useful operations when used as
the state in a State monad.

There will be documentation online at HackageDB in the near future.

2 changes: 1 addition & 1 deletion state-record.cabal
Expand Up @@ -9,7 +9,7 @@ copyright: (c) 2011 Karl Voelker
maintainer: Karl Voelker <ktvoelker@gmail.com>
build-depends: base -any, mtl -any, template-haskell -any
stability: unstable
homepage: http://www.github.com/ktvoelker/fields
homepage: http://github.com/ktvoelker/state-record
package-url:
bug-reports: Karl Voelker <ktvoelker@gmail.com>
synopsis: Better records for State monad states
Expand Down

0 comments on commit d549d2b

Please sign in to comment.