Skip to content

Commit

Permalink
Minor cabal fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinrichApfelmus committed Mar 28, 2011
1 parent 5988b68 commit 247b5f1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 23 deletions.
2 changes: 2 additions & 0 deletions reactive-banana-wx/Setup.hs
@@ -0,0 +1,2 @@
import Distribution.Simple
main = defaultMain
8 changes: 3 additions & 5 deletions reactive-banana-wx/reactive-banana-wx.cabal
Expand Up @@ -10,16 +10,14 @@ License: BSD3
License-file: LICENSE
Author: Heinrich Apfelmus
Maintainer: Heinrich Apfelmus <apfelmus quantentunnel de>
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
Expand Down
2 changes: 2 additions & 0 deletions reactive-banana/Setup.hs
@@ -0,0 +1,2 @@
import Distribution.Simple
main = defaultMain
23 changes: 5 additions & 18 deletions reactive-banana/reactive-banana.cabal
Expand Up @@ -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 <apfelmus quantentunnel de>
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
Expand All @@ -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:

0 comments on commit 247b5f1

Please sign in to comment.