aboutsummaryrefslogtreecommitdiffstats
path: root/community/shellcheck
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-04-11 13:41:40 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-04-11 16:53:30 +0000
commit4bd254e0a10815a570c1e2f965b886e1c642827c (patch)
tree34fb493a170e2b2cd9c3fe2fab67775d18c82412 /community/shellcheck
parentd77fbd5b3fcdf9311ba8cb8e30d69ce8c190571d (diff)
downloadaports-4bd254e0a10815a570c1e2f965b886e1c642827c.tar.bz2
aports-4bd254e0a10815a570c1e2f965b886e1c642827c.tar.xz
community/shellcheck: build with GHC 8.8
Diffstat (limited to 'community/shellcheck')
-rw-r--r--community/shellcheck/APKBUILD4
-rw-r--r--community/shellcheck/cabal.config24
2 files changed, 14 insertions, 14 deletions
diff --git a/community/shellcheck/APKBUILD b/community/shellcheck/APKBUILD
index 0f67bd81a2..9d417a246f 100644
--- a/community/shellcheck/APKBUILD
+++ b/community/shellcheck/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Olliver Schinagl <oliver@schinagl.nl>
pkgname=shellcheck
pkgver=0.7.1
-pkgrel=0
+pkgrel=1
pkgdesc="a static analysis tool for shell scripts"
url="https://github.com/koalaman/shellcheck"
arch="x86_64" # Limited by GHC / Cabal
@@ -92,4 +92,4 @@ package() {
}
sha512sums="95ca827f50035e352eabfbee9eb1791278f7c18c10c3a6c2656c5b9e87396b7b6c088f4cefa3d6f954ac6c2765ea50e232985b9f3eeea2dbe77c17473cc4a437 shellcheck-0.7.1.tar.gz
-d430254e469108d11e1973df732a1866d1204e91938947a7de59520da709ed5810457b75802351cad38193d0b136625b138cb15002cac1079f31d87a85ce3d60 cabal.config"
+f5448513b88a176029b1460d20b31835316810d9a7c7e8247fc687525c64b06c4347e5a3b28577dc851c278b54d98133153e097952d64f669a47623707b199c0 cabal.config"
diff --git a/community/shellcheck/cabal.config b/community/shellcheck/cabal.config
index 356aa27416..ecaf98dc36 100644
--- a/community/shellcheck/cabal.config
+++ b/community/shellcheck/cabal.config
@@ -1,39 +1,39 @@
--0.7.1
constraints: Diff ==0.4.0,
aeson ==1.4.7.1,
- array ==0.5.3.0,
+ array ==0.5.4.0,
attoparsec ==0.13.2.4,
- base ==4.12.0.0,
+ base ==4.13.0.0,
base-compat ==0.11.1,
base-compat-batteries ==0.11.1,
base-orphans ==0.8.2,
- binary ==0.8.6.0,
- bytestring ==0.10.8.2,
- containers ==0.6.0.1,
+ binary ==0.8.7.0,
+ bytestring ==0.10.10.0,
+ containers ==0.6.2.1,
deepseq ==1.4.4.0,
- directory ==1.3.3.0,
+ directory ==1.3.6.0,
dlist ==0.8.0.8,
filepath ==1.4.2.1,
- ghc-boot-th ==8.6.5,
+ ghc-boot-th ==8.8.3,
ghc-prim ==0.5.3,
hashable ==1.3.0.0,
integer-gmp ==1.0.2.0,
integer-logarithms ==1.0.3,
mtl ==2.2.2,
- parsec ==3.1.13.0,
+ parsec ==3.1.14.0,
pretty ==1.1.3.6,
primitive ==0.7.0.1,
- process ==1.6.5.0,
+ process ==1.6.8.0,
random ==1.1,
regex-base ==0.94.0.0,
regex-tdfa ==1.3.1.0,
rts ==1.0,
scientific ==0.3.6.2,
tagged ==0.8.6,
- template-haskell ==2.14.0.0,
- text ==1.2.3.1,
+ template-haskell ==2.15.0.0,
+ text ==1.2.4.0,
th-abstraction ==0.3.2.0,
- time ==1.8.0.2,
+ time ==1.9.3,
time-compat ==1.9.3,
transformers ==0.5.6.2,
unix ==2.7.2.2,