packages feed

Updater-0.3: Updater.cabal

Name:	Updater
Version:	0.3
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
  ghc-options:     -Wall -fno-warn-tabs
  Exposed-Modules:
    Updater
    Updater.Internal
  Other-Modules:
    Updater.List

source-repository head
  type:        git
  location:    https://github.com/yokto/Updater.git