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:          portnov84@rambler.ru
-- 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