-- Initial phonetic-languages-permutations.cabal generated by cabal init.
-- For further documentation, see http://haskell.org/cabal/users-guide/
name: phonetic-languages-permutations-array
version: 0.4.0.0
synopsis: Permutations and universal set related functions for the phonetic-languages series
description: Permutations-related to produce universal set of the task. Uses arrays instead of vectors.
homepage: https://hackage.haskell.org/package/phonetic-languages-permutations-array
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: oleksandr.zhabenko@yahoo.com
copyright: Oleksandr Zhabenko
category: Language,Math,Game
build-type: Simple
extra-source-files: CHANGELOG.md
cabal-version: >=1.10
library
exposed-modules: Phladiprelio.PermutationsArr, Phladiprelio.PermutationsArrMini, Phladiprelio.PermutationsArrMini1, Phladiprelio.PermutationsRepresent
-- other-modules:
other-extensions: MultiWayIf, NoImplicitPrelude
build-depends: base >=4.13 && <5, subG ==0.6.1.0
-- hs-source-dirs:
default-language: Haskell2010