167be04
name:           old-time
167be04
version:        1.1.0.3
167be04
x-revision: 2
167be04
-- NOTE: Don't forget to update ./changelog.md
167be04
license:        BSD3
167be04
license-file:   LICENSE
167be04
maintainer:     libraries@haskell.org
167be04
bug-reports:    https://github.com/haskell/old-time/issues
167be04
synopsis:       Time library
167be04
category:       System
167be04
build-type:     Configure
167be04
cabal-Version:  >=1.10
167be04
description:
167be04
    This package provides the old time library.
167be04
    .
167be04
    For new projects, the newer
167be04
    <http://hackage.haskell.org/package/time time library>
167be04
    is recommended.
167be04
167be04
extra-source-files:
167be04
    aclocal.m4
167be04
    changelog.md
167be04
    config.guess
167be04
    config.sub
167be04
    configure
167be04
    configure.ac
167be04
    include/HsTimeConfig.h.in
167be04
    install-sh
167be04
    old-time.buildinfo
167be04
167be04
extra-tmp-files:
167be04
    autom4te.cache
167be04
    config.log
167be04
    config.status
167be04
    include/HsTimeConfig.h
167be04
167be04
source-repository head
167be04
    type:     git
167be04
    location: https://github.com/haskell/old-time.git
167be04
167be04
Library
167be04
    default-language: Haskell2010
167be04
    other-extensions: Trustworthy
167be04
167be04
    exposed-modules:
167be04
        System.Time
167be04
167be04
    c-sources:
167be04
        cbits/timeUtils.c
167be04
167be04
    include-dirs: include
167be04
    includes:     HsTime.h
167be04
    install-includes:
167be04
        HsTime.h
167be04
167be04
    build-depends:
167be04
        base       >= 4.7 && < 5,
167be04
        old-locale == 1.0.*
167be04
167be04
    ghc-options: -Wall