Skip to content

Commit

Permalink
update to newer lts while we are at it
Browse files Browse the repository at this point in the history
  • Loading branch information
The1Penguin committed Sep 27, 2023
1 parent 1958117 commit cdf334c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import Data.IORef ( IORef
)
import Data.Time.Format ( defaultTimeLocale
, formatTime
, iso8601DateFormat
)
import Lens.Micro.Platform ( set
, view
Expand Down
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 = "ghc810";
ghcVer = "ghc94";
makeHaskellOverlay = overlay: final: prev: {
haskell = prev.haskell // {
packages = prev.haskell.packages // {
Expand Down
7 changes: 4 additions & 3 deletions mat-chalmers.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ library
, attoparsec
, base >=4.7
, css-text
, exceptions == 0.10.4
, exceptions >= 0.10.4
, heredoc == 0.2.0.0
, http-client
, http-client-tls >= 0.3.5.3
, logging-effect >= 1.3.12
, logging-effect >= 1.4.0
, microlens-platform
, lucid >= 2
, mtl == 2.2.2
Expand All @@ -47,7 +47,8 @@ library
, text >= 1.2.4.1
, bytestring >= 0.10.12.0
, file-embed
, thyme
, thyme >= 0.3.5.5
, time >= 1.9.3
, word8 == 0.1.3

executable mat-chalmers
Expand Down
3 changes: 1 addition & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
resolver: lts-18.28
resolver: lts-21.12
packages:
- "."
extra-deps:
- wai-middleware-static-embedded-0.1.0.0@sha256:036b7823a5e69452d1fe1e270ef3d4988063caa5bb00b6dfc356e1c21b7433e3
- logging-effect-1.3.12@sha256:72d168dd09887649ba9501627219b6027cbec2d5541931555b7885b133785ce3,1679

ghc-options: { "$locals": -ddump-to-file -ddump-hi }

0 comments on commit cdf334c

Please sign in to comment.