add in the constraints BRs

This commit is contained in:
Jens Petersen 2023-04-02 21:06:37 +08:00
parent ebee14a80a
commit 7b003ef6d2
1 changed files with 7 additions and 3 deletions

View File

@ -66,6 +66,11 @@ BuildRequires: ghc-transformers-prof
BuildRequires: ghc-transformers-base-prof
BuildRequires: ghc-unix-compat-prof
%endif
# for missing dep 'lifted-async':
BuildRequires: ghc-constraints-devel
%if %{with ghc_prof}
BuildRequires: ghc-constraints-prof
%endif
# End cabal-rpm deps
%description
@ -73,10 +78,9 @@ Shelly provides convenient systems programming in Haskell, similar in spirit to
POSIX shells. Shelly:
* is aimed at convenience and getting things done rather than being
a demonstration of elegance.
* has detailed and useful error messages
a demonstration of elegance,
* has detailed and useful error messages,
* maintains its own environment, making it thread-safe.
* is modern, using Text filepath/directory
Shelly is originally forked from the Shellish package.