old-time-1.1.1.0: old-time.cabal
cabal-version: 1.18
name: old-time
version: 1.1.1.0
license: BSD3
license-file: LICENSE
maintainer: https://github.com/haskell/old-time
bug-reports: https://github.com/haskell/old-time/issues
synopsis: Time library
category: System
build-type: Configure
description:
This is a legacy package, please migrate away to
<http://hackage.haskell.org/package/time time> or elsewhere.
tested-with:
GHC == 9.14.1
GHC == 9.12.2
GHC == 9.10.3
GHC == 9.8.4
GHC == 9.6.7
GHC == 9.4.8
GHC == 9.2.8
GHC == 9.0.2
GHC == 8.10.7
GHC == 8.8.4
GHC == 8.6.5
GHC == 8.4.4
GHC == 8.2.2
GHC == 8.0.2
extra-doc-files:
changelog.md
extra-source-files:
aclocal.m4
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: https://github.com/haskell/old-time.git
Library
default-language: Haskell2010
other-extensions: Trustworthy CApiFFI
exposed-modules:
System.Time
c-sources:
cbits/timeUtils.c
include-dirs: include
install-includes:
HsTime.h
build-depends:
base >= 4.8 && < 5,
old-locale == 1.0.*
build-tools: hsc2hs
ghc-options: -Wall
test-suite old-time-tests
type: exitcode-stdio-1.0
default-language: Haskell2010
ghc-options: -Wall
main-is: Tests.hs
hs-source-dirs: tests
build-depends:
base,
old-locale < 2,
old-time,
tasty < 2,
tasty-hunit < 1