hlint: bump stack resolver to lts-16.13

This commit is contained in:
slotThe 2020-09-14 16:43:35 +02:00 committed by Daniel Kolesa
parent e5e762edb4
commit d7723d6b51
3 changed files with 9 additions and 15 deletions

View file

@ -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

View file

@ -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

View file

@ -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 <twk@twki.de>"