packages feed

hw-diagnostics-0.0.0.7: hw-diagnostics.cabal

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
  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