diff --git a/.gitignore b/.gitignore index e187916..57e1459 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /hakyll-3.2.7.2.tar.gz /hakyll-3.4.0.0.tar.gz /hakyll-4.2.1.2.tar.gz +/hakyll-4.2.2.0.tar.gz diff --git a/ghc-hakyll.spec b/ghc-hakyll.spec index 990c9f5..cbeb0f9 100644 --- a/ghc-hakyll.spec +++ b/ghc-hakyll.spec @@ -3,9 +3,9 @@ %global pkg_name hakyll Name: ghc-%{pkg_name} -Version: 4.2.1.2 -Release: 2%{?dist} -Summary: Static website compiler Haskell library +Version: 4.2.2.0 +Release: 1%{?dist} +Summary: Static website compiler library License: BSD URL: http://hackage.haskell.org/package/%{pkg_name} @@ -22,6 +22,7 @@ BuildRequires: ghc-citeproc-hs-devel BuildRequires: ghc-cmdargs-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-cryptohash-devel +BuildRequires: ghc-data-default-devel BuildRequires: ghc-deepseq-devel BuildRequires: ghc-directory-devel BuildRequires: ghc-filepath-devel @@ -70,7 +71,6 @@ cabal-tweak-flag previewServer False %install %ghc_lib_install -%ghc_add_basepkg_file %{_datadir}/%{pkg_name}-%{version} %post devel @@ -83,6 +83,7 @@ cabal-tweak-flag previewServer False %files -f %{name}.files %doc LICENSE +%{_datadir}/%{pkg_name}-%{version} %files devel -f %{name}-devel.files @@ -90,7 +91,8 @@ cabal-tweak-flag previewServer False %changelog -* Fri Jun 07 2013 Jens Petersen - 4.2.1.2-2 +* Tue Jun 11 2013 Jens Petersen - 4.2.2.0-1 +- update to 4.2.2.0 - update to new simplified Haskell Packaging Guidelines * Sun Mar 10 2013 Jens Petersen - 4.2.1.2-1 diff --git a/sources b/sources index b8c617c..2fcfacf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8cd3399ee260c25de7ecae391e199fdb hakyll-4.2.1.2.tar.gz +50d900854e0be71b3f218caf4a6e1314 hakyll-4.2.2.0.tar.gz