env-locale-1.0.0.1: env-locale.cabal
Name: env-locale
Version: 1.0.0.1
Synopsis: A (non-forking) interface to the current locale
Description: A sane way to get the time locale defined by environment
Homepage: https://github.com/Ongy/locale-hs
License: LGPL
License-file: LICENSE
Author: Markus Ongyerth
Maintainer: Markus Ongyerth <ongy@ongy.net>
Stability: Alpha
Category: System
Build-type: Simple
Cabal-version: >=1.10
Tested-With: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1
Source-repository head
type: git
location: https://github.com/Ongy/locale-hs
Library
Exposed-modules: System.Locale.Current
default-language: Haskell2010
Build-depends: base >=4 && <5, old-locale, time
Ghc-options: -Wall -fwarn-tabs
c-sources: cbits/glue.c