packages feed

Updater-0.2: Updater.cabal

Name:	Updater
Version:	0.2
Cabal-Version:	>= 1.6
License:	Apache-2.0
License-File:	LICENSE
Author:		Silvio Frischknecht
Homepage:	https://github.com/yokto/Updater
Category:	FRP
Maintainer: silvio.frischi@gmail.com
Synopsis:	Monadic FRP library based on stm
Description:	Read the homepage for more information.
Build-Type:	Simple

Library
  Build-Depends:	base >= 3 && < 5, stm
  ghc-options:     -Wall -fno-warn-tabs
  Exposed-Modules:
    Updater
  Other-Modules:
    Updater.List, Updater.Internal

source-repository this
  type:        git
  location:    https://github.com/yokto/Updater.git
  tag: 0.2