- Aug 25, 2024
-
-
Yuanle Song authored
-
- Aug 24, 2024
-
-
Yuanle Song authored
it ALWAYS tries to build ghc from source. no matter which combination I use.
-
- Aug 23, 2024
-
-
Yuanle Song authored
-
Yuanle Song authored
-
Yuanle Song authored
-
- Jun 05, 2024
-
-
Yuanle Song authored
-
- May 30, 2024
-
-
Yuanle Song authored
which is the current ghcup default.
-
- Apr 26, 2024
-
-
Yuanle Song authored
-
Yuanle Song authored
-
Yuanle Song authored
-
Yuanle Song authored
don't use 0.0 MiB, which can be confusing.
-
Yuanle Song authored
auto invalidate all cached blocks.
-
Yuanle Song authored
in updateRDConfigFromEnvPure
-
- Apr 25, 2024
-
-
Yuanle Song authored
all blocks are fetched.
-
Yuanle Song authored
-
Yuanle Song authored
should use path relative to the Makefile, not project root.
-
Yuanle Song authored
-
Yuanle Song authored
-
Yuanle Song authored
-
Yuanle Song authored
-
- Apr 24, 2024
-
-
Yuanle Song authored
failed to use ghc from store, it insists build from source. I gave up.
-
- Apr 08, 2024
-
-
Yuanle Song authored
-
Yuanle Song authored
minor fix on VERSION variable in Makefile
-
Yuanle Song authored
-
Yuanle Song authored
-
Yuanle Song authored
since I used setCurrentDirectory when serving static site, combine webroot and user requested path will result in File Not Found error. should always just use relative path or expand it to abs path. I choose to expand abs path. This allow skip calculate sha1sum when the same file is accessed via different webroot dir.
-
Yuanle Song authored
I pushed the patched code to gitlab
-
Yuanle Song authored
-
Yuanle Song authored
-
Yuanle Song authored
resolver: lts-20.26 this includes newer http-client which has the fix.
-
Yuanle Song authored
-
Yuanle Song authored
previously the regex capture didn't work when URL includes such string. now I read path from http request directly, skip the regex capture. - log msg is refined to print unicode string better on console.
-
Yuanle Song authored
tinylog is no longer in latest stackage lts. RIO logging ts format is not customizable. to make log using local timestamp, I need to switch to fast-logger. I will defer this.
-
- Apr 07, 2024
-
-
Yuanle Song authored
-
- Apr 06, 2024
-
-
Yuanle Song authored
-
- Oct 18, 2023
-
-
Yuanle Song authored
this allow rd-api to work on both ipv4 and ipv6 network by default. when using 0.0.0.0, it won't work on ipv6 network.
-
- Mar 16, 2022
-
-
Yuanle Song authored
-
Yuanle Song authored
- use io-thread-pool git repo URL in stack.yaml extra-deps. no longer require local copy of that library. - update docs - add source URL in pypi metadata.
-
Yuanle Song authored
-
Yuanle Song authored
-