-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: bad2e978740c249d96ade64acf2ac1a21e61a974a16250eec97a88a0f6ceeb79 name: numhask-histogram version: 0.0.1.0 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: readme.md 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 , containers , foldl , numhask , numhask-range , protolude , 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: HUnit , QuickCheck , base >=4.7 && <5 , doctest , protolude , tasty , tasty-hunit , tasty-quickcheck other-modules: Paths_numhask_histogram default-language: Haskell2010