fingerd in Haskell (for learning purposes), I guess
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Hazel Levine c9453512b5
init socket garbage
3 years ago
exe init socket garbage 3 years ago
src/Hsfingerd init socket garbage 3 years ago
.envrc init commit 3 years ago
.gitignore add client 3 years ago
LICENSE init commit 3 years ago
README.md add client 3 years ago
default.nix init commit 3 years ago
hie.yaml add client 3 years ago
hsfingerd.cabal init socket garbage 3 years ago
hsfingerd.nix init socket garbage 3 years ago
shell.nix init commit 3 years ago

README.md

hsfingerd

The solution to Chapter 31 of Haskell Programming from First Principles.

Usage

$ nix-build
$ ./result/bin/hsfingerc init
$ ./result/bin/hsfingerc add <user>
$ sudo ./result/bin/hsfingerd &
$ nix-shell -p finger_bsd
$ finger <user>@localhost