-- Initial uniqueness-periods-vector-examples.cabal generated by cabal -- init. For further documentation, see -- http://haskell.org/cabal/users-guide/ name: phonetic-languages-plus version: 0.1.0.0 synopsis: Some common shared between different packages functions. description: Among them are the uniqueness-periods-vector series. homepage: https://hackage.haskell.org/package/phonetic-languages-plus license: MIT license-file: LICENSE author: OleksandrZhabenko maintainer: olexandr543@yahoo.com copyright: Oleksandr Zhabenko category: Language, Math, Game build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 library exposed-modules: Languages.UniquenessPeriods.Vector.AuxiliaryG, Data.Statistics.RulesIntervals -- other-modules: other-extensions: BangPatterns build-depends: base >=4.7 && <4.15, lists-flines >=0.1.1 && <1 -- hs-source-dirs: default-language: Haskell2010 executable distributionTextG main-is: Main.hs other-modules: Data.Statistics.RulesIntervals other-extensions: CPP, BangPatterns build-depends: base >=4.7 && <4.15, bytestring >=0.10 && <0.13, parallel >=3.2.0.6 && <4, lists-flines >=0.1.1 && <1, uniqueness-periods-vector-stats >=0.1.2 && <1 ghc-options: -threaded -rtsopts hs-source-dirs: ., Distribution default-language: Haskell2010