From d3940a51d02d8d8995c73ced316a6a88702282b6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 20 Jun 2010 23:19:09 +0000 Subject: [PATCH] remove erroneous -o pkg merge option to ghc-ghc --- ghc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc.spec b/ghc.spec index ed3e6e2..e59d810 100644 --- a/ghc.spec +++ b/ghc.spec @@ -108,7 +108,7 @@ They should be installed when GHC's profiling subsystem is needed. %global ghc_version_override %{version} -%ghc_binlib_package -n ghc -s "GHC internals library" -d "The API for GHC internals can be used for example to analyse, transform, and\ndynamically load Haskell code." -o 6.12.3-1 +%ghc_binlib_package -n ghc -s "GHC internals library" -d "The API for GHC internals can be used for example to analyse, transform, and\ndynamically load Haskell code." %prep %setup -q -n %{name}-%{version} %{?with_extralibs:-b1} %{?with_testsuite:-b2}