packages feed

old-time-1.1.0.2: old-time.cabal

name:           old-time
version:        1.1.0.2
-- GHC 7.6.1 released with 1.1.0.1
license:        BSD3
license-file:   LICENSE
maintainer:     libraries@haskell.org
bug-reports:    http://ghc.haskell.org/trac/ghc/newticket?component=libraries/old-time
synopsis:       Time library
category:       System
build-type:     Configure
cabal-Version:  >=1.10
description:
    This package provides the old time library.
    .
    For new projects, the newer
    <http://hackage.haskell.org/package/time time library>
    is recommended.

extra-source-files:
    aclocal.m4
    changelog.md
    config.guess
    config.sub
    configure
    configure.ac
    include/HsTimeConfig.h.in
    install-sh
    old-time.buildinfo

extra-tmp-files:
    autom4te.cache
    config.log
    config.status
    include/HsTimeConfig.h

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

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

Library
    default-language: Haskell2010
    other-extensions: Trustworthy

    exposed-modules:
        System.Time

    c-sources:
        cbits/timeUtils.c

    include-dirs: include
    includes:     HsTime.h
    install-includes:
        HsTime.h

    build-depends:
        base       == 4.7.*,
        old-locale == 1.0.*

    ghc-options: -Wall