packages feed

perf-0.3.1.1: perf.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 0de644718bf0dc295e55cc494bae9ef3965fa50a59415333b221fce61c4a1dd0

name:           perf
version:        0.3.1.1
synopsis:       low-level performance statistics
description:     A set of tools to measure time performance. 
category:       project
homepage:       https://github.com/tonyday567/perf#readme
bug-reports:    https://github.com/tonyday567/perf/issues
author:         Tony Day
maintainer:     tonyday567@gmail.com
copyright:      Tony Day
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    stack.yaml

source-repository head
  type: git
  location: https://github.com/tonyday567/perf

library
  hs-source-dirs:
      src
  default-extensions: NegativeLiterals NoImplicitPrelude OverloadedStrings UnicodeSyntax BangPatterns TypeSynonymInstances
  build-depends:
      base >=4.7 && <4.11
    , containers
    , foldl
    , numhask >=0.1.2 && <0.2
    , protolude
    , rdtsc
    , tdigest
    , time
  exposed-modules:
      Perf
      Perf.Measure
      Perf.Cycle
  other-modules:
      Paths_perf
  default-language: Haskell2010

executable perf-examples
  main-is: examples.hs
  hs-source-dirs:
      examples
  default-extensions: NegativeLiterals NoImplicitPrelude OverloadedStrings UnicodeSyntax ScopedTypeVariables
  ghc-options: -fforce-recomp -rtsopts -O2
  build-depends:
      base >=4.7 && <4.11
    , formatting
    , numhask
    , optparse-generic
    , perf
    , protolude
    , scientific
    , text
    , vector
  other-modules:
      Paths_perf
  default-language: Haskell2010

test-suite test
  type: exitcode-stdio-1.0
  main-is: test.hs
  hs-source-dirs:
      test
  default-extensions: NegativeLiterals NoImplicitPrelude OverloadedStrings UnicodeSyntax
  build-depends:
      base >=4.7 && <5
    , doctest
    , perf
    , protolude
  other-modules:
      Paths_perf
  default-language: Haskell2010