|
|
@ -15,9 +15,11 @@ License: MIT
|
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
|
|
|
# Begin cabal-rpm sources:
|
|
|
|
# Begin cabal-rpm sources:
|
|
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
|
|
|
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
|
|
|
|
# End cabal-rpm sources
|
|
|
|
|
|
|
|
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
|
|
|
|
BuildRequires: dos2unix
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
BuildRequires: ghc-base-prof
|
|
|
|
BuildRequires: ghc-base-prof
|
|
|
@ -69,6 +71,7 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
# Begin cabal-rpm setup:
|
|
|
|
# Begin cabal-rpm setup:
|
|
|
|
%setup -q -n %{pkgver}
|
|
|
|
%setup -q -n %{pkgver}
|
|
|
|
|
|
|
|
dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal
|
|
|
|
# End cabal-rpm setup
|
|
|
|
# End cabal-rpm setup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|