keera-hails-reactive-network 0.6.0 → 0.7.0
raw patch · 1 files changed
+44/−23 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
keera-hails-reactive-network.cabal view
@@ -6,12 +6,13 @@ build-type: Simple name: keera-hails-reactive-network-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 - Sockets as Reactive Values description:@@ -44,41 +45,61 @@ , network , network-bsd - 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- type: exitcode-stdio-1.0- main-is: HLintMain.hs- hs-source-dirs: tests++ type:+ exitcode-stdio-1.0++ main-is:+ HLintMain.hs++ default-language:+ Haskell2010++ hs-source-dirs:+ tests+ if !flag(test-hlint) buildable: False else build-depends:- base,- hlint >= 1.7-- default-language: Haskell2010+ base+ , hlint >= 1.7 -- Verify that the code is thoroughly documented test-suite haddock-coverage- type: exitcode-stdio-1.0- main-is: HaddockCoverage.hs- ghc-options: -Wall- hs-source-dirs: tests + type:+ exitcode-stdio-1.0++ main-is:+ HaddockCoverage.hs++ default-language:+ Haskell2010++ hs-source-dirs:+ tests++ ghc-options:+ -Wall+ if !flag(test-doc-coverage) buildable: False else build-depends:- base >= 4 && < 5,- directory,- filepath,- process,- regex-posix-- default-language: Haskell2010-+ base >= 4 && < 5+ , directory+ , filepath+ , process+ , regex-posix