Skip to content

Commit

Permalink
[auto] upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredpixel-bot committed Mar 20, 2022
1 parent 4fe956c commit 3a38caf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FROMFREEZE docker.io/library/haskell:8.10
FROM docker.io/library/haskell@sha256:709e35840416e118dcb4b954925d0c7b39c7d681f955d2d59e70932cef0cb29c
FROM docker.io/library/haskell@sha256:5df319ffea19aa4a39db9047f173c5318952995b84092bf14fa014b43df44c46

ARG USER=x
ARG HOME=/home/x
Expand Down
19 changes: 10 additions & 9 deletions cabal.project.freeze
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
active-repositories: hackage.haskell.org:merge
constraints: any.Cabal ==3.2.1.0,
constraints: any.Cabal ==3.2.1.0 || ==3.6.3.0,
Cabal -bundled-binary-generic,
any.HTTP ==4000.4.0,
HTTP -conduit10 +network-uri -warn-as-error -warp-tests,
any.HUnit ==1.6.2.0,
Expand Down Expand Up @@ -51,7 +52,7 @@ constraints: any.Cabal ==3.2.1.0,
any.bytestring ==0.10.12.0,
any.bytestring-builder ==0.10.8.2.0,
bytestring-builder +bytestring_has_builder,
any.cabal-doctest ==1.0.9,
any.cabal-doctest ==1.0.8 || ==1.0.9,
any.call-stack ==0.4.0,
any.case-insensitive ==1.2.1.0,
any.cereal ==0.5.8.2,
Expand Down Expand Up @@ -84,7 +85,7 @@ constraints: any.Cabal ==3.2.1.0,
any.crypto-cipher-types ==0.0.9,
any.crypto-random ==0.0.9,
any.cryptohash ==0.11.9,
any.cryptonite ==0.29,
any.cryptonite ==0.30,
cryptonite -check_alignment +integer-gmp -old_toolchain_inliner +support_aesni +support_deepseq -support_pclmuldq +support_rdrand -support_sse +use_target_attributes,
any.data-default ==0.7.1.1,
any.data-default-class ==0.1.2.0,
Expand Down Expand Up @@ -114,8 +115,8 @@ constraints: any.Cabal ==3.2.1.0,
any.generic-deriving ==1.13.1,
generic-deriving +base-4-9,
any.ghc-boot-th ==8.10.7,
any.ghc-lib-parser ==8.10.7.20220219 || ==9.0.2.20211226,
any.ghc-lib-parser-ex ==9.0.0.6,
any.ghc-lib-parser ==9.0.2.20211226 || ==9.2.2.20220307,
any.ghc-lib-parser-ex ==9.0.0.6 || ==9.2.0.3,
ghc-lib-parser-ex +auto -no-ghc-lib,
any.ghc-prim ==0.6.1,
any.happy ==1.20.0,
Expand Down Expand Up @@ -174,8 +175,8 @@ constraints: any.Cabal ==3.2.1.0,
any.map-syntax ==0.3,
any.math-functions ==0.3.4.2,
math-functions +system-erf +system-expm1,
any.memory ==0.16.0,
memory +support_basement +support_bytestring +support_deepseq +support_foundation,
any.memory ==0.17.0,
memory +support_bytestring +support_deepseq,
any.mime-types ==0.1.0.9,
any.monad-control ==1.0.3.1,
any.mono-traversable ==1.0.15.3,
Expand All @@ -185,7 +186,7 @@ constraints: any.Cabal ==3.2.1.0,
network -devel,
any.network-uri ==2.6.4.1,
any.old-locale ==1.0.0.7,
any.optparse-applicative ==0.16.1.0,
any.optparse-applicative ==0.17.0.0,
optparse-applicative +process,
any.parallel ==3.2.2.0,
any.parseargs ==0.2.0.9,
Expand Down Expand Up @@ -240,7 +241,7 @@ constraints: any.Cabal ==3.2.1.0,
streaming-commons -use-bytestring-builder,
any.strict ==0.4.0.1,
strict +assoc,
any.stylish-haskell ==0.13.0.0,
any.stylish-haskell ==0.14.0.1,
any.syb ==0.7.2.1,
any.tagged ==0.8.6.1,
tagged +deepseq +transformers,
Expand Down
2 changes: 1 addition & 1 deletion pkg/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FROMFREEZE docker.io/library/debian:10
FROM docker.io/library/debian@sha256:fd510d85d7e0691ca551fe08e8a2516a86c7f24601a940a299b5fe5cdd22c03a
FROM docker.io/library/debian@sha256:d97fcaf659ba307d72b8d0fea5d0bae435247490046e7c0eca17c52fc66a53ca

ARG USER=x
ARG HOME=/home/x
Expand Down

0 comments on commit 3a38caf

Please sign in to comment.