add in the constraints BRs

This commit is contained in:
Jens Petersen 2023-04-02 21:06:37 +08:00
parent ebee14a80a
commit 7b003ef6d2

View File

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