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 /community/shellcheck/cabal.config | |
parent | 68c01f52c4e2f8df935f12eef2c332963f2c61dd (diff) | |
download | aports-c7deb3b66c771d0a3e3c96bb659e2fd03fb3481d.tar.bz2 aports-c7deb3b66c771d0a3e3c96bb659e2fd03fb3481d.tar.xz |
community/shellcheck: update cabal dependencies
Diffstat (limited to 'community/shellcheck/cabal.config')
-rw-r--r-- | community/shellcheck/cabal.config | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/community/shellcheck/cabal.config b/community/shellcheck/cabal.config index e794668bb4..306deb865a 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, |