update to 0.0.10
This commit is contained in:
parent
20d7f47b60
commit
d6ee35bf1c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/basement-0.0.4.tar.gz
|
||||
/basement-0.0.7.tar.gz
|
||||
/basement-0.0.8.tar.gz
|
||||
/basement-0.0.10.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: basement
|
||||
version: 0.0.8
|
||||
x-revision: 1
|
||||
version: 0.0.10
|
||||
x-revision: 2
|
||||
synopsis: Foundation scrap box of array & string
|
||||
description: Foundation most basic primitives without any dependencies
|
||||
license: BSD3
|
||||
@ -13,7 +13,7 @@ build-type: Simple
|
||||
homepage: https://github.com/haskell-foundation/foundation#readme
|
||||
bug-reports: https://github.com/haskell-foundation/foundation/issues
|
||||
cabal-version: >=1.10
|
||||
extra-source-files: cbits/*.h
|
||||
extra-source-files: cbits/*.h cbits/basement_rts.c
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
@ -142,7 +142,7 @@ library
|
||||
-- https://github.com/haskell-infra/hackage-trustees/issues/171
|
||||
build-depends: base >= 4.9 && < 4.13
|
||||
else
|
||||
build-depends: base
|
||||
build-depends: base <4.13
|
||||
, ghc-prim
|
||||
if os(windows)
|
||||
build-depends: Win32
|
||||
@ -159,4 +159,5 @@ library
|
||||
cpp-options: -DARCH_IS_UNKNOWN_ENDIAN
|
||||
include-dirs: cbits
|
||||
c-sources: cbits/foundation_mem.c
|
||||
cbits/foundation_rts.c
|
||||
if impl(ghc < 8.2)
|
||||
c-sources: cbits/basement_rts.c
|
@ -5,8 +5,8 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.0.8
|
||||
Release: 4%{?dist}
|
||||
Version: 0.0.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Foundation scrap box of array & string
|
||||
|
||||
License: BSD
|
||||
@ -101,6 +101,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 25 2019 Jens Petersen <petersen@redhat.com> - 0.0.10-1
|
||||
- update to 0.0.10
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.8-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (basement-0.0.8.tar.gz) = 37969ab403b23ac1f129eb6e2f81d46f53e6ba931a59695cc9a37a7387a77b24e9ba6da9cdec1ee2523410a9dad9ee5af0f8a45b59af7d07f4d467e1ad55b66f
|
||||
SHA512 (basement-0.0.10.tar.gz) = 7ef5511f2e1e14567f9d881a11886abf6224c2e4cc4416ee57e9fe3bf64444824ee458b11a5d0c25427eae72cb366af620a1b57b24a479db9863d31a5591d4ab
|
||||
|
Loading…
Reference in New Issue
Block a user