quantizer-0.1.0.0: quantizer.cabal
name: quantizer
version: 0.1.0.0
synopsis: Library to provide the behaviour similar to quantum states superposition.
description: Has two 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
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: olexandr543@yahoo.com
copyright: Oleksandr Zhabenko
category: Math
build-type: Simple
extra-source-files: CHANGELOG.md
cabal-version: >=1.10
library
exposed-modules: TwoQuantizer, FoldableQuantizer
-- other-modules:
-- other-extensions:
build-depends: base >=4.8 && <5, subG == 0.5.3.0, uniqueness-periods-vector-stats == 0.3.0.0
-- hs-source-dirs:
default-language: Haskell2010