summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html10
-rw-r--r--mysite.cabal4
-rw-r--r--stack.yaml4
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 @@
<p>
I write code, play go,<br>
manage servers, and<br>
- live in San Francisco.
+ live in San Diego.
</p>
<p>
- <a href="mailto:gnusosa@gnusosa.net">Email</a>, <a href="https://twitter.com/gnusosa">Twitter</a>,
+ <a href="https://twitter.com/gnusosa">Twitter</a>,
<a href="https://github.com/gnusosa">GitHub</a>
</p>
- <p style="margin-bottom: 0;">
- <a href="/log/">log</a>
- </p>
+ <!-- <p style="margin-bottom: 0;"> -->
+ <!-- <a href="/log/">log</a> -->
+ <!-- </p> -->
<br/>
<img alt="Photo of Carlos Sosa" src="selfie.png" width="100%">
</div>
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