update to 3.1.4
This commit is contained in:
parent
419a14f872
commit
02c4de06fd
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@ hlint-1.7.3.tar.gz
|
||||
/hlint-2.2.11.tar.gz
|
||||
/ghc-lib-parser-8.8.3.20200412.1.tar.gz
|
||||
/ghc-lib-parser-ex-8.8.5.8.tar.gz
|
||||
/hlint-3.1.4.tar.gz
|
||||
|
13
hlint.spec
13
hlint.spec
@ -4,14 +4,14 @@
|
||||
%global pkg_name hlint
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
|
||||
%global ghclibparser ghc-lib-parser-8.8.3.20200412.1
|
||||
%global ghclibparserex ghc-lib-parser-ex-8.8.5.8
|
||||
%global ghclibparser ghc-lib-parser-8.10.1.20200523
|
||||
%global ghclibparserex ghc-lib-parser-ex-8.10.0.14
|
||||
%global subpkgs %{ghclibparser} %{ghclibparserex}
|
||||
|
||||
Name: %{pkg_name}
|
||||
Version: 2.2.11
|
||||
Version: 3.1.4
|
||||
# can only be reset when all subpkgs bumped
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Haskell source code suggestions
|
||||
|
||||
License: BSD
|
||||
@ -40,8 +40,6 @@ BuildRequires: ghc-filepath-prof
|
||||
BuildRequires: ghc-filepattern-prof
|
||||
#BuildRequires: ghc-ghc-lib-parser-prof
|
||||
#BuildRequires: ghc-ghc-lib-parser-ex-prof
|
||||
BuildRequires: ghc-haskell-src-exts-prof
|
||||
BuildRequires: ghc-haskell-src-exts-util-prof
|
||||
BuildRequires: ghc-hscolour-prof
|
||||
BuildRequires: ghc-process-prof
|
||||
BuildRequires: ghc-refact-prof
|
||||
@ -194,6 +192,9 @@ echo "%{_datadir}/%{ghclibparser}/" >> %{ghclibparser}/ghc-ghc-lib-parser.files
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 19 2020 Jens Petersen <petersen@redhat.com> - 3.1.4-2
|
||||
- update to 3.1.4
|
||||
|
||||
* Wed Jun 10 2020 Jens Petersen <petersen@redhat.com> - 2.2.11-1
|
||||
- https://hackage.haskell.org/package/hlint-2.2.11/changelog
|
||||
- depends on ghc-lib-parser-ex
|
||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (ghc-lib-parser-8.8.3.20200412.1.tar.gz) = 707923504226151d6ac18ff5505a8d6d58f9478219b02968f597a5e82c287d3fcd9e9ab294984568a7004bde450c2338855946c20f6da8a57510a56bf100e09a
|
||||
SHA512 (ghc-lib-parser-ex-8.8.5.8.tar.gz) = 1d0312fb9bfb526a1a4b0b5e39e890ae91ddaa9bf87aeb0b186087498431e090b7183550e882a3973ba2d6e6e455796004f3c4c79e1036172d6d4461dc1d62ed
|
||||
SHA512 (hlint-2.2.11.tar.gz) = 287b4230d1238b45fa8b6cbe51e6bca19e0300ad89e9637a250e51104a5f843ac5bfbbd2c984edd482248aa086de5f22f82d3525d80880a02847db4130d1aa9c
|
||||
SHA512 (hlint-3.1.4.tar.gz) = ed8250d38016c8de0c7c664bfd128ba87d7fe11ec79c16f926798bedfbef2d56fa697a4ffef3a6fa2f2f6ca95a654ed9295f7f4182745891dcfabd9757984692
|
||||
|
Loading…
Reference in New Issue
Block a user