From d7723d6b5151bf87ed9c11d145ba0ad8b07b51fa Mon Sep 17 00:00:00 2001 From: slotThe Date: Mon, 14 Sep 2020 16:43:35 +0200 Subject: [PATCH] hlint: bump stack resolver to lts-16.13 --- srcpkgs/hlint/files/stack.yaml | 7 +++++++ srcpkgs/hlint/patches/ghc8.8.3.patch | 13 ------------- srcpkgs/hlint/template | 4 ++-- 3 files changed, 9 insertions(+), 15 deletions(-) create mode 100644 srcpkgs/hlint/files/stack.yaml delete mode 100644 srcpkgs/hlint/patches/ghc8.8.3.patch diff --git a/srcpkgs/hlint/files/stack.yaml b/srcpkgs/hlint/files/stack.yaml new file mode 100644 index 00000000000..12aead6562c --- /dev/null +++ b/srcpkgs/hlint/files/stack.yaml @@ -0,0 +1,7 @@ +resolver: lts-16.13 +packages: [.] +extra-deps: + - ghc-lib-parser-8.8.4.20200716 + - ghc-lib-parser-ex-8.8.5.8 +ghc-options: + "$locals": -Wunused-imports -Worphans -Wunused-top-binds -Wunused-local-binds -Wincomplete-patterns diff --git a/srcpkgs/hlint/patches/ghc8.8.3.patch b/srcpkgs/hlint/patches/ghc8.8.3.patch deleted file mode 100644 index 356800d31cd..00000000000 --- a/srcpkgs/hlint/patches/ghc8.8.3.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- stack.yaml 2020-02-09 22:30:02.000000000 +0100 -+++ stack.yaml 2020-03-28 12:06:31.711342411 +0100 -@@ -4,8 +4,7 @@ - resolver: nightly-2019-08-07 # Don't roll to an 8.8.1 or 8.8.2 resolver because of the Windows linker bug - packages: [.] - extra-deps: -- - ghc-lib-parser-8.8.2.20200205 -- - ghc-lib-parser-ex-8.8.5.1 -+ - ghc-lib-parser-8.8.3.20200224 -+ - ghc-lib-parser-ex-8.8.6.0 -- - haskell-src-exts-1.23.0 - ghc-options: - "$locals": -Wunused-imports -Worphans -Wunused-top-binds -Wunused-local-binds -Wincomplete-patterns diff --git a/srcpkgs/hlint/template b/srcpkgs/hlint/template index 53151062add..16fbb03ce2b 100644 --- a/srcpkgs/hlint/template +++ b/srcpkgs/hlint/template @@ -1,9 +1,9 @@ # Template file for 'hlint' pkgname=hlint version=2.2.11 -revision=1 +revision=2 build_style=haskell-stack -stackage="lts-15.4" +stackage="lts-16.13" makedepends="ncurses-devel" short_desc="Haskell source code suggestions" maintainer="Inokentiy Babushkin "