diff options
author | William Carroll <wpcarro@gmail.com> | 2020-07-20T09·10+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-07-20T09·10+0100 |
commit | 4ed3254709263abf3aaa1e9469968c6be9615948 (patch) | |
tree | 7903e56d0a0e9356fd938a684c0f30ea6cc22ecc /haskell-file/README.md | |
parent | 32480f19135b3d2263df66a13fbefa80a6586ece (diff) |
Add a README to haskell-file
Because every library/package deserves a README.
Diffstat (limited to 'haskell-file/README.md')
-rw-r--r-- | haskell-file/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell-file/README.md b/haskell-file/README.md new file mode 100644 index 000000000000..3f3ac1474b49 --- /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. |