name: localization -- PVP: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 1.0.1.20180226 category: Data Structures synopsis: Library for localization (l10n) description: This is a library to manage localization (l10n) of messages according to some (builtin or user-defined) locales. . The type system ensures that each message has a localization for each of the wanted locales. . Messages can be declared using a data type or a type class, and then rendered to the wanted output type, using 'localize' (resp. 'loqualize'). . For examples, see the source code of @Data.Locale.Tutorial@. extra-doc-files: license: GPL-3 license-file: COPYING stability: experimental author: Julien Moutinho maintainer: Julien Moutinho bug-reports: Julien Moutinho -- homepage: build-type: Simple cabal-version: >= 1.18 tested-with: GHC==8.2.2 extra-source-files: stack.yaml extra-tmp-files: Source-Repository head location: git://git.autogeree.net/localization type: git Library exposed-modules: Data.Locale Data.Locale.Tutorial default-language: Haskell2010 default-extensions: ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -fno-warn-tabs -- -fhide-source-paths build-depends: base >= 4.10 && < 5 , containers >= 0.5 , text >= 1.2 , transformers >= 0.5