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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-old-time?expand=0&rev=55
This commit is contained in:
Peter Simons 2023-11-22 09:17:21 +00:00 committed by Git OBS Bridge
parent dda31447cf
commit aca29ae667
2 changed files with 60 additions and 65 deletions

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
Thu Nov 16 13:26:33 UTC 2023 - Peter Simons <psimons@suse.com>
- Strip CRLF line endings from the bundled Cabal file.
-------------------------------------------------------------------
Thu Mar 30 17:07:43 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -1,60 +1,60 @@
name: old-time
version: 1.1.0.3
x-revision: 2
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
maintainer: libraries@haskell.org
bug-reports: https://github.com/haskell/old-time/issues
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: 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.*
ghc-options: -Wall
name: old-time
version: 1.1.0.3
x-revision: 2
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
maintainer: libraries@haskell.org
bug-reports: https://github.com/haskell/old-time/issues
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: 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.*
ghc-options: -Wall