From 2c5a58af2acfbc8bfdebaaa820fcbbb4108811ad Mon Sep 17 00:00:00 2001 From: Abhinav Sarkar Date: Wed, 10 Jul 2019 23:03:29 +0530 Subject: [PATCH] Adds link to code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 209e0e6..20b9a84 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,4 @@ The Docker image supports these environment variable for configuration: ## Internals -_hastatic_ is written in Haskell, just 60 lines of it. It uses the excellent [Warp](https://hackage.haskell.org/package/warp) server underneath with the [warp-tls](https://hackage.haskell.org/package/warp-tls) package for HTTPS support. +_hastatic_ is written in Haskell, just [70 lines](https://github.com/abhin4v/hastatic/blob/master/src/Main.hs#L25) of it. It uses the excellent [Warp](https://hackage.haskell.org/package/warp) server underneath with the [warp-tls](https://hackage.haskell.org/package/warp-tls) package for HTTPS support.