-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: d3a0afd067f13ba2e886ad66828fdb40215329e79a93de097003e945e182473d name: bins version: 0.1.1.1 synopsis: Aggregate continuous values into discrete bins description: Please see the README on GitHub at category: Math homepage: https://github.com/mstksg/bins#readme bug-reports: https://github.com/mstksg/bins/issues author: Justin Le maintainer: justin@jle.im copyright: (c) Justin Le 2018 license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: CHANGELOG.md README.md source-repository head type: git location: https://github.com/mstksg/bins library exposed-modules: Data.Bin other-modules: Paths_bins hs-source-dirs: src ghc-options: -Wall -Wredundant-constraints build-depends: base >=4.7 && <5 , containers , finite-typelits , ghc-typelits-knownnat , ghc-typelits-natnormalise , math-functions , profunctors , reflection , tagged , vector-sized >=1.0 default-language: Haskell2010