Skip to content

Commit

Permalink
Upgrade to GHC 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mujx committed Jan 10, 2023
1 parent 0178e52 commit 5be3771
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM alpine:3.15 as server-builder
WORKDIR /build

ENV BOOTSTRAP_HASKELL_NONINTERACTIVE "1"
ENV BOOTSTRAP_HASKELL_GHC_VERSION "8.10.7"
ENV BOOTSTRAP_HASKELL_GHC_VERSION "9.2.4"

COPY UNLICENSE ./
COPY app/ ./app
Expand Down
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
index-state: 2021-01-25T10:18:41Z
index-state: 2023-01-09T23:37:48Z
packages: *.cabal

package hakatime
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgs.stdenv.mkDerivation {
name = "hakatime-dev";

buildInputs = [
pkgs.haskell.compiler.ghc8107
pkgs.haskell.compiler.ghc924
pkgs.cabal-install
pkgs.zlib
pkgs.postgresql
Expand Down

0 comments on commit 5be3771

Please sign in to comment.