summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2019-03-08 03:01:07 +0100
committerMiguel <m.i@gmx.at>2019-03-08 03:01:07 +0100
commit7bdaddbb527f6a0e8c8566a98ce04b1114a85db3 (patch)
tree20964e06d66e8f20c493f6b18555359e977e631e /README.md
parent1032941dff1b27fb0d2ad3b959b4c76af0410e7b (diff)
readme fix
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 0a2813f..fd58bf3 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
# Miguel's Haskell Collection
-This repo holds collection of some small Haskell sources.
+This repo holds a collection of some of my Haskell sources:
-* base64 - encoder / decoder
-* calcGTK - Parsing with Parsec and GUI with GTK
-* freedomain - simple multithreaded domain checker based on DNS lookup
-* hulls - find convex and concave hulls for a set of points
-* nasa-rfid - Topcoder challenge (?Where)
-* shebang - simple demonstration how to use shebang with Haskell
-* simpleSVG - my tiny minimalistic SVG generator (see inside hulls, merge, use as "lib")
+* ./base64/ - encoder / decoder
+* ./calcGTK/ - Parsing with Parsec and GUI with GTK
+* ./freedomain/ - simple multithreaded domain checker based on DNS lookup
+* ./hulls/ - find convex and concave hulls for a set of points
+* ./nasa-rfid/ - Topcoder challenge (?Where)
+* ./shebang/ - simple demonstration how to use shebang with Haskell
+* ./simpleSVG/ - my tiny minimalistic SVG generator (see inside hulls, merge, use as "lib")