diff options
Diffstat (limited to 'community/shellcheck/cabal.config')
| -rw-r--r-- | community/shellcheck/cabal.config | 53 |
1 files changed, 24 insertions, 29 deletions
diff --git a/community/shellcheck/cabal.config b/community/shellcheck/cabal.config index 306deb865a..356aa27416 100644 --- a/community/shellcheck/cabal.config +++ b/community/shellcheck/cabal.config @@ -1,47 +1,42 @@ ---0.7.0 -constraints: Cabal ==2.2.0.1, - Diff ==0.4.0, - QuickCheck ==2.13.2, - StateVar ==1.2, - aeson ==1.4.6.0, - array ==0.5.2.0, - attoparsec ==0.13.2.3, - base ==4.11.1.0, - base-compat ==0.11.0, - base-orphans ==0.8.1, - binary ==0.8.5.1, +--0.7.1 +constraints: Diff ==0.4.0, + aeson ==1.4.7.1, + array ==0.5.3.0, + attoparsec ==0.13.2.4, + base ==4.12.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.5.11.0, - contravariant ==1.5.2, - deepseq ==1.4.3.0, - directory ==1.3.1.5, - dlist ==0.8.0.7, - filepath ==1.4.2, - ghc-boot-th ==8.4.4, - ghc-prim ==0.5.2.0, + containers ==0.6.0.1, + deepseq ==1.4.4.0, + directory ==1.3.3.0, + dlist ==0.8.0.8, + filepath ==1.4.2.1, + ghc-boot-th ==8.6.5, + 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, pretty ==1.1.3.6, - primitive ==0.7.0.0, - process ==1.6.3.0, + primitive ==0.7.0.1, + process ==1.6.5.0, random ==1.1, 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.4.5.1, tagged ==0.8.6, - template-haskell ==2.13.0.0, + template-haskell ==2.14.0.0, text ==1.2.3.1, - th-abstraction ==0.3.1.0, + th-abstraction ==0.3.2.0, time ==1.8.0.2, - time-compat ==1.9.2.2, - transformers ==0.5.5.0, + time-compat ==1.9.3, + transformers ==0.5.6.2, unix ==2.7.2.2, unordered-containers ==0.2.10.0, uuid-types ==1.0.3, - vector ==0.12.0.3 + vector ==0.12.1.2 |
