reactive-banana-wx 0.3.0.0 → 0.3.0.1
raw patch · 1 files changed
+10/−9 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- reactive-banana-wx.cabal +10/−9
reactive-banana-wx.cabal view
@@ -1,25 +1,22 @@ Name: reactive-banana-wx-Version: 0.3.0.0+Version: 0.3.0.1 Synopsis: Examples for the reactive-banana library, using wxHaskell. Description:- This library provides some examples for the @reactive-banana@ library,+ This library provides some GUI examples for the @reactive-banana@ library, using wxHaskell. -Homepage: https://github.com/HeinrichApfelmus/Haskell-BlackBoard+Homepage: http://haskell.org/haskellwiki/Reactive-banana License: BSD3 License-file: LICENSE Author: Heinrich Apfelmus Maintainer: Heinrich Apfelmus <apfelmus quantentunnel de> Category: FRP, GUI+Cabal-version: >=1.6 -Build-type: Simple +Build-type: Simple Extra-source-files: Makefile --- Constraint on the version of Cabal needed to build this package.-Cabal-version: >=1.6-- Library hs-source-dirs: src build-depends: base >= 4.2 && < 4.4,@@ -28,6 +25,11 @@ extensions: ExistentialQuantification exposed-modules: Reactive.Banana.WX +Source-repository head+ type: git+ location: git://github.com/HeinrichApfelmus/Haskell-BlackBoard.git+ subdir: reactive-banana-wx+ Executable Counter hs-source-dirs: src main-is: Counter.hs@@ -35,4 +37,3 @@ reactive-banana >= 0.3.0.0 && < 0.4, wx==0.12.*, wxcore==0.12.* extensions: ExistentialQuantification-