-- Initial uniqueness-periods-vector-filters.cabal generated by cabal init.
-- For further documentation, see http://haskell.org/cabal/users-guide/
name: uniqueness-periods-vector-filters
version: 0.2.0.0
synopsis: A library allows to change the structure of the 'RealFrac' function output.
description: A library allows to change the structure of the 'RealFrac' function output. At the moment only the equal intervals are supported.
homepage: https://hackage.haskell.org/package/uniqueness-periods-vector-filters
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: olexandr543@yahoo.com
copyright: Oleksandr Zhabenko
category: Data,Language,Math,Game
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
library
exposed-modules: Languages.UniquenessPeriods.Vector.Filters
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <4.15, mmsyn2 >=0.1.8 && <1, vector >=0.11 && <0.14
-- hs-source-dirs:
default-language: Haskell2010