-- Initial phonetic-languages-constaints.cabal generated by cabal init.
-- For further documentation, see http://haskell.org/cabal/users-guide/
name: phonetic-languages-constraints
version: 0.3.0.1
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.
homepage: https://hackage.haskell.org/package/phonetic-languages-constraints
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: olexandr543@yahoo.com
copyright: Oleksandr Zhabenko
category: Language, Math
build-type: Simple
extra-source-files: CHANGELOG.md
cabal-version: >=1.10
library
exposed-modules: Languages.UniquenessPeriods.Vector.ConstraintsG, Languages.UniquenessPeriods.Vector.ConstraintsG.Encoded
-- other-modules:
other-extensions: BangPatterns, FlexibleInstances
build-depends: base >=4.7 && <4.15, vector >=0.11 && <0.14
-- hs-source-dirs:
default-language: Haskell2010