File: old-time.cabal

package info (click to toggle)
haskell-old-time 1.1.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 380 kB
  • sloc: sh: 3,201; ansic: 63; makefile: 4; haskell: 4
file content (75 lines) | stat: -rw-r--r-- 1,489 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
cabal-version:  >=1.10
name:           old-time
version:        1.1.0.4
-- NOTE: Don't forget to update ./changelog.md
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 package provides the old time library.
    .
    For new projects, the newer
    <http://hackage.haskell.org/package/time time library>
    is recommended.

tested-with:
  GHC == 9.6.2
  GHC == 9.4.5
  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
  GHC == 7.10.3
  GHC == 7.8.4

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: https://github.com/haskell/old-time.git

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 && < 5,
        old-locale == 1.0.*

    build-tools: hsc2hs

    ghc-options: -Wall