revised .cabal

This commit is contained in:
Jens Petersen 2020-02-20 01:46:23 +08:00
parent 7976e719e0
commit 8246c02954
2 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,7 @@
name: deepseq-generics
version: 0.2.0.0
x-revision: 3
x-revision: 4
synopsis: GHC.Generics-based Control.DeepSeq.rnf implementation
homepage: https://github.com/hvr/deepseq-generics
bug-reports: https://github.com/hvr/deepseq-generics/issues
@ -12,7 +13,7 @@ copyright: 2012, Herbert Valerio Riedel
category: Control
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==8.4.*, GHC==8.2.*, GHC==8.0.*, GHC==7.10.*, GHC==7.8.*, GHC==7.6.*, GHC==7.4.*
tested-with: GHC==8.8.*, GHC==8.6.*, GHC==8.4.*, GHC==8.2.*, GHC==8.0.*, GHC==7.10.*, GHC==7.8.*, GHC==7.6.*, GHC==7.4.*
description:
This package provides a "GHC.Generics"-based
'Control.DeepSeq.Generics.genericRnf' function which can be used
@ -43,7 +44,7 @@ source-repository head
library
default-language: Haskell2010
exposed-modules: Control.DeepSeq.Generics
build-depends: base >= 4.5 && < 4.13, ghc-prim >= 0.2 && < 0.6, deepseq >= 1.2.0.1 && < 1.5
build-depends: base >= 4.5 && < 4.14, ghc-prim >= 0.2 && < 0.6, deepseq >= 1.2.0.1 && < 1.5
other-extensions: BangPatterns, FlexibleContexts, TypeOperators
ghc-options: -Wall

View File

@ -6,7 +6,7 @@
Name: ghc-%{pkg_name}
Version: 0.2.0.0
Release: 12%{?dist}
Release: 13%{?dist}
Summary: Generics-based normal form reduction for deepseq
License: BSD
@ -129,6 +129,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
%changelog
* Wed Feb 19 2020 Jens Petersen <petersen@redhat.com> - 0.2.0.0-13
- revise .cabal and refresh to cabal-rpm-2.0.2
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0.0-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild