Name: grapefruit-examples Version: 0.1.0.6 Cabal-Version: >= 1.8 Build-Type: Simple License: BSD3 License-File: LICENSE Copyright: © 2007–2009 Brandenburgische Technische Universität Cottbus © 2011–2014 Wolfgang Jeltsch Author: Wolfgang Jeltsch Maintainer: wolfgang-it@jeltsch.info Stability: provisional Homepage: https://grapefruit-project.org/ Package-URL: https://hackage.haskell.org/package/grapefruit-examples-0.1.0.6/grapefruit-examples-0.1.0.6.tar.gz Synopsis: Examples using the Grapefruit library Description: Grapefruit is a library for Functional Reactive Programming (FRP) with a focus on user interfaces. FRP makes it possible to implement reactive and interactive systems in a declarative style. To learn more about FRP, have a look at . . This package contains a collection of examples using Grapefruit. . For running an example, you can start GHCi and enter the following: . @ import Graphics.UI.Grapefruit.Circuit import Graphics.UI.Grapefruit./UIBackend/ import Examples.Grapefruit./Example/ run /UIBackend/ mainCircuit () @ . Replace @/Example/@ with the name of the example to run and @/UIBackend/@ with the name of the UI backend you want to use. At the moment, the only examples are @Simple@, @Switching@, @Converter@, @ListView@, and @SetView@, and the only UI backend is @GTK@. Category: FRP, Reactivity, GUI, User Interfaces Tested-With: GHC == 8.0.1 Source-Repository head Type: darcs Location: http://hub.darcs.net/jeltsch/grapefruit Source-Repository this Type: darcs Location: http://hub.darcs.net/jeltsch/grapefruit Tag: grapefruit-0.1.0.6 Library Build-Depends: base >= 3.0 && < 5, colour >= 1.0 && < 2.4, containers >= 0.1 && < 0.6, fraction >= 0.0.1 && < 0.2, grapefruit-frp >= 0.1 && < 0.2, grapefruit-records >= 0.1 && < 0.2, grapefruit-ui >= 0.1 && < 0.2 Extensions: Arrows Rank2Types TypeOperators Exposed-Modules: Examples.Grapefruit.Converter Examples.Grapefruit.ListView Examples.Grapefruit.SetView Examples.Grapefruit.Simple Examples.Grapefruit.Switching HS-Source-Dirs: src