drop pantry dependency on persistent-template
This commit is contained in:
parent
b825c4f2aa
commit
bfece4269c
1 changed files with 3 additions and 3 deletions
|
|
@ -273,7 +273,6 @@ BuildRequires: ghc-megaparsec-prof
|
|||
BuildRequires: ghc-digest-devel
|
||||
BuildRequires: ghc-hackage-security-devel
|
||||
BuildRequires: ghc-network-uri-devel
|
||||
BuildRequires: ghc-persistent-template-devel
|
||||
BuildRequires: ghc-primitive-devel
|
||||
BuildRequires: ghc-resourcet-devel
|
||||
BuildRequires: ghc-tar-conduit-devel
|
||||
|
|
@ -284,8 +283,6 @@ BuildRequires: ghc-zip-archive-devel
|
|||
BuildRequires: ghc-digest-prof
|
||||
BuildRequires: ghc-hackage-security-prof
|
||||
BuildRequires: ghc-network-uri-prof
|
||||
# no persistent-template prof!
|
||||
#BuildRequires: ghc-persistent-template-prof
|
||||
BuildRequires: ghc-primitive-prof
|
||||
BuildRequires: ghc-resourcet-prof
|
||||
BuildRequires: ghc-tar-conduit-prof
|
||||
|
|
@ -401,6 +398,9 @@ This package provides the Haskell %{name} profiling library.
|
|||
dos2unix -k -n %{SOURCE18} %{name}.cabal
|
||||
%autopatch -p1
|
||||
# End cabal-rpm setup
|
||||
( cd %{pantry}
|
||||
cabal-tweak-drop-dep persistent-template
|
||||
)
|
||||
|
||||
|
||||
%build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue