Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredpixel committed Jun 20, 2022
1 parent 1f8d82f commit d7c69db
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 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:10d0fe7d4f260df5ff19a6df2cafcb7d65789f6a89aedf8bc78cf0e361e987f5 AS builder
FROM docker.io/library/haskell@sha256:daa1aef1af14e83dd96e68ee559b5e614ef856de889989e755ba294c1905de07 AS builder

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

HEALTHCHECK CMD curl -fs http://localhost || false
#===============================================================================
FROM docker.io/library/debian@sha256:405f48fbb359190809bd91aac79c3f6c346c1e79878c839351c6a817db5e9fc4
FROM docker.io/library/debian@sha256:e5b41ae2b4cf0d04b80cd2f89724e9cfc09e334ac64f188b9808929c748af526

RUN apt-get update && \
apt-get install -y --no-install-recommends \
Expand Down
24 changes: 12 additions & 12 deletions cabal.project.freeze
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
active-repositories: hackage.haskell.org:merge
constraints: any.Cabal ==3.2.1.0 || ==3.6.3.0,
Cabal -bundled-binary-generic,
any.HTTP ==4000.4.0,
any.HTTP ==4000.4.1,
HTTP -conduit10 +network-uri -warn-as-error -warp-tests,
any.HUnit ==1.6.2.0,
any.HandsomeSoup ==0.4.2,
Expand All @@ -10,7 +10,7 @@ constraints: any.Cabal ==3.2.1.0 || ==3.6.3.0,
HsYAML -exe,
any.HsYAML-aeson ==0.2.0.1,
HsYAML-aeson -exe,
any.ListLike ==4.7.6,
any.ListLike ==4.7.7,
any.OneTuple ==0.3.1,
any.QuickCheck ==2.14.2,
QuickCheck -old-random +templatehaskell,
Expand Down Expand Up @@ -115,15 +115,15 @@ 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.2.20220307,
any.ghc-lib-parser-ex ==9.2.0.3,
ghc-lib-parser-ex +auto -no-ghc-lib,
any.ghc-lib-parser ==9.2.3.20220527,
any.ghc-lib-parser-ex ==9.2.0.4 || ==9.2.1.0,
ghc-lib-parser-ex -auto -no-ghc-lib,
any.ghc-prim ==0.6.1,
any.happy ==1.20.0,
any.hashable ==1.3.5.0,
hashable +integer-gmp -random-initial-seed,
any.haskell-src-exts ==1.23.1,
any.haskell-src-meta ==0.8.9,
any.haskell-src-meta ==0.8.10,
any.heist ==1.1.0.1,
any.hlint ==3.4,
hlint -ghc-lib +gpl -hsyaml +threaded,
Expand Down Expand Up @@ -196,7 +196,7 @@ constraints: any.Cabal ==3.2.1.0 || ==3.6.3.0,
any.pem ==0.2.4,
any.polyparse ==1.13,
any.pretty ==1.1.3.6,
any.primitive ==0.7.3.0,
any.primitive ==0.7.4.0,
any.process ==1.6.13.2,
any.process-extras ==0.7.4,
any.profunctors ==5.6,
Expand All @@ -211,7 +211,7 @@ constraints: any.Cabal ==3.2.1.0 || ==3.6.3.0,
any.regex-compat ==0.95.2.1,
any.regex-posix ==0.96.0.1,
regex-posix -_regex-posix-clib,
any.relude ==1.0.0.1,
any.relude ==1.1.0.0,
any.resourcet ==1.2.5,
any.rts ==1.0.1,
any.safe ==0.3.19,
Expand Down Expand Up @@ -254,21 +254,21 @@ constraints: any.Cabal ==3.2.1.0 || ==3.6.3.0,
any.th-expand-syns ==0.4.7.0,
any.th-lift ==0.8.2,
any.th-lift-instances ==0.1.19,
any.th-orphans ==0.13.12,
any.th-orphans ==0.13.13,
any.th-reify-many ==0.1.10,
any.these ==1.1.1.1,
these +assoc,
any.time ==1.9.3,
any.time-compat ==1.9.6.1,
time-compat -old-locale,
any.tls ==1.5.7,
any.tls ==1.6.0,
tls +compat -hans +network,
any.transformers ==0.5.6.2,
any.transformers-base ==0.4.6,
transformers-base +orphaninstances,
any.transformers-compat ==0.6.6,
transformers-compat -five +five-three -four +generic-deriving +mtl -three -two,
any.typed-process ==0.2.8.0,
any.typed-process ==0.2.10.1,
any.uniplate ==1.6.13,
any.unix ==2.7.2.2,
any.unix-compat ==0.5.4,
Expand All @@ -285,7 +285,7 @@ constraints: any.Cabal ==3.2.1.0 || ==3.6.3.0,
any.void ==0.7.3,
void -safe,
any.wl-pprint-text ==1.2.0.2,
any.x509 ==1.7.6,
any.x509 ==1.7.7,
any.x509-store ==1.6.9,
any.x509-system ==1.6.7,
any.x509-validation ==1.6.12,
Expand Down
2 changes: 1 addition & 1 deletion lib/common
Submodule common updated 1 files
+0 −7 README.md

0 comments on commit d7c69db

Please sign in to comment.