cabal-rpm-1.0.0: add doc and prof subpkgs
This commit is contained in:
parent
084737bb2d
commit
c2cd388e74
@ -8,7 +8,7 @@
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 2.5.4
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: Type-safe, non-relational, multi-backend persistence
|
||||
|
||||
License: MIT
|
||||
@ -128,6 +128,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 02 2019 Jens Petersen <petersen@redhat.com> - 2.5.4-7
|
||||
- add doc and prof subpackages (cabal-rpm-1.0.0)
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.4-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: persistent-template
|
||||
version: 2.5.4
|
||||
x-revision: 3
|
||||
x-revision: 4
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
author: Michael Snoyman <michael@snoyman.com>
|
||||
@ -18,7 +18,7 @@ extra-source-files: test/main.hs ChangeLog.md README.md
|
||||
library
|
||||
build-depends: base >= 4.6 && < 5
|
||||
, template-haskell
|
||||
, persistent >= 2.5 && < 3
|
||||
, persistent >= 2.5 && < 2.10
|
||||
, monad-control >= 0.2 && < 1.1
|
||||
, bytestring >= 0.9
|
||||
, text >= 0.5
|
||||
|
Loading…
Reference in New Issue
Block a user