Skip to content

Commit

Permalink
I am very tired
Browse files Browse the repository at this point in the history
  • Loading branch information
The1Penguin committed Sep 27, 2023
1 parent d30c062 commit a4ef499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 = "ghc94";
ghcVer = "ghc945";
makeHaskellOverlay = overlay: final: prev: {
haskell = prev.haskell // {
packages = prev.haskell.packages // {
Expand Down
3 changes: 1 addition & 2 deletions mat-chalmers.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ author: Adam Sandberg Eriksson
maintainer: [email protected]
category: Web
build-type: Simple
cabal-version: >=1.10
Tested-With: GHC ==9.4.5
data-files:
static/style.css
Expand Down Expand Up @@ -39,7 +38,7 @@ library
, css-text >= 0.1.3.0 && < 0.2
, exceptions >= 0.10.5 && < 0.11.0
, heredoc == 0.2.0.0
, http-client >= 0.7.14 && < 0.8
, http-client >= 0.7.13.1 && < 0.8
, http-client-tls >= 0.3.6.1 && <= 0.4
, logging-effect >= 1.4.0 && <= 2.0
, microlens-platform >= 0.4.3.3 && < 0.5
Expand Down

0 comments on commit a4ef499

Please sign in to comment.