-- Initial filters-basic.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                filters-basic
version:             0.2.0.0
synopsis:            Allows to change the structure of the function output.
description:         Allows to change the structure of the function output for the functions of arguments whose data types have RealFrac instances. Has basic functions for the filters. Is taken from the uniqueness-periods-vector-filters package that is intended to be rewritten. These functions are basic for it and for its successor, phonetic-languages-filters-array package.
homepage:            https://hackage.haskell.org/package/filters-basic
license:             MIT
license-file:        LICENSE
author:              OleksandrZhabenko
maintainer:          oleksandr.zhabenko@yahoo.com
-- copyright:
category:            Data
build-type:          Simple
extra-source-files:  CHANGELOG.md
cabal-version:       >=1.10

library
  exposed-modules:     Data.Filters.Basic
  -- other-modules:
  other-extensions:    NoImplicitPrelude, Strict
  build-depends:       base >=4.13 && <5
  -- hs-source-dirs:
  default-language:    Haskell2010