Note: This blog is now deprecated. You're probably looking for the latest version of the Liquid Haskell site, which can be found in the main LH repository.
LiquidHaskell is a static verifier for Haskell, based on Liquid Types
See about for more details.
To add a new post:
-
Write a
.lhs
file with the nameYEAR-MONTH-DAY-TITLE.lhs
e.g. see this example -
Generate the
.markdown
file. -
Copy the
.markdown
file inposts/
-
Rebuild and upload.
Here are the four steps:
cd blogpost/
cat > YEAR-MONTH-DAY-TITLE.lhs
stack exec -- liquid YEAR-MONTH-DAY-TITLE.lhs
cp blogpost/.liquid/YEAR-MONTH-DAY.lhs.markdown /path/to/liquidhaskell-blog/posts/
make upload
- DONE?: Disqus (?)
- DONE: Tags