From f553edd8fec04572f765bfae0e882f3e8de478c4 Mon Sep 17 00:00:00 2001 From: Carlos Sosa Date: Mon, 6 Apr 2026 19:48:20 -0700 Subject: Update stack and cabal files --- index.html | 10 +++++----- mysite.cabal | 4 ++-- stack.yaml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 25883f9..8c48ea0 100644 --- a/index.html +++ b/index.html @@ -27,15 +27,15 @@

I write code, play go,
manage servers, and
- live in San Francisco. + live in San Diego.

- Email, Twitter, + Twitter, GitHub

-

- log -

+ + +
Photo of Carlos Sosa diff --git a/mysite.cabal b/mysite.cabal index 2885ebe..ad7926f 100644 --- a/mysite.cabal +++ b/mysite.cabal @@ -7,8 +7,8 @@ executable site hs-source-dirs: src/ main-is: site.hs build-depends: base == 4.* - , hakyll == 4.12.* - , lens == 4.16.* + , hakyll == 4.16.* + , lens == 5.3.* other-modules: Site.Compilers Site.Content diff --git a/stack.yaml b/stack.yaml index 470c5fd..22f62de 100644 --- a/stack.yaml +++ b/stack.yaml @@ -18,7 +18,7 @@ # # resolver: ./custom-snapshot.yaml # resolver: https://example.com/snapshots/2018-01-01.yaml -resolver: lts-11.22 +resolver: lts-24.35 # User packages to be built. # Various formats can be used as shown in the example below. @@ -62,4 +62,4 @@ packages: # extra-lib-dirs: [/path/to/dir] # # Allow a newer minor version of GHC than the snapshot specifies -# compiler-check: newer-minor \ No newline at end of file +# compiler-check: newer-minor -- cgit v1.3-2-g0d8e