From 4ed3254709263abf3aaa1e9469968c6be9615948 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 20 Jul 2020 10:10:04 +0100 Subject: [PATCH] Add a README to haskell-file Because every library/package deserves a README. --- haskell-file/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 haskell-file/README.md diff --git a/haskell-file/README.md b/haskell-file/README.md new file mode 100644 index 000000000..3f3ac1474 --- /dev/null +++ b/haskell-file/README.md @@ -0,0 +1,7 @@ +# haskell-file + +This is a half-baked project. I'd like to write a library whose API closely +resembles some of the more modern filesystem APIs to which I am accustomed: +notably f.el for Elisp. + +I expect more development to come.