system-locale-0.2.0.0: system-locale.cabal
name: system-locale
version: 0.2.0.0
synopsis: Get system locales
description: Get system locales in a format suitable for the time library
homepage: https://github.com/cocreature/system-locale
license: BSD3
license-file: LICENSE
author: Moritz Kiefer
maintainer: moritz.kiefer@purelyfunctional.org
copyright: 2016-2017
category: Unknown
build-type: Simple
extra-source-files: CHANGELOG.md
README.md
cabal-version: >=1.10
tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.1
library
hs-source-dirs: src
exposed-modules: System.Locale.Read
build-depends: attoparsec >= 0.13 && < 0.14
, base >= 4.7 && < 5
, process >= 1.2 && < 1.7
, time >= 1.5 && < 1.9
, text >= 1.2 && < 1.3
ghc-options: -Wall
default-language: Haskell2010
test-suite system-locale-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
other-modules: System.Locale.ReadSpec
build-depends: base
, hspec
, system-locale
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/cocreature/system-locale