-- 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.4.0.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. 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.Constraints, Languages.UniquenessPeriods.Vector.Constraints.Encoded -- other-modules: other-extensions: BangPatterns, FlexibleInstances, FlexibleContexts build-depends: base >=4.8 && <4.15, vector >=0.11 && <0.14, subG >= 0.4.2 && <1, subG-instances >= 0.1 && <1 -- hs-source-dirs: default-language: Haskell2010