From 850f2f5158cde4e089f602b8918c5b84d466d863 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 28 Feb 2017 23:02:33 +0900 Subject: [PATCH] constraints needs hashable --- ghc-shelly.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghc-shelly.spec b/ghc-shelly.spec index 847d8b8..d87790d 100644 --- a/ghc-shelly.spec +++ b/ghc-shelly.spec @@ -49,6 +49,8 @@ BuildRequires: ghc-HUnit-devel BuildRequires: ghc-hspec-devel %endif # End cabal-rpm deps +# constraints deps +BuildRequires: ghc-hashable-devel %description Shelly provides convenient systems programming in Haskell, similar in spirit to