[ghc-hjsmin] add optparse-applicative dep

Ricky Elrod codeblock at fedoraproject.org
Mon May 12 04:48:16 UTC 2014


commit 183f68983f3da644d1d14380cd9e35c7e8f9f5cb
Author: Ricky Elrod <ricky at elrod.me>
Date:   Mon May 12 00:48:02 2014 -0400

    add optparse-applicative dep
    
    Signed-off-by: Ricky Elrod <ricky at elrod.me>

 ghc-hjsmin.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/ghc-hjsmin.spec b/ghc-hjsmin.spec
index c19baff..e980cc5 100644
--- a/ghc-hjsmin.spec
+++ b/ghc-hjsmin.spec
@@ -19,6 +19,7 @@ BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-language-javascript-devel
 BuildRequires:  ghc-text-devel
+BuildRequires:  ghc-optparse-applicative
 # End cabal-rpm deps
 
 %description
@@ -68,6 +69,7 @@ This package provides the development files for the Haskell %{pkg_name} library.
 %changelog
 * Mon May 12 2014 Ricky Elrod <relrod at redhat.com> - 0.1.4.6-1
 - Latest upstream release.
+- Add optparse-applicative dep.
 
 * Thu Apr 24 2014 Jens Petersen <petersen at redhat.com> - 0.1.4.4-5
 - rebuild


More information about the scm-commits mailing list