diff options
| -rw-r--r-- | index.html | 10 | ||||
| -rw-r--r-- | mysite.cabal | 4 | ||||
| -rw-r--r-- | stack.yaml | 4 |
3 files changed, 9 insertions, 9 deletions
@@ -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 @@ -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 |
