quantizer-0.3.1.0: quantizer.cabal
name: quantizer
version: 0.3.1.0
synopsis: Library to provide the behaviour similar to quantum states superposition.
description: Has three modules with similar functionality. The functions provide the somewhat generalized way to round the numbers based on some data.
homepage: https://hackage.haskell.org/package/quantizer
bug-reports: https://github.com/Oleksandr-Zhabenko/quantizer/issues
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: oleksandr.zhabenko@yahoo.com
copyright: Oleksandr Zhabenko
category: Math
build-type: Simple
extra-source-files: CHANGELOG.md, README.md
cabal-version: >=1.10
library
exposed-modules: TwoQuantizer, ListQuantizer, FoldableQuantizer
-- other-modules:
-- other-extensions:
build-depends: base >=4.13 && <5, minmax == 0.1.1.0, monoid-insertleft ==0.1.0.1, uniqueness-periods-vector-stats == 0.4.0.0
-- hs-source-dirs:
default-language: Haskell2010