packages feed

bins-0.1.2.0: bins.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 2d39bb70debd2683b6b3f7d4d013a5358e519b6b21cf2eb6af0a98fb6292d10e

name:           bins
version:        0.1.2.0
synopsis:       Aggregate continuous values into discrete bins
description:    Please see the README on GitHub at <https://github.com/mstksg/bins#readme>
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
tested-with:    GHC >= 8.2
build-type:     Simple
extra-source-files:
    README.md
    CHANGELOG.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