refresh to cabal-rpm-2.0.6
This commit is contained in:
parent
2a0bd187fe
commit
807b17bf4b
@ -1,6 +1,6 @@
|
||||
name: deepseq-generics
|
||||
version: 0.2.0.0
|
||||
x-revision: 4
|
||||
x-revision: 5
|
||||
|
||||
synopsis: GHC.Generics-based Control.DeepSeq.rnf implementation
|
||||
homepage: https://github.com/hvr/deepseq-generics
|
||||
@ -44,7 +44,7 @@ source-repository head
|
||||
library
|
||||
default-language: Haskell2010
|
||||
exposed-modules: Control.DeepSeq.Generics
|
||||
build-depends: base >= 4.5 && < 4.14, ghc-prim >= 0.2 && < 0.6, deepseq >= 1.2.0.1 && < 1.5
|
||||
build-depends: base >= 4.5 && < 4.15, ghc-prim >= 0.2 && < 0.7, deepseq >= 1.2.0.1 && < 1.5
|
||||
other-extensions: BangPatterns, FlexibleContexts, TypeOperators
|
||||
ghc-options: -Wall
|
||||
|
||||
|
@ -1,9 +1,11 @@
|
||||
# generated by cabal-rpm-2.0.5
|
||||
# generated by cabal-rpm-2.0.6
|
||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
||||
|
||||
%global pkg_name deepseq-generics
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
|
||||
# testsuite missing deps: test-framework test-framework-hunit
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.2.0.0
|
||||
Release: 13%{?dist}
|
||||
@ -97,16 +99,6 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
|
||||
# End cabal-rpm install
|
||||
|
||||
|
||||
%if 0%{?fedora} < 31 || 0%{?rhel} < 8
|
||||
%post devel
|
||||
%ghc_pkg_recache
|
||||
|
||||
|
||||
%postun devel
|
||||
%ghc_pkg_recache
|
||||
%endif
|
||||
|
||||
|
||||
%files -f %{name}.files
|
||||
# Begin cabal-rpm files:
|
||||
%license LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user