packages feed

phonetic-languages-constraints-array-0.6.2.0: phonetic-languages-constraints-array.cabal

-- Initial phonetic-languages-constaints-array.cabal generated by cabal init.
-- For further documentation, see http://haskell.org/cabal/users-guide/

name:                phonetic-languages-constraints-array
version:             0.6.2.0
synopsis:            Constraints to filter the needed permutations
description:         Provides several the most important variants of constraints. Can be used with the phonetic-languages-common series of package. Instead of vectors, uses arrays.
homepage:            https://hackage.haskell.org/package/phonetic-languages-constraints-array
license:             MIT
license-file:        LICENSE
author:              OleksandrZhabenko
maintainer:          oleksandr.zhabenko@yahoo.com
copyright:           Oleksandr Zhabenko
category:            Language, Math
build-type:          Simple
extra-source-files:  CHANGELOG.md, README.md
cabal-version:       >=1.10

library
  exposed-modules:     Phladiprelio.Constraints, Phladiprelio.ConstraintsEncoded
  -- other-modules:
  other-extensions:    BangPatterns, FlexibleInstances, FlexibleContexts, NoImplicitPrelude
  build-depends:       base >=4.13 && <5, subG == 0.6.1.0
  -- hs-source-dirs:
  default-language:    Haskell2010