Skip to content

Commit 32e3d08

Browse files
committed
update homepage
1 parent a450a6b commit 32e3d08

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

docs/cv.pdf

432 Bytes
Binary file not shown.

docs/formal.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,11 @@ <h2>Skills</h2>
5353
Haskell is my primary and the most favorte tool. I do have advanced level of Haskell including:
5454
</p>
5555
<ul>
56-
<li><a href="https://hackage.haskell.org/package/microlens">Lens</a> for efficient data manipulation and parsing.</li>
57-
<li><a href="https://hackage.haskell.org/package/singletons">Singletons</a> for pseudo-dependent type programming.</li>
56+
<li><a href="https://wiki.haskell.org/GHC.Generics">GHC.Generics</a>, <a href="https://hackage.haskell.org/package/generic-lens">generic-lens</a> and <a href="https://hackage.haskell.org/package/syb">SYB</a> for efficient data manipulation.</li>
57+
<li><a href="https://github.com/ghcjs/ghcjs">GHCJS</a> compiler, GHC <a href="https://ghc.gitlab.haskell.org/ghc/doc/users_guide/wasm.html">WASM</a> backend and <a href="https://hackage.haskell.org/package/jsaddle">JSaddle</a> EDSL.</li>
5858
<li><a href="https://hackage.haskell.org/package/persistent">Presistent</a> and <a href="https://hackage.haskell.org/package/esqueleto">Esqueleto</a> typed SQL drivers.</li>
5959
<li><a href="https://www.yesodweb.com/">Yesod</a> enterprise web framework.</li>
6060
<li><a href="https://haskell-miso.org/">Miso</a> frontend web framework.</li>
61-
<li><a href="https://github.com/ghcjs/ghcjs">GHCJS</a> compiler and <a href="https://hackage.haskell.org/package/jsaddle">JSaddle</a> EDSL.</li>
6261
</ul>
6362
<p class="padding-left">
6463
I am also qualified in other useful areas:

docs/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,11 @@ <h2 class="text-center">Skills</h2>
8080
Haskell is my primary and the most favorte tool. I do have advanced level of Haskell including:
8181
</p>
8282
<ul>
83-
<li><a href="https://hackage.haskell.org/package/microlens">Lens</a> for efficient data manipulation and parsing.</li>
84-
<li><a href="https://hackage.haskell.org/package/singletons">Singletons</a> for pseudo-dependent type programming.</li>
83+
<li><a href="https://wiki.haskell.org/GHC.Generics">GHC.Generics</a>, <a href="https://hackage.haskell.org/package/generic-lens">generic-lens</a> and <a href="https://hackage.haskell.org/package/syb">SYB</a> for efficient data manipulation.</li>
84+
<li><a href="https://github.com/ghcjs/ghcjs">GHCJS</a> compiler, GHC <a href="https://ghc.gitlab.haskell.org/ghc/doc/users_guide/wasm.html">WASM</a> backend and <a href="https://hackage.haskell.org/package/jsaddle">JSaddle</a> EDSL.</li>
8585
<li><a href="https://hackage.haskell.org/package/persistent">Presistent</a> and <a href="https://hackage.haskell.org/package/esqueleto">Esqueleto</a> typed SQL drivers.</li>
8686
<li><a href="https://www.yesodweb.com/">Yesod</a> enterprise web framework.</li>
8787
<li><a href="https://haskell-miso.org/">Miso</a> frontend web framework.</li>
88-
<li><a href="https://github.com/ghcjs/ghcjs">GHCJS</a> compiler and <a href="https://hackage.haskell.org/package/jsaddle">JSaddle</a> EDSL.</li>
8988
</ul>
9089
<p class="padding-left">
9190
I am also qualified in other useful areas:

pub/functora-hakyll/index/2015-08-02-skills.markdown

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ fontawesome: "fab fa-bitcoin"
77

88
<p class="padding-left">Haskell is my primary and the most favorte tool. I do have advanced level of Haskell including:</p>
99

10-
- [Lens](https://hackage.haskell.org/package/microlens) for efficient data manipulation and parsing.
11-
- [Singletons](https://hackage.haskell.org/package/singletons) for pseudo-dependent type programming.
10+
- [GHC.Generics](https://wiki.haskell.org/GHC.Generics), [generic-lens](https://hackage.haskell.org/package/generic-lens) and [SYB](https://hackage.haskell.org/package/syb) for efficient data manipulation.
11+
- [GHCJS](https://github.com/ghcjs/ghcjs) compiler, GHC [WASM](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/wasm.html) backend and [JSaddle](https://hackage.haskell.org/package/jsaddle) EDSL.
1212
- [Presistent](https://hackage.haskell.org/package/persistent) and [Esqueleto](https://hackage.haskell.org/package/esqueleto) typed SQL drivers.
1313
- [Yesod](https://www.yesodweb.com/) enterprise web framework.
1414
- [Miso](https://haskell-miso.org/) frontend web framework.
15-
- [GHCJS](https://github.com/ghcjs/ghcjs) compiler and [JSaddle](https://hackage.haskell.org/package/jsaddle) EDSL.
1615

1716
<p class="padding-left">I am also qualified in other useful areas:</p>
1817

0 commit comments

Comments
 (0)