name:         old-locale
version:      1.0.0.6
-- GHC 7.6.1 released with 1.0.0.5
license:      BSD3
license-file: LICENSE
maintainer:   libraries@haskell.org
bug-reports:  http://ghc.haskell.org/trac/ghc/newticket?component=libraries%20%28other%29&keywords=old-locale
synopsis:     locale library
category:     System
build-type:   Simple
Cabal-Version:>=1.10
tested-with:  GHC==7.6.3, GHC==7.6.2, GHC==7.6.1, GHC==7.4.2, GHC==7.4.1, GHC==7.2.2, GHC==7.2.1, GHC==7.0.4, GHC==7.0.3, GHC==7.0.2, GHC==7.0.1, GHC==6.12.3
description:
    This package provides the ability to adapt to
    locale conventions such as date and time formats.

extra-source-files:
    changelog.md

source-repository head
    type:     git
    location: http://git.haskell.org/packages/old-locale.git

source-repository this
    type:     git
    location: http://git.haskell.org/packages/old-locale.git
    tag:      old-locale-1.0.0.6-release

Library
    default-language: Haskell98
    if impl(ghc>=7.2)
        -- && base>=4.4.1
        other-extensions: Safe

    exposed-modules:
        System.Locale

    build-depends: base >= 4.2 && < 4.8
    ghc-options: -Wall