Browse Source

ghc: update to 8.4.3

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11742 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 5 years ago
parent
commit
630937762e
1 changed files with 9 additions and 5 deletions
  1. 9 5
      g/ghc/ghc-vl.spec

+ 9 - 5
g/ghc/ghc-vl.spec

@@ -1,5 +1,5 @@
 %define pkg_name    ghc
-%define pkg_version 8.4.2
+%define pkg_version 8.4.3
 # %define pkg_subversion b
 %define pkg_release 1%{?_dist_release}
 
@@ -24,9 +24,9 @@ URL:     https://www.haskell.org/ghc
 Source0: %{name}-%{version}-src.tar.xz
 Source1: macros.ghc
 
-# https://phabricator.haskell.org/D4159
-# ghc-pkg: recompute `abi-depends` for updated packages
-Patch1: ghc-8.2.2-fix-shadowed_dependencies.patch
+# # https://phabricator.haskell.org/D4159
+# # ghc-pkg: recompute `abi-depends` for updated packages
+# Patch1: ghc-8.2.2-fix-shadowed_dependencies.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
@@ -79,7 +79,7 @@ Highlights:
 %prep
 %{__rm} -rf ${RPM_BUILD_ROOT}
 %setup -q
-%patch1 -p1 -b .fix-shadowed_dependencies
+# %patch1 -p1 -b .fix-shadowed_dependencies
 
 %build
 %{_configure} \
@@ -116,6 +116,10 @@ Highlights:
 
 
 %changelog
+* Thu Jul 19 2018 Toshiaki Ara <ara_t@384.jp> 8.4.3-1
+- update to 8.4.3
+- drop Patch1 (fixed at upstream)
+
 * Thu May 17 2018 Toshiaki Ara <ara_t@384.jp> 8.4.2-1
 - update to 8.4.2
 - add /etc/rpm/macros.ghc