packages feed

hw-diagnostics-0.0.0.5: hw-diagnostics.cabal

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

source-repository head
  type:     git
  location: https://github.com/haskell-works/hw-diagnostics