update to 0.0.11
This commit is contained in:
parent
649c2f6013
commit
68946cd03b
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/basement-0.0.7.tar.gz
|
||||
/basement-0.0.8.tar.gz
|
||||
/basement-0.0.10.tar.gz
|
||||
/basement-0.0.11.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: basement
|
||||
version: 0.0.10
|
||||
version: 0.0.11
|
||||
x-revision: 2
|
||||
synopsis: Foundation scrap box of array & string
|
||||
description: Foundation most basic primitives without any dependencies
|
||||
@ -12,7 +12,7 @@ category: Web
|
||||
build-type: Simple
|
||||
homepage: https://github.com/haskell-foundation/foundation#readme
|
||||
bug-reports: https://github.com/haskell-foundation/foundation/issues
|
||||
cabal-version: >=1.10
|
||||
cabal-version: 1.18
|
||||
extra-source-files: cbits/*.h cbits/basement_rts.c
|
||||
|
||||
source-repository head
|
||||
@ -138,11 +138,11 @@ library
|
||||
Basement.Terminal.Size
|
||||
|
||||
-- support and dependencies
|
||||
build-depends: base >= 4.9.0.0 && < 5
|
||||
if impl(ghc < 8.0)
|
||||
-- https://github.com/haskell-infra/hackage-trustees/issues/171
|
||||
build-depends: base >= 4.9 && < 4.13
|
||||
build-depends: base
|
||||
else
|
||||
build-depends: base <4.13
|
||||
build-depends: base
|
||||
, ghc-prim
|
||||
if os(windows)
|
||||
build-depends: Win32
|
@ -5,8 +5,8 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.0.10
|
||||
Release: 2%{?dist}
|
||||
Version: 0.0.11
|
||||
Release: 1%{?dist}
|
||||
Summary: Foundation scrap box of array & string
|
||||
|
||||
License: BSD
|
||||
@ -110,6 +110,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Feb 09 2020 Jens Petersen <petersen@redhat.com> - 0.0.11-1
|
||||
- update to 0.0.11
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.10-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (basement-0.0.10.tar.gz) = 7ef5511f2e1e14567f9d881a11886abf6224c2e4cc4416ee57e9fe3bf64444824ee458b11a5d0c25427eae72cb366af620a1b57b24a479db9863d31a5591d4ab
|
||||
SHA512 (basement-0.0.11.tar.gz) = 2396e692fcaa080418eb90c38148dbb2465490ffaa5e35d141573d32729794dffb444bdddd55082878520a22629cfead5fdc1ac98f1d369600cc3165b64730d5
|
||||
|
Loading…
Reference in New Issue
Block a user