keera-hails-reactive-yampa 0.6.0 → 0.7.0
raw patch · 1 files changed
+19/−16 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- keera-hails-reactive-yampa.cabal +19/−16
keera-hails-reactive-yampa.cabal view
@@ -6,21 +6,22 @@ build-type: Simple name: keera-hails-reactive-yampa-version: 0.6.0+version: 0.7.0 author: Ivan Perez maintainer: support@keera.co.uk homepage: http://www.keera.co.uk/blog/community/ license: BSD3 license-file: LICENSE+copyright: (C) 2013 Keera Studios Ltd category: Development synopsis: Haskell on Rails - FRP Yampa Signal Functions as RVs description: Yampa-driven Functional Reactive Signal Functions, as reactive values. source-repository head- type: git- location: git://github.com/keera-studios/keera-hails- subdir: keera-hails-reactive-yampa+ type: git+ location: git://github.com/keera-studios/keera-hails+ subdir: keera-hails-reactive-yampa -- You can disable the hlint test suite with -f-test-hlint@@ -46,11 +47,14 @@ , time , Yampa - default-language: Haskell2010+ default-language:+ Haskell2010 - hs-source-dirs: src/+ hs-source-dirs:+ src/ - ghc-options: -Wall -fno-warn-unused-do-bind -O2+ ghc-options:+ -Wall -fno-warn-unused-do-bind -O2 test-suite hlint@@ -61,6 +65,9 @@ main-is: HLintMain.hs + default-language:+ Haskell2010+ hs-source-dirs: tests @@ -71,10 +78,6 @@ base , hlint >= 1.7 - default-language:- Haskell2010-- -- Verify that the code is thoroughly documented test-suite haddock-coverage @@ -84,12 +87,15 @@ main-is: HaddockCoverage.hs - ghc-options:- -Wall+ default-language:+ Haskell2010 hs-source-dirs: tests + ghc-options:+ -Wall+ if !flag(test-doc-coverage) buildable: False else@@ -99,6 +105,3 @@ , filepath , process , regex-posix-- default-language:- Haskell2010