diff --git a/NOTICE b/NOTICE index 2862d33..4a817aa 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ ================================================================================ -Dependency: alex-3.2.6 +Dependency: alex-3.2.7.1 ================================================================================ Copyright (c) 1995-2011, Chris Dornan and Simon Marlow @@ -123,7 +123,7 @@ Dependency: array-0.5.4.0 ================================================================================ -Dependency: base-4.14.1.0 +Dependency: base-4.14.3.0 ================================================================================ This library (libraries/base) is derived from code from several @@ -316,7 +316,7 @@ Dependency: cmdargs-0.10.21 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -Dependency: containers-0.6.2.1 +Dependency: containers-0.6.5.1 ================================================================================ The Glasgow Haskell Compiler License @@ -566,7 +566,7 @@ Dependency: ghc-prim-0.6.1 ================================================================================ -Dependency: githash-0.1.6.1 +Dependency: githash-0.1.6.2 ================================================================================ Copyright (c) 2018, Michael Snoyman, 2015, Adam C. Foltzer @@ -783,7 +783,7 @@ Dependency: pretty-1.1.3.6 ----------------------------------------------------------------------------- ================================================================================ -Dependency: primitive-0.7.1.0 +Dependency: primitive-0.7.3.0 ================================================================================ Copyright (c) 2008-2009, Roman Leshchinskiy @@ -818,7 +818,7 @@ Dependency: primitive-0.7.1.0 ================================================================================ -Dependency: process-1.6.9.0 +Dependency: process-1.6.13.2 ================================================================================ This library (libraries/process) is derived from code from two @@ -955,7 +955,7 @@ Dependency: text-1.2.4.1 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -Dependency: th-compat-0.1.2 +Dependency: th-compat-0.1.3 ================================================================================ Copyright (c) 2020, Ryan Scott @@ -1077,7 +1077,7 @@ Dependency: unix-2.7.2.2 DAMAGE. ================================================================================ -Dependency: vector-0.12.3.0 +Dependency: vector-0.12.3.1 ================================================================================ Copyright (c) 2008-2012, Roman Leshchinskiy diff --git a/notice.sh b/notice.sh index 77c64ac..c2084b5 100755 --- a/notice.sh +++ b/notice.sh @@ -3,7 +3,7 @@ dependencies=`stack ls dependencies \ | sed -e 's/ /-/' \ | grep -v "^sv2v-[0-9\.]\+\$" \ - | grep -v "^rts-1\.0\$" \ + | grep -v "^rts-[0-9\.]\+\$" \ | grep -v "^ghc-boot-th" \ ` diff --git a/stack.yaml b/stack.yaml index 76ac753..495ac63 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,4 +1,4 @@ -resolver: lts-18.4 +resolver: lts-18.24 pvp-bounds: both ghc-options: $locals: -j2 diff --git a/stack.yaml.lock b/stack.yaml.lock index ca1955b..c6a8b84 100644 --- a/stack.yaml.lock +++ b/stack.yaml.lock @@ -4,9 +4,9 @@ # https://docs.haskellstack.org/en/stable/lock_files snapshots: -- original: lts-18.4 +- original: lts-18.24 completed: - sha256: ea3a318eafa9e9cc56bfbe46099fd0d54d32641ab7bbe1d182ed8f5de39f804c - url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/4.yaml - size: 585817 + sha256: 06d844ba51e49907bd29cb58b4a5f86ee7587a4cd7e6cf395eeec16cba619ce8 + url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/24.yaml + size: 587821 packages: []