-- This file has been generated from package.yaml by hpack version 0.18.1.
--
-- see: https://github.com/sol/hpack
name: numhask-histogram
version: 0.0.0.1
synopsis: See readme.md
description: See readme.md for description.
category: project
homepage: https://github.com/tonyday567/numhask-histogram#readme
bug-reports: https://github.com/tonyday567/numhask-histogram/issues
author: Tony Day
maintainer: tonyday567@gmail.com
copyright: Tony Day (c) 2017
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/numhask-histogram
library
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.7 && <5
, protolude
, containers
, foldl
, numhask
, numhask-range
, tdigest
exposed-modules:
NumHask.Histogram
other-modules:
Paths_numhask_histogram
default-language: Haskell2010
test-suite test
type: exitcode-stdio-1.0
main-is: test.hs
hs-source-dirs:
test
build-depends:
base >=4.7 && <5
, protolude
, HUnit
, QuickCheck
, doctest
, protolude
, tasty
, tasty-hunit
, tasty-quickcheck
default-language: Haskell2010