hw-diagnostics 0.0.0.5 → 0.0.0.7
raw patch · 2 files changed
+32/−25 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +2/−1
- hw-diagnostics.cabal +30/−24
README.md view
@@ -1,4 +1,5 @@ # hw-diagnostics-[](https://circleci.com/gh/haskell-works/hw-diagnostics/tree/0-branch)++[](https://circleci.com/gh/haskell-works/hw-diagnostics) Simple facilities for debugging code
hw-diagnostics.cabal view
@@ -1,27 +1,33 @@-name: hw-diagnostics-version: 0.0.0.5-synopsis: Diagnostics library-description: Please see README.md-homepage: http://github.com/haskell-works/hw-diagnostics#readme-license: BSD3-license-file: LICENSE-author: John Ky-maintainer: newhoggy@gmail.com-copyright: 2016 John Ky-category: Profiling-build-type: Simple-extra-source-files: README.md-cabal-version: >= 1.22--library- hs-source-dirs: src- exposed-modules: HaskellWorks.Diagnostics- , HaskellWorks.Diagnostics.Time- build-depends: base >= 4 && < 5-- default-language: Haskell2010- ghc-options: -Wall+name: hw-diagnostics+version: 0.0.0.7+synopsis: Diagnostics library+description: Please see README.md+category: Profiling+homepage: http://github.com/haskell-works/hw-diagnostics#readme+bug-reports: https://github.com/haskell-works/hw-diagnostics/issues+author: John Ky+maintainer: newhoggy@gmail.com+copyright: 2016 John Ky+license: BSD3+license-file: LICENSE+build-type: Simple+cabal-version: >= 1.10+extra-source-files:+ README.md source-repository head- type: git+ type: git location: https://github.com/haskell-works/hw-diagnostics++library+ exposed-modules:+ HaskellWorks.Diagnostics+ HaskellWorks.Diagnostics.Time+ other-modules:+ Paths_hw_diagnostics+ hs-source-dirs:+ src+ ghc-options: -Wall+ build-depends:+ base >=4 && <5+ default-language: Haskell2010