diff --git a/reactive-banana-wx/Setup.hs b/reactive-banana-wx/Setup.hs new file mode 100644 index 00000000..9a994af6 --- /dev/null +++ b/reactive-banana-wx/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain diff --git a/reactive-banana-wx/reactive-banana-wx.cabal b/reactive-banana-wx/reactive-banana-wx.cabal index 8eef1bed..b84b78ed 100644 --- a/reactive-banana-wx/reactive-banana-wx.cabal +++ b/reactive-banana-wx/reactive-banana-wx.cabal @@ -10,16 +10,14 @@ License: BSD3 License-file: LICENSE Author: Heinrich Apfelmus Maintainer: Heinrich Apfelmus -Category: FRP +Category: FRP, GUI Build-type: Simple --- Extra files to be distributed with the package, such as examples or --- a README. --- Extra-source-files: +Extra-source-files: Makefile -- Constraint on the version of Cabal needed to build this package. -Cabal-version: >=1.2 +Cabal-version: >=1.6 Library diff --git a/reactive-banana/Setup.hs b/reactive-banana/Setup.hs new file mode 100644 index 00000000..9a994af6 --- /dev/null +++ b/reactive-banana/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain diff --git a/reactive-banana/reactive-banana.cabal b/reactive-banana/reactive-banana.cabal index 5d2459ff..dc4da41f 100644 --- a/reactive-banana/reactive-banana.cabal +++ b/reactive-banana/reactive-banana.cabal @@ -10,27 +10,23 @@ Description: In a sense, @reactive-banana@ is a fresh way to think about callback functions. . + In other words, you can freely mix FRP and imperative code. Bored of writing imperative GUIs? Write some parts with FRP! Don't know how to express something with FRP? - Switch back to imperative code! + Switch back to imperative style! . In the spectrum of possible FRP implementations, - this one features simple semantics but little expressivity. + this one features simple semantics but modest expressivity. Predicting space & time usage should be easy. -Homepage: https://github.com/HeinrichApfelmus/reactive-banana +Homepage: https://github.com/HeinrichApfelmus/Haskell-BlackBoard License: BSD3 License-file: LICENSE Author: Heinrich Apfelmus Maintainer: Heinrich Apfelmus Stability: Experimental - - Category: FRP -Build-type: Simple --- Extra files to be distributed with the package, such as examples or --- a README. --- Extra-source-files: +Build-type: Simple -- Constraint on the version of Cabal needed to build this package. Cabal-version: >=1.6 @@ -41,12 +37,3 @@ Library extensions: MultiParamTypeClasses, FlexibleInstances build-depends: base == 4.2.* exposed-modules: Reactive, Reactive.Classes, Reactive.Core - - -- Packages needed in order to build this package. - -- Build-depends: - - -- Modules not exported by this package. - -- other-modules: Reactive.Snippets - - -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source. - -- Build-tools: