diff --git a/.github/Dockerfile-crux-llvm b/.github/Dockerfile-crux-llvm index 80afeed8b..5a7db4044 100644 --- a/.github/Dockerfile-crux-llvm +++ b/.github/Dockerfile-crux-llvm @@ -26,9 +26,9 @@ RUN mkdir -p /root/ghcup-download/bin && \ chmod +x /root/ghcup-download/bin/ghcup RUN mkdir -p /root/.ghcup && \ ghcup --version && \ - ghcup install cabal 3.6.2.0 && \ - ghcup install ghc 8.8.4 && \ - ghcup set ghc 8.8.4 + ghcup install cabal 3.10.1.0 && \ + ghcup install ghc 9.2.8 && \ + ghcup set ghc 9.2.8 RUN cabal v2-update ARG DIR=/crux-llvm @@ -41,7 +41,7 @@ ADD crux ${DIR}/build/crux ADD crux-llvm ${DIR}/build/crux-llvm ADD dependencies ${DIR}/build/dependencies ADD .github/cabal.project.crux-llvm ${DIR}/build/cabal.project -ADD cabal.GHC-8.8.4.config ${DIR}/build/cabal.project.freeze +ADD cabal.GHC-9.2.8.config ${DIR}/build/cabal.project.freeze # Workaround until we have an LLVM 12 build available RUN cp $DIR/build/crux-llvm/c-src/libcxx-7.1.0.bc $DIR/build/crux-llvm/c-src/libcxx-12.0.1.bc diff --git a/.github/Dockerfile-crux-mir b/.github/Dockerfile-crux-mir index 4b3fbdd91..0a6895fce 100644 --- a/.github/Dockerfile-crux-mir +++ b/.github/Dockerfile-crux-mir @@ -42,9 +42,9 @@ RUN mkdir -p /root/ghcup-download/bin && \ chmod +x /root/ghcup-download/bin/ghcup RUN mkdir -p /root/.ghcup && \ ghcup --version && \ - ghcup install cabal 3.6.2.0 && \ - ghcup install ghc 8.8.4 && \ - ghcup set ghc 8.8.4 + ghcup install cabal 3.10.1.0 && \ + ghcup install ghc 9.2.8 && \ + ghcup set ghc 9.2.8 RUN cabal v2-update ARG DIR=/crux-mir @@ -57,7 +57,7 @@ ADD crux ${DIR}/build/crux ADD crux-mir ${DIR}/build/crux-mir ADD dependencies ${DIR}/build/dependencies ADD .github/cabal.project.crux-mir ${DIR}/build/cabal.project -ADD cabal.GHC-8.8.4.config ${DIR}/build/cabal.project.freeze +ADD cabal.GHC-9.2.8.config ${DIR}/build/cabal.project.freeze WORKDIR ${DIR}/build RUN cabal v2-build --only-dependencies crux-mir diff --git a/.github/workflows/crucible-go-build.yml b/.github/workflows/crucible-go-build.yml index 08ed4a08b..7e7263d4a 100644 --- a/.github/workflows/crucible-go-build.yml +++ b/.github/workflows/crucible-go-build.yml @@ -27,15 +27,15 @@ jobs: fail-fast: false matrix: os: [ubuntu-22.04] - cabal: ["3.8.1.0"] - ghc: ["8.10.7", "9.2.7", "9.4.4"] + cabal: ["3.10.1.0"] + ghc: ["9.2.8", "9.4.5", "9.6.2"] include: - os: macos-12 - cabal: 3.8.1.0 - ghc: 9.4.4 + cabal: 3.10.1.0 + ghc: 9.6.2 - os: windows-2019 - cabal: 3.8.1.0 - ghc: 9.4.4 + cabal: 3.10.1.0 + ghc: 9.6.2 name: crucible-go - GHC v${{ matrix.ghc }} - ${{ matrix.os }} steps: - uses: actions/checkout@v2 @@ -86,8 +86,9 @@ jobs: run: | GHC=haskell.compiler.ghc$(echo ${{ matrix.ghc }} | sed -e s,\\.,,g) case ${{ matrix.ghc }} in - 9.2.7) GHC_NIXPKGS=github:nixos/nixpkgs/nixos-unstable ;; - 9.4.4) GHC_NIXPKGS=github:nixos/nixpkgs/nixos-unstable ;; + 9.2.8) GHC_NIXPKGS=github:nixos/nixpkgs/nixos-23.05 ;; + 9.4.5) GHC_NIXPKGS=github:nixos/nixpkgs/nixos-23.05 ;; + 9.6.2) GHC_NIXPKGS=github:nixos/nixpkgs/nixos-23.05 ;; *) GHC_NIXPKGS=github:nixos/nixpkgs/21.11 ;; esac echo NS="nix shell ${GHC_NIXPKGS}#cabal-install ${GHC_NIXPKGS}#${GHC} nixpkgs#gmp nixpkgs#zlib nixpkgs#zlib.dev" >> $GITHUB_ENV diff --git a/.github/workflows/crucible-jvm-build.yml b/.github/workflows/crucible-jvm-build.yml index d8103b4b3..30a2704cf 100644 --- a/.github/workflows/crucible-jvm-build.yml +++ b/.github/workflows/crucible-jvm-build.yml @@ -27,15 +27,15 @@ jobs: fail-fast: false matrix: os: [ubuntu-22.04] - cabal: ["3.8.1.0"] - ghc: ["8.10.7", "9.2.7", "9.4.4"] + cabal: ["3.10.1.0"] + ghc: ["9.2.8", "9.4.5", "9.6.2"] include: - os: macos-12 - cabal: 3.8.1.0 - ghc: 9.4.4 + cabal: 3.10.1.0 + ghc: 9.6.2 - os: windows-2019 - cabal: 3.8.1.0 - ghc: 9.4.4 + cabal: 3.10.1.0 + ghc: 9.6.2 name: crucible-jvm - GHC v${{ matrix.ghc }} - ${{ matrix.os }} steps: - uses: actions/checkout@v2 @@ -86,8 +86,9 @@ jobs: run: | GHC=haskell.compiler.ghc$(echo ${{ matrix.ghc }} | sed -e s,\\.,,g) case ${{ matrix.ghc }} in - 9.2.7) GHC_NIXPKGS=github:nixos/nixpkgs/nixos-unstable ;; - 9.4.4) GHC_NIXPKGS=github:nixos/nixpkgs/nixos-unstable ;; + 9.2.8) GHC_NIXPKGS=github:nixos/nixpkgs/nixos-23.05 ;; + 9.4.5) GHC_NIXPKGS=github:nixos/nixpkgs/nixos-23.05 ;; + 9.6.2) GHC_NIXPKGS=github:nixos/nixpkgs/nixos-23.05 ;; *) GHC_NIXPKGS=github:nixos/nixpkgs/21.11 ;; esac echo NS="nix shell ${GHC_NIXPKGS}#cabal-install ${GHC_NIXPKGS}#${GHC} nixpkgs#gmp nixpkgs#zlib nixpkgs#zlib.dev" >> $GITHUB_ENV diff --git a/.github/workflows/crucible-wasm-build.yml b/.github/workflows/crucible-wasm-build.yml index 09df60f25..fbcf05a21 100644 --- a/.github/workflows/crucible-wasm-build.yml +++ b/.github/workflows/crucible-wasm-build.yml @@ -27,15 +27,15 @@ jobs: fail-fast: false matrix: os: [ubuntu-22.04] - cabal: ["3.8.1.0"] - ghc: ["8.10.7", "9.2.7", "9.4.4"] + cabal: ["3.10.1.0"] + ghc: ["9.2.8", "9.4.5", "9.6.2"] include: - os: macos-12 - cabal: 3.8.1.0 - ghc: 9.4.4 + cabal: 3.10.1.0 + ghc: 9.6.2 - os: windows-2019 - cabal: 3.8.1.0 - ghc: 9.4.4 + cabal: 3.10.1.0 + ghc: 9.6.2 name: crucible-wasm - GHC v${{ matrix.ghc }} - ${{ matrix.os }} steps: - uses: actions/checkout@v2 @@ -86,8 +86,9 @@ jobs: run: | GHC=haskell.compiler.ghc$(echo ${{ matrix.ghc }} | sed -e s,\\.,,g) case ${{ matrix.ghc }} in - 9.2.7) GHC_NIXPKGS=github:nixos/nixpkgs/nixos-unstable ;; - 9.4.4) GHC_NIXPKGS=github:nixos/nixpkgs/nixos-unstable ;; + 9.2.8) GHC_NIXPKGS=github:nixos/nixpkgs/nixos-23.05 ;; + 9.4.5) GHC_NIXPKGS=github:nixos/nixpkgs/nixos-23.05 ;; + 9.6.2) GHC_NIXPKGS=github:nixos/nixpkgs/nixos-23.05 ;; *) GHC_NIXPKGS=github:nixos/nixpkgs/21.11 ;; esac echo NS="nix shell ${GHC_NIXPKGS}#cabal-install ${GHC_NIXPKGS}#${GHC} nixpkgs#gmp nixpkgs#zlib nixpkgs#zlib.dev" >> $GITHUB_ENV diff --git a/.github/workflows/crux-llvm-build.yml b/.github/workflows/crux-llvm-build.yml index 81970538b..3a22fd5cd 100644 --- a/.github/workflows/crux-llvm-build.yml +++ b/.github/workflows/crux-llvm-build.yml @@ -64,21 +64,21 @@ jobs: fail-fast: false matrix: os: [ubuntu-22.04] - cabal: ["3.8.1.0"] - ghc: ["8.10.7", "9.2.7", "9.4.4"] + cabal: ["3.10.1.0"] + ghc: ["9.2.8", "9.4.5", "9.6.2"] include: - os: ubuntu-22.04 - cabal: 3.8.1.0 - ghc: 8.8.4 + cabal: 3.10.1.0 + ghc: 8.10.7 - os: ubuntu-20.04 - cabal: 3.8.1.0 - ghc: 9.4.4 + cabal: 3.10.1.0 + ghc: 9.6.2 - os: macos-12 - cabal: 3.8.1.0 - ghc: 9.2.7 + cabal: 3.10.1.0 + ghc: 9.2.8 - os: windows-2019 - cabal: 3.8.1.0 - ghc: 9.2.7 + cabal: 3.10.1.0 + ghc: 9.2.8 name: crux-llvm - GHC v${{ matrix.ghc }} - ${{ matrix.os }} steps: - uses: actions/checkout@v2 @@ -129,8 +129,9 @@ jobs: run: | GHC=haskell.compiler.ghc$(echo ${{ matrix.ghc }} | sed -e s,\\.,,g) case ${{ matrix.ghc }} in - 9.2.7) GHC_NIXPKGS=github:nixos/nixpkgs/nixos-unstable ;; - 9.4.4) GHC_NIXPKGS=github:nixos/nixpkgs/nixos-unstable ;; + 9.2.8) GHC_NIXPKGS=github:nixos/nixpkgs/nixos-23.05 ;; + 9.4.5) GHC_NIXPKGS=github:nixos/nixpkgs/nixos-23.05 ;; + 9.6.2) GHC_NIXPKGS=github:nixos/nixpkgs/nixos-23.05 ;; *) GHC_NIXPKGS=github:nixos/nixpkgs/21.11 ;; esac echo NS="nix shell ${GHC_NIXPKGS}#cabal-install ${GHC_NIXPKGS}#${GHC} nixpkgs#gmp nixpkgs#zlib nixpkgs#zlib.dev" >> $GITHUB_ENV diff --git a/.github/workflows/crux-mir-build.yml b/.github/workflows/crux-mir-build.yml index f32751b49..235b1c8ab 100644 --- a/.github/workflows/crux-mir-build.yml +++ b/.github/workflows/crux-mir-build.yml @@ -64,12 +64,12 @@ jobs: fail-fast: false matrix: os: [ubuntu-22.04] - cabal: ["3.8.1.0"] - ghc: ["8.10.7", "9.2.7", "9.4.4"] + cabal: ["3.10.1.0"] + ghc: ["9.2.8", "9.4.5", "9.6.2"] include: - os: macos-12 - cabal: 3.8.1.0 - ghc: 9.2.7 + cabal: 3.10.1.0 + ghc: 9.2.8 # We want Windows soon, but it doesn't need to be now name: crux-mir - GHC v${{ matrix.ghc }} - ${{ matrix.os }} @@ -129,8 +129,9 @@ jobs: run: | GHC=haskell.compiler.ghc$(echo ${{ matrix.ghc }} | sed -e s,\\.,,g) case ${{ matrix.ghc }} in - 9.2.7) GHC_NIXPKGS=github:nixos/nixpkgs/nixos-unstable ;; - 9.4.4) GHC_NIXPKGS=github:nixos/nixpkgs/nixos-unstable ;; + 9.2.8) GHC_NIXPKGS=github:nixos/nixpkgs/nixos-23.05 ;; + 9.4.5) GHC_NIXPKGS=github:nixos/nixpkgs/nixos-23.05 ;; + 9.6.2) GHC_NIXPKGS=github:nixos/nixpkgs/nixos-23.05 ;; *) GHC_NIXPKGS=github:nixos/nixpkgs/21.11 ;; esac echo NS="nix shell ${GHC_NIXPKGS}#cabal-install ${GHC_NIXPKGS}#${GHC} nixpkgs#gmp nixpkgs#zlib nixpkgs#zlib.dev" >> $GITHUB_ENV diff --git a/cabal.GHC-8.10.7.config b/cabal.GHC-8.10.7.config index 96c47ea08..c37b495db 100644 --- a/cabal.GHC-8.10.7.config +++ b/cabal.GHC-8.10.7.config @@ -3,9 +3,9 @@ constraints: any.BoundedChan ==1.0.3.0, any.Cabal ==3.2.1.0, any.Glob ==0.10.2, any.HUnit ==1.6.2.0, - any.IntervalMap ==0.6.2.0, + any.IntervalMap ==0.6.2.1, any.OneTuple ==0.4.1.1, - any.QuickCheck ==2.14.2, + any.QuickCheck ==2.14.3, QuickCheck -old-random +templatehaskell, any.SHA ==1.6.4.4, SHA -exe, @@ -13,12 +13,10 @@ constraints: any.BoundedChan ==1.0.3.0, any.adjunctions ==4.4.2, any.aeson ==2.1.2.1, aeson -cffi +ordered-keymap, - any.alex ==3.2.7.4, - any.ansi-terminal ==0.11.5, + any.alex ==3.2.7.4 || ==3.4.0.0, + any.ansi-terminal ==1.0, ansi-terminal -example, any.ansi-terminal-types ==0.11.5, - any.ansi-wl-pprint ==0.6.9, - ansi-wl-pprint -example, any.array ==0.5.4.0, any.assoc ==1.1, assoc +tagged, @@ -32,7 +30,7 @@ constraints: any.BoundedChan ==1.0.3.0, any.base ==4.14.3.0, any.base-compat ==0.13.0, any.base-compat-batteries ==0.13.0, - any.base-orphans ==0.8.8.2, + any.base-orphans ==0.9.0, any.base16-bytestring ==1.0.2.0, any.base64-bytestring ==1.2.1.0, any.bifunctors ==5.6.1, @@ -43,7 +41,7 @@ constraints: any.BoundedChan ==1.0.3.0, bitvec -libgmp, any.bitwise ==1.0.0.1, any.blaze-builder ==0.4.2.2, - any.boomerang ==1.4.8.1, + any.boomerang ==1.4.9, any.bv-sized ==1.0.5, any.bytestring ==0.10.12.0, any.bytestring-builder ==0.10.8.2.0, @@ -58,8 +56,8 @@ constraints: any.BoundedChan ==1.0.3.0, any.comonad ==5.0.8, comonad +containers +distributive +indexed-traversable, any.concurrent-extra ==0.7.0.12, - any.concurrent-output ==1.10.17, - any.conduit ==1.3.4.3, + any.concurrent-output ==1.10.18, + any.conduit ==1.3.5, any.config-schema ==1.3.0.0, any.config-value ==0.8.3, any.constraints ==0.13.4, @@ -88,7 +86,7 @@ constraints: any.BoundedChan ==1.0.3.0, entropy -donotgetentropy, any.erf ==2.0.0.0, any.exceptions ==0.10.4, - any.extra ==1.7.13, + any.extra ==1.7.14, any.fgl ==5.8.1.1, fgl +containers042, any.fgl-visualize ==0.1.0.1, @@ -113,16 +111,18 @@ constraints: any.BoundedChan ==1.0.3.0, hashtables -bounds-checking -debug -detailed-profiling -portable -sse42 +unsafe-tricks, any.haskeline ==0.8.2, any.haskell-lexer ==1.1.1, - any.hedgehog ==1.2, + any.haskell-src-exts ==1.23.1, + any.haskell-src-meta ==0.8.12, + any.hedgehog ==1.3, any.hsc2hs ==0.68.9, hsc2hs -in-ghc-tree, - any.hspec ==2.11.0.1, - any.hspec-api ==2.11.0.1, - any.hspec-core ==2.11.0.1, - any.hspec-discover ==2.11.0.1, - any.hspec-expectations ==0.8.2, + any.hspec ==2.11.3, + any.hspec-api ==2.11.3, + any.hspec-core ==2.11.3, + any.hspec-discover ==2.11.3, + any.hspec-expectations ==0.8.3, any.ieee754 ==0.8.0, - any.indexed-profunctors ==0.1.1, + any.indexed-profunctors ==0.1.1.1, any.indexed-traversable ==0.1.2.1, any.indexed-traversable-instances ==0.1.1.2, any.integer-gmp ==1.0.3.0, @@ -147,7 +147,7 @@ constraints: any.BoundedChan ==1.0.3.0, llvm-pretty-bc-parser -fuzz -regressions, any.logict ==0.8.1.0, any.lucid ==2.11.20230408, - any.lumberjack ==1.0.2.0, + any.lumberjack ==1.0.3.0, any.megaparsec ==9.2.1, megaparsec -dev, any.microlens ==0.4.13.1, @@ -157,14 +157,14 @@ constraints: any.BoundedChan ==1.0.3.0, any.monadLib ==3.10.1, any.mono-traversable ==1.0.15.3, any.mtl ==2.2.2, - any.network ==3.1.2.9, + any.network ==3.1.4.0, network -devel, - any.optparse-applicative ==0.17.0.0, + any.optparse-applicative ==0.18.1.0, optparse-applicative +process, any.ordered-containers ==0.2.3, any.panic ==0.4.0.1, any.parallel ==3.2.2.0, - any.parameterized-utils ==2.1.6.0, + any.parameterized-utils ==2.1.7.0, parameterized-utils +unsafe-operations, any.parsec ==3.1.14.0, any.parser-combinators ==1.3.0, @@ -191,7 +191,8 @@ constraints: any.BoundedChan ==1.0.3.0, any.rts ==1.0.1, any.s-cargot ==0.1.6.0, s-cargot -build-example, - any.safe-exceptions ==0.1.7.3, + any.safe ==0.3.19, + any.safe-exceptions ==0.1.7.4, any.scheduler ==2.0.0.1, any.scientific ==0.3.7.0, scientific -bytestring-builder -integer-simple, @@ -202,7 +203,7 @@ constraints: any.BoundedChan ==1.0.3.0, any.semigroups ==0.20, semigroups +binary +bytestring -bytestring-builder +containers +deepseq +hashable +tagged +template-haskell +text +transformers +unordered-containers, any.simple-get-opt ==0.4, - any.smallcheck ==1.2.1, + any.smallcheck ==1.2.1.1, any.split ==0.2.3.5, any.splitmix ==0.1.0.4, splitmix -optimised-mixer, @@ -210,6 +211,8 @@ constraints: any.BoundedChan ==1.0.3.0, any.streaming-commons ==0.2.2.6, streaming-commons -use-bytestring-builder, any.strict ==0.5, + any.string-interpolate ==0.3.2.1, + string-interpolate -bytestring-builder -extended-benchmarks -text-builder, any.syb ==0.7.2.3, any.tagged ==0.8.7, tagged +deepseq +transformers, @@ -224,18 +227,23 @@ constraints: any.BoundedChan ==1.0.3.0, any.tasty-hunit ==0.10.0.3, any.tasty-quickcheck ==0.10.2, any.tasty-smallcheck ==0.8.2, - any.tasty-sugar ==2.2.0.0, + any.tasty-sugar ==2.2.1.0, any.template-haskell ==2.16.0.0, any.temporary ==1.3, any.terminal-size ==0.3.3, any.terminfo ==0.4.1.4, any.text ==1.2.4.1, + any.text-conversions ==0.3.1.1, any.text-short ==0.1.5, text-short -asserts, any.tf-random ==0.5, - any.th-abstraction ==0.4.5.0, + any.th-abstraction ==0.5.0.0, + any.th-compat ==0.1.4, + any.th-expand-syns ==0.4.11.0, any.th-lift ==0.8.3, any.th-lift-instances ==0.1.20, + any.th-orphans ==0.13.14, + any.th-reify-many ==0.1.10, any.these ==1.2, any.time ==1.9.3, any.time-compat ==1.9.6.1, @@ -252,7 +260,7 @@ constraints: any.BoundedChan ==1.0.3.0, any.unix ==2.7.2.2, any.unix-compat ==0.7, unix-compat -old-time, - any.unliftio ==0.2.24.0, + any.unliftio ==0.2.25.0, any.unliftio-core ==0.2.1.0, any.unordered-containers ==0.2.19.1, unordered-containers -debug, @@ -272,10 +280,10 @@ constraints: any.BoundedChan ==1.0.3.0, any.witherable ==0.4.2, any.wl-pprint-annotated ==0.1.0.1, any.xml ==1.3.14, - any.yaml ==0.11.11.0, + any.yaml ==0.11.11.2, yaml +no-examples +no-exe, any.zenc ==0.1.2, any.zlib ==0.6.3.0, zlib -bundled-c-zlib -non-blocking-ffi -pkg-config, any.zlib-bindings ==0.1.1.5 -index-state: hackage.haskell.org 2023-05-04T14:11:59Z +index-state: hackage.haskell.org 2023-08-03T16:21:02Z diff --git a/cabal.GHC-9.2.7.config b/cabal.GHC-9.2.8.config similarity index 86% rename from cabal.GHC-9.2.7.config rename to cabal.GHC-9.2.8.config index dd2b304c6..06015562d 100644 --- a/cabal.GHC-9.2.7.config +++ b/cabal.GHC-9.2.8.config @@ -3,9 +3,9 @@ constraints: any.BoundedChan ==1.0.3.0, any.Cabal ==3.6.3.0, any.Glob ==0.10.2, any.HUnit ==1.6.2.0, - any.IntervalMap ==0.6.2.0, + any.IntervalMap ==0.6.2.1, any.OneTuple ==0.4.1.1, - any.QuickCheck ==2.14.2, + any.QuickCheck ==2.14.3, QuickCheck -old-random +templatehaskell, any.SHA ==1.6.4.4, SHA -exe, @@ -13,12 +13,10 @@ constraints: any.BoundedChan ==1.0.3.0, any.adjunctions ==4.4.2, any.aeson ==2.1.2.1, aeson -cffi +ordered-keymap, - any.alex ==3.2.7.4, - any.ansi-terminal ==0.11.5, + any.alex ==3.2.7.4 || ==3.4.0.0, + any.ansi-terminal ==1.0, ansi-terminal -example, any.ansi-terminal-types ==0.11.5, - any.ansi-wl-pprint ==0.6.9, - ansi-wl-pprint -example, any.array ==0.5.4.0, any.assoc ==1.1, assoc +tagged, @@ -32,7 +30,7 @@ constraints: any.BoundedChan ==1.0.3.0, any.base ==4.16.4.0, any.base-compat ==0.13.0, any.base-compat-batteries ==0.13.0, - any.base-orphans ==0.8.8.2, + any.base-orphans ==0.9.0, any.base16-bytestring ==1.0.2.0, any.base64-bytestring ==1.2.1.0, any.bifunctors ==5.6.1, @@ -43,7 +41,7 @@ constraints: any.BoundedChan ==1.0.3.0, bitvec -libgmp, any.bitwise ==1.0.0.1, any.blaze-builder ==0.4.2.2, - any.boomerang ==1.4.8.1, + any.boomerang ==1.4.9, any.bv-sized ==1.0.5, any.bytestring ==0.11.4.0, any.bytestring-builder ==0.10.8.2.0, @@ -58,8 +56,8 @@ constraints: any.BoundedChan ==1.0.3.0, any.comonad ==5.0.8, comonad +containers +distributive +indexed-traversable, any.concurrent-extra ==0.7.0.12, - any.concurrent-output ==1.10.17, - any.conduit ==1.3.4.3, + any.concurrent-output ==1.10.18, + any.conduit ==1.3.5, any.config-schema ==1.3.0.0, any.config-value ==0.8.3, any.constraints ==0.13.4, @@ -88,7 +86,7 @@ constraints: any.BoundedChan ==1.0.3.0, entropy -donotgetentropy, any.erf ==2.0.0.0, any.exceptions ==0.10.4, - any.extra ==1.7.13, + any.extra ==1.7.14, any.fgl ==5.8.1.1, fgl +containers042, any.fgl-visualize ==0.1.0.1, @@ -104,7 +102,7 @@ constraints: any.BoundedChan ==1.0.3.0, generic-random -enable-inspect, any.generically ==0.1.1, any.ghc-bignum ==1.2, - any.ghc-boot-th ==9.2.7, + any.ghc-boot-th ==9.2.8, any.ghc-prim ==0.8.0, any.gitrev ==1.3.1, any.happy ==1.20.1.1, @@ -114,16 +112,18 @@ constraints: any.BoundedChan ==1.0.3.0, hashtables -bounds-checking -debug -detailed-profiling -portable -sse42 +unsafe-tricks, any.haskeline ==0.8.2, any.haskell-lexer ==1.1.1, - any.hedgehog ==1.2, + any.haskell-src-exts ==1.23.1, + any.haskell-src-meta ==0.8.12, + any.hedgehog ==1.3, any.hsc2hs ==0.68.9, hsc2hs -in-ghc-tree, - any.hspec ==2.11.0.1, - any.hspec-api ==2.11.0.1, - any.hspec-core ==2.11.0.1, - any.hspec-discover ==2.11.0.1, - any.hspec-expectations ==0.8.2, + any.hspec ==2.11.3, + any.hspec-api ==2.11.3, + any.hspec-core ==2.11.3, + any.hspec-discover ==2.11.3, + any.hspec-expectations ==0.8.3, any.ieee754 ==0.8.0, - any.indexed-profunctors ==0.1.1, + any.indexed-profunctors ==0.1.1.1, any.indexed-traversable ==0.1.2.1, any.indexed-traversable-instances ==0.1.1.2, any.integer-logarithms ==1.0.3.1, @@ -147,8 +147,8 @@ constraints: any.BoundedChan ==1.0.3.0, llvm-pretty-bc-parser -fuzz -regressions, any.logict ==0.8.1.0, any.lucid ==2.11.20230408, - any.lumberjack ==1.0.2.0, - any.megaparsec ==9.3.0, + any.lumberjack ==1.0.3.0, + any.megaparsec ==9.3.1, megaparsec -dev, any.microlens ==0.4.13.1, any.microlens-th ==0.4.3.13, @@ -157,14 +157,14 @@ constraints: any.BoundedChan ==1.0.3.0, any.monadLib ==3.10.1, any.mono-traversable ==1.0.15.3, any.mtl ==2.2.2, - any.network ==3.1.2.9, + any.network ==3.1.4.0, network -devel, - any.optparse-applicative ==0.17.0.0, + any.optparse-applicative ==0.18.1.0, optparse-applicative +process, any.ordered-containers ==0.2.3, any.panic ==0.4.0.1, any.parallel ==3.2.2.0, - any.parameterized-utils ==2.1.6.0, + any.parameterized-utils ==2.1.7.0, parameterized-utils +unsafe-operations, any.parsec ==3.1.15.0, any.parser-combinators ==1.3.0, @@ -191,7 +191,8 @@ constraints: any.BoundedChan ==1.0.3.0, any.rts ==1.0.2, any.s-cargot ==0.1.6.0, s-cargot -build-example, - any.safe-exceptions ==0.1.7.3, + any.safe ==0.3.19, + any.safe-exceptions ==0.1.7.4, any.scheduler ==2.0.0.1, any.scientific ==0.3.7.0, scientific -bytestring-builder -integer-simple, @@ -202,7 +203,7 @@ constraints: any.BoundedChan ==1.0.3.0, any.semigroups ==0.20, semigroups +binary +bytestring -bytestring-builder +containers +deepseq +hashable +tagged +template-haskell +text +transformers +unordered-containers, any.simple-get-opt ==0.4, - any.smallcheck ==1.2.1, + any.smallcheck ==1.2.1.1, any.split ==0.2.3.5, any.splitmix ==0.1.0.4, splitmix -optimised-mixer, @@ -210,6 +211,8 @@ constraints: any.BoundedChan ==1.0.3.0, any.streaming-commons ==0.2.2.6, streaming-commons -use-bytestring-builder, any.strict ==0.5, + any.string-interpolate ==0.3.2.1, + string-interpolate -bytestring-builder -extended-benchmarks -text-builder, any.syb ==0.7.2.3, any.tagged ==0.8.7, tagged +deepseq +transformers, @@ -224,18 +227,23 @@ constraints: any.BoundedChan ==1.0.3.0, any.tasty-hunit ==0.10.0.3, any.tasty-quickcheck ==0.10.2, any.tasty-smallcheck ==0.8.2, - any.tasty-sugar ==2.2.0.0, + any.tasty-sugar ==2.2.1.0, any.template-haskell ==2.18.0.0, any.temporary ==1.3, any.terminal-size ==0.3.3, any.terminfo ==0.4.1.5, any.text ==1.2.5.0, + any.text-conversions ==0.3.1.1, any.text-short ==0.1.5, text-short -asserts, any.tf-random ==0.5, - any.th-abstraction ==0.4.5.0, + any.th-abstraction ==0.5.0.0, + any.th-compat ==0.1.4, + any.th-expand-syns ==0.4.11.0, any.th-lift ==0.8.3, any.th-lift-instances ==0.1.20, + any.th-orphans ==0.13.14, + any.th-reify-many ==0.1.10, any.these ==1.2, any.time ==1.11.1.1, any.time-compat ==1.9.6.1, @@ -252,7 +260,7 @@ constraints: any.BoundedChan ==1.0.3.0, any.unix ==2.7.2.2, any.unix-compat ==0.7, unix-compat -old-time, - any.unliftio ==0.2.24.0, + any.unliftio ==0.2.25.0, any.unliftio-core ==0.2.1.0, any.unordered-containers ==0.2.19.1, unordered-containers -debug, @@ -272,10 +280,10 @@ constraints: any.BoundedChan ==1.0.3.0, any.witherable ==0.4.2, any.wl-pprint-annotated ==0.1.0.1, any.xml ==1.3.14, - any.yaml ==0.11.11.0, + any.yaml ==0.11.11.2, yaml +no-examples +no-exe, any.zenc ==0.1.2, any.zlib ==0.6.3.0, zlib -bundled-c-zlib -non-blocking-ffi -pkg-config, any.zlib-bindings ==0.1.1.5 -index-state: hackage.haskell.org 2023-05-04T14:11:59Z +index-state: hackage.haskell.org 2023-08-03T16:21:02Z diff --git a/cabal.GHC-9.4.4.config b/cabal.GHC-9.4.5.config similarity index 84% rename from cabal.GHC-9.4.4.config rename to cabal.GHC-9.4.5.config index 3e0bb7b23..9c77487b7 100644 --- a/cabal.GHC-9.4.4.config +++ b/cabal.GHC-9.4.5.config @@ -4,9 +4,9 @@ constraints: any.BoundedChan ==1.0.3.0, any.Cabal-syntax ==3.8.1.0, any.Glob ==0.10.2, any.HUnit ==1.6.2.0, - any.IntervalMap ==0.6.2.0, + any.IntervalMap ==0.6.2.1, any.OneTuple ==0.4.1.1, - any.QuickCheck ==2.14.2, + any.QuickCheck ==2.14.3, QuickCheck -old-random +templatehaskell, any.SHA ==1.6.4.4, SHA -exe, @@ -14,12 +14,10 @@ constraints: any.BoundedChan ==1.0.3.0, any.adjunctions ==4.4.2, any.aeson ==2.1.2.1, aeson -cffi +ordered-keymap, - any.alex ==3.2.7.4, - any.ansi-terminal ==0.11.5, + any.alex ==3.2.7.4 || ==3.4.0.0, + any.ansi-terminal ==1.0, ansi-terminal -example, any.ansi-terminal-types ==0.11.5, - any.ansi-wl-pprint ==0.6.9, - ansi-wl-pprint -example, any.array ==0.5.4.0, any.assoc ==1.1, assoc +tagged, @@ -30,10 +28,10 @@ constraints: any.BoundedChan ==1.0.3.0, any.attoparsec ==0.14.4, attoparsec -developer, any.barbies ==2.0.4.0, - any.base ==4.17.0.0, + any.base ==4.17.1.0, any.base-compat ==0.13.0, any.base-compat-batteries ==0.13.0, - any.base-orphans ==0.8.8.2, + any.base-orphans ==0.9.0, any.base16-bytestring ==1.0.2.0, any.base64-bytestring ==1.2.1.0, any.bifunctors ==5.6.1, @@ -44,9 +42,9 @@ constraints: any.BoundedChan ==1.0.3.0, bitvec -libgmp, any.bitwise ==1.0.0.1, any.blaze-builder ==0.4.2.2, - any.boomerang ==1.4.8.1, + any.boomerang ==1.4.9, any.bv-sized ==1.0.5, - any.bytestring ==0.11.3.1, + any.bytestring ==0.11.4.0, any.bytestring-builder ==0.10.8.2.0, bytestring-builder +bytestring_has_builder, any.call-stack ==0.4.0, @@ -59,12 +57,12 @@ constraints: any.BoundedChan ==1.0.3.0, any.comonad ==5.0.8, comonad +containers +distributive +indexed-traversable, any.concurrent-extra ==0.7.0.12, - any.concurrent-output ==1.10.17, - any.conduit ==1.3.4.3, + any.concurrent-output ==1.10.18, + any.conduit ==1.3.5, any.config-schema ==1.3.0.0, any.config-value ==0.8.3, any.constraints ==0.13.4, - any.containers ==0.6.6, + any.containers ==0.6.7, any.contravariant ==1.5.5, contravariant +semigroups +statevar +tagged, crucible +unsafe-operations, @@ -88,7 +86,7 @@ constraints: any.BoundedChan ==1.0.3.0, entropy -donotgetentropy, any.erf ==2.0.0.0, any.exceptions ==0.10.5, - any.extra ==1.7.13, + any.extra ==1.7.14, any.fgl ==5.8.1.1, fgl +containers042, any.fgl-visualize ==0.1.0.1, @@ -104,7 +102,7 @@ constraints: any.BoundedChan ==1.0.3.0, generic-random -enable-inspect, any.generically ==0.1.1, any.ghc-bignum ==1.3, - any.ghc-boot-th ==9.4.4, + any.ghc-boot-th ==9.4.5, any.ghc-prim ==0.9.0, any.gitrev ==1.3.1, any.happy ==1.20.1.1, @@ -114,16 +112,18 @@ constraints: any.BoundedChan ==1.0.3.0, hashtables -bounds-checking -debug -detailed-profiling -portable -sse42 +unsafe-tricks, any.haskeline ==0.8.2, any.haskell-lexer ==1.1.1, - any.hedgehog ==1.2, + any.haskell-src-exts ==1.23.1, + any.haskell-src-meta ==0.8.12, + any.hedgehog ==1.3, any.hsc2hs ==0.68.9, hsc2hs -in-ghc-tree, - any.hspec ==2.11.0.1, - any.hspec-api ==2.11.0.1, - any.hspec-core ==2.11.0.1, - any.hspec-discover ==2.11.0.1, - any.hspec-expectations ==0.8.2, + any.hspec ==2.11.3, + any.hspec-api ==2.11.3, + any.hspec-core ==2.11.3, + any.hspec-discover ==2.11.3, + any.hspec-expectations ==0.8.3, any.ieee754 ==0.8.0, - any.indexed-profunctors ==0.1.1, + any.indexed-profunctors ==0.1.1.1, any.indexed-traversable ==0.1.2.1, any.indexed-traversable-instances ==0.1.1.2, any.integer-logarithms ==1.0.3.1, @@ -147,8 +147,8 @@ constraints: any.BoundedChan ==1.0.3.0, llvm-pretty-bc-parser -fuzz -regressions, any.logict ==0.8.1.0, any.lucid ==2.11.20230408, - any.lumberjack ==1.0.2.0, - any.megaparsec ==9.3.0, + any.lumberjack ==1.0.3.0, + any.megaparsec ==9.3.1, megaparsec -dev, any.microlens ==0.4.13.1, any.microlens-th ==0.4.3.13, @@ -157,16 +157,16 @@ constraints: any.BoundedChan ==1.0.3.0, any.monadLib ==3.10.1, any.mono-traversable ==1.0.15.3, any.mtl ==2.2.2, - any.network ==3.1.2.9, + any.network ==3.1.4.0, network -devel, - any.optparse-applicative ==0.17.0.0, + any.optparse-applicative ==0.18.1.0, optparse-applicative +process, any.ordered-containers ==0.2.3, any.panic ==0.4.0.1, any.parallel ==3.2.2.0, - any.parameterized-utils ==2.1.6.0, + any.parameterized-utils ==2.1.7.0, parameterized-utils +unsafe-operations, - any.parsec ==3.1.15.0, + any.parsec ==3.1.16.1, any.parser-combinators ==1.3.0, parser-combinators -dev, any.pretty ==1.1.3.6, @@ -191,7 +191,8 @@ constraints: any.BoundedChan ==1.0.3.0, any.rts ==1.0.2, any.s-cargot ==0.1.6.0, s-cargot -build-example, - any.safe-exceptions ==0.1.7.3, + any.safe ==0.3.19, + any.safe-exceptions ==0.1.7.4, any.scheduler ==2.0.0.1, any.scientific ==0.3.7.0, scientific -bytestring-builder -integer-simple, @@ -202,7 +203,7 @@ constraints: any.BoundedChan ==1.0.3.0, any.semigroups ==0.20, semigroups +binary +bytestring -bytestring-builder +containers +deepseq +hashable +tagged +template-haskell +text +transformers +unordered-containers, any.simple-get-opt ==0.4, - any.smallcheck ==1.2.1, + any.smallcheck ==1.2.1.1, any.split ==0.2.3.5, any.splitmix ==0.1.0.4, splitmix -optimised-mixer, @@ -210,6 +211,8 @@ constraints: any.BoundedChan ==1.0.3.0, any.streaming-commons ==0.2.2.6, streaming-commons -use-bytestring-builder, any.strict ==0.5, + any.string-interpolate ==0.3.2.1, + string-interpolate -bytestring-builder -extended-benchmarks -text-builder, any.syb ==0.7.2.3, any.tagged ==0.8.7, tagged +deepseq +transformers, @@ -224,18 +227,23 @@ constraints: any.BoundedChan ==1.0.3.0, any.tasty-hunit ==0.10.0.3, any.tasty-quickcheck ==0.10.2, any.tasty-smallcheck ==0.8.2, - any.tasty-sugar ==2.2.0.0, + any.tasty-sugar ==2.2.1.0, any.template-haskell ==2.19.0.0, any.temporary ==1.3, any.terminal-size ==0.3.3, any.terminfo ==0.4.1.5, - any.text ==2.0.1, + any.text ==2.0.2, + any.text-conversions ==0.3.1.1, any.text-short ==0.1.5, text-short -asserts, any.tf-random ==0.5, - any.th-abstraction ==0.4.5.0, + any.th-abstraction ==0.5.0.0, + any.th-compat ==0.1.4, + any.th-expand-syns ==0.4.11.0, any.th-lift ==0.8.3, any.th-lift-instances ==0.1.20, + any.th-orphans ==0.13.14, + any.th-reify-many ==0.1.10, any.these ==1.2, any.time ==1.12.2, any.time-compat ==1.9.6.1, @@ -252,7 +260,7 @@ constraints: any.BoundedChan ==1.0.3.0, any.unix ==2.7.3, any.unix-compat ==0.7, unix-compat -old-time, - any.unliftio ==0.2.24.0, + any.unliftio ==0.2.25.0, any.unliftio-core ==0.2.1.0, any.unordered-containers ==0.2.19.1, unordered-containers -debug, @@ -272,10 +280,10 @@ constraints: any.BoundedChan ==1.0.3.0, any.witherable ==0.4.2, any.wl-pprint-annotated ==0.1.0.1, any.xml ==1.3.14, - any.yaml ==0.11.11.0, + any.yaml ==0.11.11.2, yaml +no-examples +no-exe, any.zenc ==0.1.2, any.zlib ==0.6.3.0, zlib -bundled-c-zlib -non-blocking-ffi -pkg-config, any.zlib-bindings ==0.1.1.5 -index-state: hackage.haskell.org 2023-05-04T14:11:59Z +index-state: hackage.haskell.org 2023-08-03T16:21:02Z diff --git a/cabal.GHC-8.8.4.config b/cabal.GHC-9.6.2.config similarity index 79% rename from cabal.GHC-8.8.4.config rename to cabal.GHC-9.6.2.config index 87622f76f..9dee4f4a2 100644 --- a/cabal.GHC-8.8.4.config +++ b/cabal.GHC-9.6.2.config @@ -1,11 +1,12 @@ active-repositories: hackage.haskell.org:merge constraints: any.BoundedChan ==1.0.3.0, - any.Cabal ==3.0.1.0, + any.Cabal ==3.10.1.0, + any.Cabal-syntax ==3.10.1.0, any.Glob ==0.10.2, any.HUnit ==1.6.2.0, - any.IntervalMap ==0.6.2.0, + any.IntervalMap ==0.6.2.1, any.OneTuple ==0.4.1.1, - any.QuickCheck ==2.14.2, + any.QuickCheck ==2.14.3, QuickCheck -old-random +templatehaskell, any.SHA ==1.6.4.4, SHA -exe, @@ -13,13 +14,11 @@ constraints: any.BoundedChan ==1.0.3.0, any.adjunctions ==4.4.2, any.aeson ==2.1.2.1, aeson -cffi +ordered-keymap, - any.alex ==3.2.7.4, - any.ansi-terminal ==0.11.5, + any.alex ==3.2.7.4 || ==3.4.0.0, + any.ansi-terminal ==1.0, ansi-terminal -example, any.ansi-terminal-types ==0.11.5, - any.ansi-wl-pprint ==0.6.9, - ansi-wl-pprint -example, - any.array ==0.5.4.0, + any.array ==0.5.5.0, any.assoc ==1.1, assoc +tagged, any.async ==2.2.4, @@ -29,23 +28,23 @@ constraints: any.BoundedChan ==1.0.3.0, any.attoparsec ==0.14.4, attoparsec -developer, any.barbies ==2.0.4.0, - any.base ==4.13.0.0, + any.base ==4.18.0.0, any.base-compat ==0.13.0, any.base-compat-batteries ==0.13.0, - any.base-orphans ==0.8.8.2, + any.base-orphans ==0.9.0, any.base16-bytestring ==1.0.2.0, any.base64-bytestring ==1.2.1.0, any.bifunctors ==5.6.1, bifunctors +tagged, any.bimap ==0.5.0, - any.binary ==0.8.7.0, + any.binary ==0.8.9.1, any.bitvec ==1.1.4.0, bitvec -libgmp, any.bitwise ==1.0.0.1, any.blaze-builder ==0.4.2.2, - any.boomerang ==1.4.8.1, + any.boomerang ==1.4.9, any.bv-sized ==1.0.5, - any.bytestring ==0.10.10.1, + any.bytestring ==0.11.4.0, any.bytestring-builder ==0.10.8.2.0, bytestring-builder +bytestring_has_builder, any.call-stack ==0.4.0, @@ -58,26 +57,25 @@ constraints: any.BoundedChan ==1.0.3.0, any.comonad ==5.0.8, comonad +containers +distributive +indexed-traversable, any.concurrent-extra ==0.7.0.12, - any.concurrent-output ==1.10.17, - any.conduit ==1.3.4.3, + any.concurrent-output ==1.10.18, + any.conduit ==1.3.5, any.config-schema ==1.3.0.0, any.config-value ==0.8.3, any.constraints ==0.13.4, - any.containers ==0.6.2.1, + any.containers ==0.6.7, any.contravariant ==1.5.5, contravariant +semigroups +statevar +tagged, crucible +unsafe-operations, any.cryptohash-sha1 ==0.11.101.0, any.cryptohash-sha256 ==0.11.102.1, cryptohash-sha256 -exe +use-cbits, - any.data-array-byte ==0.1.0.1, any.data-binary-ieee754 ==0.4.4, any.data-default-class ==0.1.2.0, any.data-fix ==0.3.2, - any.deepseq ==1.4.4.0, + any.deepseq ==1.4.8.1, any.deriving-compat ==0.6.3, deriving-compat +base-4-9 +new-functor-classes +template-haskell-2-11, - any.directory ==1.3.6.0, + any.directory ==1.3.8.1, any.distributive ==0.6.2.1, distributive +semigroups +tagged, any.dlist ==1.0, @@ -88,45 +86,44 @@ constraints: any.BoundedChan ==1.0.3.0, entropy -donotgetentropy, any.erf ==2.0.0.0, any.exceptions ==0.10.7, - exceptions +transformers-0-4, - any.extra ==1.7.13, + any.extra ==1.7.14, any.fgl ==5.8.1.1, fgl +containers042, any.fgl-visualize ==0.1.0.1, any.filemanip ==0.3.6.3, - any.filepath ==1.4.2.1, + any.filepath ==1.4.100.1, any.fingertree ==0.1.5.0, - any.foldable1-classes-compat ==0.1, - foldable1-classes-compat +tagged, any.free ==5.2, any.generic-lens ==2.2.2.0, any.generic-lens-core ==2.2.1.0, any.generic-random ==1.5.0.1, generic-random -enable-inspect, any.generically ==0.1.1, - any.ghc-boot-th ==8.8.4, - any.ghc-prim ==0.5.3, + any.ghc-bignum ==1.3, + any.ghc-boot-th ==9.6.2, + any.ghc-prim ==0.10.0, any.gitrev ==1.3.1, any.happy ==1.20.1.1, any.hashable ==1.4.2.0, hashable +integer-gmp -random-initial-seed, any.hashtables ==1.3.1, hashtables -bounds-checking -debug -detailed-profiling -portable -sse42 +unsafe-tricks, - any.haskeline ==0.7.5.0, + any.haskeline ==0.8.2.1, any.haskell-lexer ==1.1.1, - any.hedgehog ==1.2, + any.haskell-src-exts ==1.23.1, + any.haskell-src-meta ==0.8.12, + any.hedgehog ==1.3, any.hsc2hs ==0.68.9, hsc2hs -in-ghc-tree, - any.hspec ==2.11.0.1, - any.hspec-api ==2.11.0.1, - any.hspec-core ==2.11.0.1, - any.hspec-discover ==2.11.0.1, - any.hspec-expectations ==0.8.2, + any.hspec ==2.11.3, + any.hspec-api ==2.11.3, + any.hspec-core ==2.11.3, + any.hspec-discover ==2.11.3, + any.hspec-expectations ==0.8.3, any.ieee754 ==0.8.0, - any.indexed-profunctors ==0.1.1, + any.indexed-profunctors ==0.1.1.1, any.indexed-traversable ==0.1.2.1, any.indexed-traversable-instances ==0.1.1.2, - any.integer-gmp ==1.0.2.0, any.integer-logarithms ==1.0.3.1, integer-logarithms -check-bounds +integer-gmp, any.invariant ==0.6.1, @@ -148,8 +145,8 @@ constraints: any.BoundedChan ==1.0.3.0, llvm-pretty-bc-parser -fuzz -regressions, any.logict ==0.8.1.0, any.lucid ==2.11.20230408, - any.lumberjack ==1.0.2.0, - any.megaparsec ==9.2.1, + any.lumberjack ==1.0.3.0, + any.megaparsec ==9.3.1, megaparsec -dev, any.microlens ==0.4.13.1, any.microlens-th ==0.4.3.13, @@ -157,17 +154,17 @@ constraints: any.BoundedChan ==1.0.3.0, any.monad-control ==1.0.3.1, any.monadLib ==3.10.1, any.mono-traversable ==1.0.15.3, - any.mtl ==2.2.2, - any.network ==3.1.2.9, + any.mtl ==2.3.1, + any.network ==3.1.4.0, network -devel, - any.optparse-applicative ==0.17.0.0, + any.optparse-applicative ==0.18.1.0, optparse-applicative +process, any.ordered-containers ==0.2.3, any.panic ==0.4.0.1, any.parallel ==3.2.2.0, - any.parameterized-utils ==2.1.6.0, + any.parameterized-utils ==2.1.7.0, parameterized-utils +unsafe-operations, - any.parsec ==3.1.14.0, + any.parsec ==3.1.16.1, any.parser-combinators ==1.3.0, parser-combinators -dev, any.pretty ==1.1.3.6, @@ -176,7 +173,7 @@ constraints: any.BoundedChan ==1.0.3.0, prettyprinter -buildreadme +text, any.prettyprinter-ansi-terminal ==1.1.3, any.primitive ==0.7.4.0, - any.process ==1.6.9.0, + any.process ==1.6.17.0, any.profunctors ==5.6.2, any.pvar ==1.0.0.0, any.quickcheck-io ==0.2.0, @@ -189,10 +186,11 @@ constraints: any.BoundedChan ==1.0.3.0, any.regex-posix ==0.96.0.1, regex-posix -_regex-posix-clib, any.resourcet ==1.3.0, - any.rts ==1.0, + any.rts ==1.0.2, any.s-cargot ==0.1.6.0, s-cargot -build-example, - any.safe-exceptions ==0.1.7.3, + any.safe ==0.3.19, + any.safe-exceptions ==0.1.7.4, any.scheduler ==2.0.0.1, any.scientific ==0.3.7.0, scientific -bytestring-builder -integer-simple, @@ -203,14 +201,16 @@ constraints: any.BoundedChan ==1.0.3.0, any.semigroups ==0.20, semigroups +binary +bytestring -bytestring-builder +containers +deepseq +hashable +tagged +template-haskell +text +transformers +unordered-containers, any.simple-get-opt ==0.4, - any.smallcheck ==1.2.1, + any.smallcheck ==1.2.1.1, any.split ==0.2.3.5, any.splitmix ==0.1.0.4, splitmix -optimised-mixer, - any.stm ==2.5.0.0, + any.stm ==2.5.1.0, any.streaming-commons ==0.2.2.6, streaming-commons -use-bytestring-builder, any.strict ==0.5, + any.string-interpolate ==0.3.2.1, + string-interpolate -bytestring-builder -extended-benchmarks -text-builder, any.syb ==0.7.2.3, any.tagged ==0.8.7, tagged +deepseq +transformers, @@ -225,23 +225,28 @@ constraints: any.BoundedChan ==1.0.3.0, any.tasty-hunit ==0.10.0.3, any.tasty-quickcheck ==0.10.2, any.tasty-smallcheck ==0.8.2, - any.tasty-sugar ==2.2.0.0, - any.template-haskell ==2.15.0.0, + any.tasty-sugar ==2.2.1.0, + any.template-haskell ==2.20.0.0, any.temporary ==1.3, any.terminal-size ==0.3.3, - any.terminfo ==0.4.1.4, - any.text ==1.2.4.0, + any.terminfo ==0.4.1.6, + any.text ==2.0.2, + any.text-conversions ==0.3.1.1, any.text-short ==0.1.5, text-short -asserts, any.tf-random ==0.5, - any.th-abstraction ==0.4.5.0, + any.th-abstraction ==0.5.0.0, + any.th-compat ==0.1.4, + any.th-expand-syns ==0.4.11.0, any.th-lift ==0.8.3, any.th-lift-instances ==0.1.20, + any.th-orphans ==0.13.14, + any.th-reify-many ==0.1.10, any.these ==1.2, - any.time ==1.9.3, + any.time ==1.12.2, any.time-compat ==1.9.6.1, time-compat -old-locale, - any.transformers ==0.5.6.2, + any.transformers ==0.6.1.0, any.transformers-base ==0.4.6, transformers-base +orphaninstances, any.transformers-compat ==0.7.2, @@ -250,10 +255,10 @@ constraints: any.BoundedChan ==1.0.3.0, any.typed-process ==0.2.11.0, any.unbounded-delays ==0.1.1.1, any.uniplate ==1.6.13, - any.unix ==2.7.2.2, + any.unix ==2.8.1.0, any.unix-compat ==0.7, unix-compat -old-time, - any.unliftio ==0.2.24.0, + any.unliftio ==0.2.25.0, any.unliftio-core ==0.2.1.0, any.unordered-containers ==0.2.19.1, unordered-containers -debug, @@ -273,10 +278,10 @@ constraints: any.BoundedChan ==1.0.3.0, any.witherable ==0.4.2, any.wl-pprint-annotated ==0.1.0.1, any.xml ==1.3.14, - any.yaml ==0.11.11.0, + any.yaml ==0.11.11.2, yaml +no-examples +no-exe, any.zenc ==0.1.2, any.zlib ==0.6.3.0, zlib -bundled-c-zlib -non-blocking-ffi -pkg-config, any.zlib-bindings ==0.1.1.5 -index-state: hackage.haskell.org 2023-05-04T14:11:59Z +index-state: hackage.haskell.org 2023-08-03T16:21:02Z