diff --git a/ghc-case-insensitive.spec b/ghc-case-insensitive.spec index 63de222..348a96e 100644 --- a/ghc-case-insensitive.spec +++ b/ghc-case-insensitive.spec @@ -30,13 +30,14 @@ type will be insensitive to cases. %package devel Summary: Haskell %{pkg_name} library development files -Requires: %{ghc_compiler} -Requires(post): %{ghc_compiler} -Requires(postun): %{ghc_compiler} +Requires: ghc-compiler = %{ghc_version} +Requires(post): ghc-compiler = %{ghc_version} +Requires(postun): ghc-compiler = %{ghc_version} Requires: %{name} = %{version}-%{release} %description devel -This package provides the Haskell case-insensitive library development files. +This package provides the Haskell %{pkg_name} library development files. + %prep %setup -q -n %{pkg_name}-%{version}