enable testsuite
This commit is contained in:
parent
bfece4269c
commit
382f482550
1 changed files with 7 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
%global subpkgs %{aesonwarningparser} %{casatypes} %{casaclient} %{companion} %{cryptonconduit} %{filelock} %{hifileparser} %{hpack} %{httpdownload} %{mintty} %{mustache} %{neatinterpolation} %{openbrowser} %{projecttemplate} %{rioorphans} %{staticbytes} %{pantry}
|
||||
|
||||
# testsuite missing deps: raw-strings-qq
|
||||
%bcond tests 1
|
||||
|
||||
Name: %{pkg_name}
|
||||
Version: 3.1.1
|
||||
|
|
@ -204,6 +204,12 @@ BuildRequires: ghc-vector-prof
|
|||
BuildRequires: ghc-yaml-prof
|
||||
BuildRequires: ghc-zlib-prof
|
||||
%endif
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-hspec-devel
|
||||
BuildRequires: ghc-hspec-discover-devel
|
||||
BuildRequires: ghc-raw-strings-qq-devel
|
||||
%endif
|
||||
BuildRequires: help2man
|
||||
# for missing dep 'casa-client':
|
||||
BuildRequires: ghc-base16-bytestring-devel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue