diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-12-06 11:47:09 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-12-06 11:51:20 +0000 |
commit | c7deb3b66c771d0a3e3c96bb659e2fd03fb3481d (patch) | |
tree | d08007ee5b0ad3e93c68094e7db76c843ed64136 | |
parent | 68c01f52c4e2f8df935f12eef2c332963f2c61dd (diff) |
community/shellcheck: update cabal dependencies
-rw-r--r-- | community/shellcheck/APKBUILD | 4 | ||||
-rw-r--r-- | community/shellcheck/cabal.config | 18 |
2 files changed, 11 insertions, 11 deletions
diff --git a/community/shellcheck/APKBUILD b/community/shellcheck/APKBUILD index 735d96d5492..dc2b4bde957 100644 --- a/community/shellcheck/APKBUILD +++ b/community/shellcheck/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Olliver Schinagl <oliver@schinagl.nl> pkgname=shellcheck pkgver=0.7.0 -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="46ef486dff09bd51bdc5f053b1dda9e3f2943c66bbf6788824ddf8fcf3b69b7a3a9c00bf98bca0dee9d57ee6df833ca4088252dbf773815248be0fa667f35215 shellcheck-0.7.0.tar.gz -e0e4b5c5ad599c6fb01bc1d6877fad9f58f24ed56f87411ba03dfbde5804d5ddaf66c787f333c33248aea7a7f19b78e896d1b0a71dae3e0adb4bfe15bb22a3d5 cabal.config" +0107fd97537abd1d36e9ac049c57202967f74444c6ac12e4a253f4248a9128f32f4dedd1fce6c37b3210404586dc46d70f34739bc7b6d3fb2a7cbd164fea58e9 cabal.config" diff --git a/community/shellcheck/cabal.config b/community/shellcheck/cabal.config index e794668bb47..306deb865ae 100644 --- a/community/shellcheck/cabal.config +++ b/community/shellcheck/cabal.config @@ -1,13 +1,13 @@ --0.7.0 constraints: Cabal ==2.2.0.1, - Diff ==0.3.4, + Diff ==0.4.0, QuickCheck ==2.13.2, StateVar ==1.2, - aeson ==1.4.4.0, + aeson ==1.4.6.0, array ==0.5.2.0, - attoparsec ==0.13.2.2, + attoparsec ==0.13.2.3, base ==4.11.1.0, - base-compat ==0.10.5, + base-compat ==0.11.0, base-orphans ==0.8.1, binary ==0.8.5.1, bytestring ==0.10.8.2, @@ -17,7 +17,7 @@ constraints: Cabal ==2.2.0.1, directory ==1.3.1.5, dlist ==0.8.0.7, filepath ==1.4.2, - ghc-boot-th ==8.4.3, + ghc-boot-th ==8.4.4, ghc-prim ==0.5.2.0, hashable ==1.3.0.0, integer-gmp ==1.0.2.0, @@ -28,15 +28,15 @@ constraints: Cabal ==2.2.0.1, primitive ==0.7.0.0, process ==1.6.3.0, random ==1.1, - regex-base ==0.93.2, - regex-tdfa ==1.2.3.2, + regex-base ==0.94.0.0, + regex-tdfa ==1.3.1.0, rts ==1.0, scientific ==0.3.6.2, splitmix ==0.0.3, - stm ==2.5.0.0, + stm ==2.4.5.1, tagged ==0.8.6, template-haskell ==2.13.0.0, - text ==1.2.3.0, + text ==1.2.3.1, th-abstraction ==0.3.1.0, time ==1.8.0.2, time-compat ==1.9.2.2, |