refresh to cabal-rpm-2.0.9

This commit is contained in:
Jens Petersen 2021-07-08 00:30:10 +08:00
parent 50d2b2b041
commit 8b497e114b
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
name: cborg-json
version: 0.2.2.0
x-revision: 2
x-revision: 3
synopsis: A library for encoding JSON as CBOR
description: This package implements the bijection between JSON and
CBOR defined in the CBOR specification, RFC 7049.
@ -18,13 +18,13 @@ build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
tested-with:
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.1
GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1, GHC == 9.0.1
library
exposed-modules: Codec.CBOR.JSON
ghc-options: -Wall
build-depends:
base >=4.7 && < 4.15,
base >=4.7 && < 4.16,
aeson >=0.7 && <1.6,
aeson-pretty >=0.8 && <0.9,
unordered-containers >=0.2 && <0.3,
@ -52,11 +52,11 @@ benchmark bench
other-modules:
build-depends:
base >= 4.6 && < 5.0,
base >= 4.6 && < 4.16,
cborg ,
cborg-json ,
aeson ,
bytestring >= 0.10.4 && < 0.11,
bytestring >= 0.10.4 && < 0.12,
criterion >= 1.0 && < 1.6,
deepseq >= 1.0 && < 1.5,
directory,

View File

@ -1,4 +1,4 @@
# generated by cabal-rpm-2.0.6
# generated by cabal-rpm-2.0.9
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
%global pkg_name cborg-json
@ -51,6 +51,7 @@ This package provides the Haskell %{pkg_name} library development files.
%package doc
Summary: Haskell %{pkg_name} library documentation
BuildArch: noarch
Requires: ghc-filesystem
%description doc
This package provides the Haskell %{pkg_name} library documentation.
@ -72,7 +73,6 @@ This package provides the Haskell %{pkg_name} profiling library.
# Begin cabal-rpm setup:
%setup -q -n %{pkgver}
cp -bp %{SOURCE1} %{pkg_name}.cabal
chmod a-x ChangeLog.md
# End cabal-rpm setup