osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-old-time revision:3, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-old-time?expand=0&rev=53
This commit is contained in:
Peter Simons 2023-11-10 14:07:19 +00:00 committed by Git OBS Bridge
parent 2f95dcccb4
commit fcadb7fae5

View File

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