Skip to content

Commit

Permalink
Update deps (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
The1Penguin authored Oct 21, 2024
1 parent 9f79f6f commit fd06edc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: haskell-actions/setup@v2
with:
ghc-version: '9.6.4' # Exact version of ghc to use
ghc-version: '9.6.6' # Exact version of ghc to use

- name: update cabal index
run: |
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

outputs = { self, nixpkgs, flake-utils }:
let
ghcVer = "ghc964";
ghcVer = "ghc96";
makeHaskellOverlay = overlay: final: prev: {
haskell = prev.haskell // {
packages = prev.haskell.packages // {
Expand Down Expand Up @@ -53,7 +53,6 @@
withHoogle = true;
buildInputs =
[
pkgs.docker
pkgs.zlib
] ++
(with haskellPackages; [
Expand Down
4 changes: 2 additions & 2 deletions mat-chalmers.cabal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cabal-version: 3.0
cabal-version: 3.6
name: mat-chalmers
version: 0.1.0.0
license: MIT
Expand All @@ -7,7 +7,7 @@ author: Nor Führ
maintainer: [email protected]
category: Web
build-type: Simple
Tested-With: GHC ==9.6.4
Tested-With: GHC ==9.6.6
data-files:
static/style.css
static/icon.png
Expand Down

0 comments on commit fd06edc

Please sign in to comment.