From 7b003ef6d2e2f7de469a7eb91b424d62ed25cc02 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 2 Apr 2023 21:06:37 +0800 Subject: [PATCH] add in the constraints BRs --- ghc-shelly.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ghc-shelly.spec b/ghc-shelly.spec index b5c03ef..744951e 100644 --- a/ghc-shelly.spec +++ b/ghc-shelly.spec @@ -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.