]> git.pld-linux.org Git - packages/rpm-build-macros.git/blame - macros.ghc
Add rename notice
[packages/rpm-build-macros.git] / macros.ghc
CommitLineData
cdc9189e
JR
1# Haskell Macros
2# BuildRequires: rpmbuild(macros) >= 1.608
3%ghcdir ghc-%(/usr/bin/ghc --numeric-version 2>/dev/null || echo ERROR)
4
5# update /usr/lib*/ghc-*/package.conf.d/package.cache
6# Requires: ghc
7# BuildRequires: rpmbuild(macros) >= 1.607
8#
9%ghc_pkg_recache() {{ \
10 umask 022; \
11 [ ! -x /usr/bin/ghc-pkg ] || /usr/bin/ghc-pkg recache; \
12};} \
13%{nil}
This page took 0.029768 seconds and 4 git commands to generate.