forked from portnov/localize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocalize.cabal
44 lines (41 loc) · 1.54 KB
/
localize.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: localize
version: 0.2.0.0
synopsis: GNU Gettext-based messages localization library
description: More or less fully functional translation framework,
based on @haskell-gettext@ and @text-format-heavy@
packages.
license: BSD3
license-file: LICENSE
author: IlyaPortnov
maintainer: [email protected]
-- copyright:
category: Text
build-type: Simple
extra-doc-files: README.md
cabal-version: >=1.18
library
exposed-modules: Text.Localize,
Text.Localize.Types,
Text.Localize.Load,
Text.Localize.State,
Text.Localize.IO,
Text.Localize.Locale
build-depends: base > 4 && < 5,
mtl >= 2.2.1,
binary >=0.7,
bytestring ==0.10.*,
text >= 1.2,
data-default >= 0.7,
containers >=0.5,
text-format-heavy >= 0.1.4.0,
haskell-gettext >= 0.1.1.0,
time >=1.4,
transformers >=0.3,
filepath >= 1.4,
directory >= 1.3,
Glob >= 0.7.14,
setlocale >= 1.0
default-language: Haskell2010
Source-repository head
type: git
location: https://github.com/portnov/localize.git