Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredpixel committed Aug 16, 2022
1 parent dd97d09 commit b58ff29
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/haskell@sha256:e4b7e46adc6b22035a691e886019471f30f60a5d8b8d99a686f36a6068de6c4b AS builder
FROM docker.io/library/haskell@sha256:a81f289e6ae9beaf53d81a9872b0906c2db2ef48298f6aeb83e2d52e356a5b81 AS builder

RUN apt-get update && \
apt-get install -y --no-install-recommends \
Expand Down Expand Up @@ -46,7 +46,7 @@ EXPOSE 80

HEALTHCHECK CMD curl -fs http://localhost || false
#===============================================================================
FROM docker.io/library/debian@sha256:0685c900f6e691bdda6980c0ed0779d20183bc58770059b64adb56cb8a3129f0
FROM docker.io/library/debian@sha256:fb9654aac57319592f1d51497c62001e7033eddf059355408a0b53f7c71f8d5f

RUN apt-get update && \
apt-get install -y --no-install-recommends \
Expand Down
24 changes: 13 additions & 11 deletions cabal.project.freeze
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ constraints: any.Cabal ==3.2.1.0 || ==3.6.3.0,
any.QuickCheck ==2.14.2,
QuickCheck -old-random +templatehaskell,
any.StateVar ==1.2.2,
any.adjunctions ==4.4.1,
any.adjunctions ==4.4.2,
any.aeson ==1.4.7.1,
aeson -bytestring-builder -cffi -developer -fast,
any.alex ==3.2.7.1,
Expand All @@ -36,14 +36,16 @@ constraints: any.Cabal ==3.2.1.0 || ==3.6.3.0,
any.attoparsec-iso8601 ==1.0.2.0,
attoparsec-iso8601 -developer -fast,
any.base ==4.14.3.0,
any.base-compat ==0.12.1,
any.base-compat-batteries ==0.12.1,
any.base-orphans ==0.8.6,
any.base-compat ==0.12.2,
any.base-compat-batteries ==0.12.2,
any.base-orphans ==0.8.7,
any.base64-bytestring ==1.2.1.0,
any.basement ==0.0.14,
any.bifunctors ==5.5.7,
bifunctors +semigroups +tagged,
any.binary ==0.8.8.0,
any.bitvec ==1.1.3.0,
bitvec -libgmp,
any.blaze-builder ==0.4.2.2,
any.blaze-html ==0.9.1.2,
any.blaze-markup ==0.8.2.8,
Expand All @@ -55,7 +57,7 @@ constraints: any.Cabal ==3.2.1.0 || ==3.6.3.0,
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,
any.cereal ==0.5.8.3,
cereal -bytestring-builder,
any.cipher-aes ==0.2.11,
cipher-aes +support_aesni,
Expand Down Expand Up @@ -116,8 +118,8 @@ constraints: any.Cabal ==3.2.1.0 || ==3.6.3.0,
any.generic-deriving ==1.13.1,
generic-deriving +base-4-9,
any.ghc-boot-th ==8.10.7,
any.ghc-lib-parser ==9.2.3.20220709,
any.ghc-lib-parser-ex ==9.2.0.4 || ==9.2.1.0,
any.ghc-lib-parser ==9.2.4.20220729,
any.ghc-lib-parser-ex ==9.2.0.4 || ==9.2.1.1,
ghc-lib-parser-ex -auto -no-ghc-lib,
any.ghc-prim ==0.6.1,
any.happy ==1.20.0,
Expand All @@ -139,7 +141,7 @@ constraints: any.Cabal ==3.2.1.0 || ==3.6.3.0,
any.hspec-snap ==1.0.3.0,
any.http-api-data ==0.4.3,
http-api-data -use-text-show,
any.http-client ==0.7.11,
any.http-client ==0.7.13.1,
http-client +network-uri,
any.http-client-tls ==0.3.6.1,
any.http-conduit ==2.3.8,
Expand Down Expand Up @@ -234,7 +236,7 @@ constraints: any.Cabal ==3.2.1.0 || ==3.6.3.0,
any.snap-server ==1.1.2.0,
snap-server -build-pong -build-testserver -debug -openssl -portable,
any.socks ==0.6.1,
any.split ==0.2.3.4,
any.split ==0.2.3.5,
any.splitmix ==0.1.0.4,
splitmix -optimised-mixer,
any.stm ==2.5.0.1,
Expand All @@ -251,7 +253,7 @@ constraints: any.Cabal ==3.2.1.0 || ==3.6.3.0,
any.text ==1.2.4.1,
any.tf-random ==0.5,
any.th-abstraction ==0.3.2.0,
any.th-compat ==0.1.3,
any.th-compat ==0.1.4,
any.th-expand-syns ==0.4.7.0,
any.th-lift ==0.8.2,
any.th-lift-instances ==0.1.19,
Expand Down Expand Up @@ -281,7 +283,7 @@ constraints: any.Cabal ==3.2.1.0 || ==3.6.3.0,
any.uuid-types ==1.0.5,
any.vector ==0.12.3.1,
vector +boundschecks -internalchecks -unsafechecks -wall,
any.vector-algorithms ==0.8.0.4,
any.vector-algorithms ==0.9.0.1,
vector-algorithms +bench +boundschecks -internalchecks -llvm +properties -unsafechecks,
any.void ==0.7.3,
void -safe,
Expand Down

0 comments on commit b58ff29

Please sign in to comment.