remove trailing spaces from description

This commit is contained in:
Jens Petersen 2013-06-05 15:25:38 +09:00
parent 2e3424e2e7
commit 2cd42e06ba

View File

@ -15,11 +15,11 @@ BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
%description
Partial functions from the base library, such as head and
!!, modified to return more descriptive error messages,
programmer defined error messages, Maybe wrapped results
and default values. These functions can be used to reduce the
number of unsafe pattern matches in your code.
Partial functions from the base library, such as head and
!!, modified to return more descriptive error messages,
programmer defined error messages, Maybe wrapped results
and default values. These functions can be used to reduce
the number of unsafe pattern matches in your code.
%package devel