-
Notifications
You must be signed in to change notification settings - Fork 0
/
uniqueness-periods-general.cabal
25 lines (23 loc) · 1.08 KB
/
uniqueness-periods-general.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
-- Initial uniqueness-periods-general.cabal generated by cabal init. For
-- further documentation, see http://haskell.org/cabal/users-guide/
name: uniqueness-periods-general
version: 0.2.0.0
synopsis: Can be used to produce the similar to 'String.Ukrainian.UniquenessPeriods' functions.
description: Can be used to produce the similar to 'String.Ukrainian.UniquenessPeriods' from uniqueness-periods package functions. Provides the generalization of them.
homepage: https://hackage.haskell.org/package/uniqueness-periods-general
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: [email protected]
copyright: Oleksandr Zhabenko
category: Language
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
library
exposed-modules: String.UniquenessPeriodsG
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <4.15, vector >=0.11 && <0.15
-- hs-source-dirs:
default-language: Haskell2010