diff --git a/base16-bytestring-0.1.1.7.cabal b/base16-bytestring-0.1.1.7.cabal new file mode 100644 index 0000000..b49dc6c --- /dev/null +++ b/base16-bytestring-0.1.1.7.cabal @@ -0,0 +1,54 @@ +cabal-version: 1.12 +name: base16-bytestring +version: 0.1.1.7 +x-revision: 3 +synopsis: Fast base16 (hex) encoding and decoding for ByteStrings +description: This package provides support for encoding and decoding binary data according + to @base16@ (see also ) for + strict (see "Data.ByteString.Base16") and lazy @ByteString@s (see "Data.ByteString.Base16.Lazy"). + . + See also the package which + provides an uniform API providing conversion paths between more binary and textual types. +homepage: http://github.com/haskell/base16-bytestring +bug-reports: http://github.com/haskell/base16-bytestring/issues +license: BSD3 +license-file: LICENSE +copyright: Copyright 2011 MailRank, Inc.; + Copyright 2010-2020 Bryan O'Sullivan et al. +author: Bryan O'Sullivan +maintainer: Herbert Valerio Riedel , + Mikhail Glushenkov , + Emily Pillmore +category: Data +build-type: Simple +extra-source-files: README.md CHANGELOG.md +tested-with: GHC==8.10.1, GHC==8.8.3, GHC==8.6.5, + GHC==8.4.4, GHC==8.2.2, GHC==8.0.2, + GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, + GHC==7.4.2, GHC==7.2.2, GHC==7.0.4 + +library + exposed-modules: + Data.ByteString.Base16 + Data.ByteString.Base16.Lazy + + build-depends: + base == 4.*, + bytestring >= 0.9 && < 0.11, + ghc-prim + + ghc-options: -Wall -funbox-strict-fields + default-language: Haskell2010 + +source-repository head + type: git + location: http://github.com/haskell/base16-bytestring + +test-suite test + type: exitcode-stdio-1.0 + hs-source-dirs: tests + main-is: Tests.hs + default-language: Haskell2010 + build-depends: base + , base16-bytestring + , bytestring diff --git a/ghc-base16-bytestring.spec b/ghc-base16-bytestring.spec index 471bb21..ef70ee0 100644 --- a/ghc-base16-bytestring.spec +++ b/ghc-base16-bytestring.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-2.0.6 +# generated by cabal-rpm-2.0.7 # https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ %global pkg_name base16-bytestring @@ -8,13 +8,14 @@ Name: ghc-%{pkg_name} Version: 0.1.1.7 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Fast hex encoding and decoding for ByteStrings License: BSD 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: @@ -73,6 +74,7 @@ This package provides the Haskell %{pkg_name} profiling library. %prep # Begin cabal-rpm setup: %setup -q -n %{pkgver} +cp -bp %{SOURCE1} %{pkg_name}.cabal # End cabal-rpm setup @@ -114,6 +116,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Thu Aug 5 2021 Jens Petersen - 0.1.1.7-5 +- add revision + * Thu Jul 22 2021 Fedora Release Engineering - 0.1.1.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild