From 9a1fd6f34234793ff97f59e4d50124042f5340f1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 22 Feb 2020 14:07:36 +0800 Subject: [PATCH] ghc-lib-parser needs alex --- hlint.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hlint.spec b/hlint.spec index a654540..b65d390 100644 --- a/hlint.spec +++ b/hlint.spec @@ -56,6 +56,8 @@ BuildRequires: ghc-pretty-prof BuildRequires: ghc-time-prof BuildRequires: ghc-unix-prof # End cabal-rpm deps +# for ghc-lib-parser +BuildRequires: alex %description HLint gives suggestions on how to improve your source code.