update to 5.5.14

This commit is contained in:
Jens Petersen 2023-01-22 22:20:06 +08:00
parent 2974f05341
commit 6e7e293b85
4 changed files with 20 additions and 147 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/bifunctors-5.5.7.tar.gz
/bifunctors-5.5.10.tar.gz
/bifunctors-5.5.11.tar.gz
/bifunctors-5.5.14.tar.gz

View File

@ -1,139 +0,0 @@
name: bifunctors
category: Data, Functors
version: 5.5.11
x-revision: 1
license: BSD3
cabal-version: >= 1.10
license-file: LICENSE
author: Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: provisional
homepage: http://github.com/ekmett/bifunctors/
bug-reports: http://github.com/ekmett/bifunctors/issues
copyright: Copyright (C) 2008-2016 Edward A. Kmett
synopsis: Bifunctors
description: Bifunctors.
build-type: Simple
tested-with: GHC == 7.0.4
, GHC == 7.2.2
, GHC == 7.4.2
, GHC == 7.6.3
, GHC == 7.8.4
, GHC == 7.10.3
, GHC == 8.0.2
, GHC == 8.2.2
, GHC == 8.4.4
, GHC == 8.6.5
, GHC == 8.8.4
, GHC == 8.10.4
, GHC == 9.0.1
extra-source-files:
CHANGELOG.markdown
README.markdown
include/bifunctors-common.h
source-repository head
type: git
location: https://github.com/ekmett/bifunctors.git
flag semigroups
default: True
manual: True
description:
You can disable the use of the `semigroups` package using `-f-semigroups`.
.
Disabing this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.
flag tagged
default: True
manual: True
description:
You can disable the use of the `tagged` package using `-f-tagged`.
.
Disabing this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.
library
hs-source-dirs: src
include-dirs: include
includes: bifunctors-common.h
build-depends:
base >= 4.3 && < 5,
base-orphans >= 0.8.4 && < 1,
comonad >= 5.0.7 && < 6,
containers >= 0.2 && < 0.7,
template-haskell >= 2.4 && < 2.19,
th-abstraction >= 0.4.2.0 && < 0.5,
transformers >= 0.3 && < 0.7
if !impl(ghc > 8.2)
build-depends: transformers-compat >= 0.5 && < 0.8
if !impl(ghc >= 8.0)
build-depends: fail == 4.9.*
if flag(tagged)
build-depends: tagged >= 0.8.6 && < 1
if flag(semigroups) && !impl(ghc >= 8.0)
build-depends: semigroups >= 0.18.5 && < 1
if impl(ghc<7.9)
hs-source-dirs: old-src/ghc709
exposed-modules: Data.Bifunctor
if impl(ghc<8.1)
hs-source-dirs: old-src/ghc801
exposed-modules:
Data.Bifoldable
Data.Bitraversable
if impl(ghc>=7.2) && impl(ghc<7.5)
build-depends: ghc-prim == 0.2.0.0
exposed-modules:
Data.Biapplicative
Data.Bifunctor.Biap
Data.Bifunctor.Biff
Data.Bifunctor.Clown
Data.Bifunctor.Fix
Data.Bifunctor.Flip
Data.Bifunctor.Functor
Data.Bifunctor.Join
Data.Bifunctor.Joker
Data.Bifunctor.Product
Data.Bifunctor.Sum
Data.Bifunctor.Tannen
Data.Bifunctor.TH
Data.Bifunctor.Wrapped
other-modules:
Data.Bifunctor.TH.Internal
Paths_bifunctors
ghc-options: -Wall
default-language: Haskell2010
if impl(ghc >= 9.0)
-- these flags may abort compilation with GHC-8.10
-- https://gitlab.haskell.org/ghc/ghc/-/merge_requests/3295
ghc-options: -Winferred-safe-imports -Wmissing-safe-haskell-mode
test-suite bifunctors-spec
type: exitcode-stdio-1.0
hs-source-dirs: tests
main-is: Spec.hs
other-modules: BifunctorSpec T89Spec
ghc-options: -Wall
if impl(ghc >= 8.6)
ghc-options: -Wno-star-is-type
default-language: Haskell2010
build-tool-depends: hspec-discover:hspec-discover >= 1.8
build-depends:
base >= 4 && < 5,
bifunctors,
hspec >= 1.8,
QuickCheck >= 2 && < 3,
template-haskell,
transformers,
transformers-compat

View File

@ -1,4 +1,4 @@
# generated by cabal-rpm-2.0.9
# generated by cabal-rpm-2.1.0
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
%global pkg_name bifunctors
@ -7,21 +7,28 @@
%bcond_without tests
Name: ghc-%{pkg_name}
Version: 5.5.11
Release: 4%{?dist}
Version: 5.5.14
Release: 1%{?dist}
Summary: Bifunctors
License: BSD
License: BSD-3-Clause
Url: https://hackage.haskell.org/package/%{pkg_name}
# Begin cabal-rpm sources:
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal
# End cabal-rpm sources
# Begin cabal-rpm deps:
BuildRequires: dos2unix
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-orphans-devel
BuildRequires: ghc-comonad-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-tagged-devel
BuildRequires: ghc-template-haskell-devel
BuildRequires: ghc-th-abstraction-devel
BuildRequires: ghc-transformers-devel
%if %{with ghc_prof}
BuildRequires: ghc-base-prof
BuildRequires: ghc-base-orphans-prof
BuildRequires: ghc-comonad-prof
@ -30,6 +37,7 @@ BuildRequires: ghc-tagged-prof
BuildRequires: ghc-template-haskell-prof
BuildRequires: ghc-th-abstraction-prof
BuildRequires: ghc-transformers-prof
%endif
%if %{with tests}
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-hspec-devel
@ -80,7 +88,6 @@ This package provides the Haskell %{pkg_name} profiling library.
%prep
# Begin cabal-rpm setup:
%setup -q -n %{pkgver}
dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal
# End cabal-rpm setup
@ -124,6 +131,10 @@ dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal
%changelog
* Sun Jan 22 2023 Jens Petersen <petersen@redhat.com> - 5.5.14-1
- https://hackage.haskell.org/package/bifunctors-5.5.14/changelog
- refresh to cabal-rpm-2.1.0 with SPDX migration
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.11-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

View File

@ -1 +1 @@
SHA512 (bifunctors-5.5.11.tar.gz) = 09f66d1a086a72a822e804521c2258acb16fd5a4a29c3758b97987f27a271f58e3dd4103518b31b3bdf44465c87fe5573a0bba168ba109287ca3370b8ab491a1
SHA512 (bifunctors-5.5.14.tar.gz) = 9da8bf33af952f47caa3767f3405d21485007b4e4fa3c91123baf5b71e22edcd6e883dfea5b57229292e330f8ebb490df8c607b7037a133f45e62386d80fc146