summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2019-03-17 19:38:42 +0100
committerMiguel <m.i@gmx.at>2019-03-17 19:38:42 +0100
commit20d1a1a50e1f71d579dc37b5b85398822b976c00 (patch)
tree45a6fb534711d5c98e8fc1236a1c2a59c4be0508
parent0268d3c0ca48bd9cf9df67b469218fc0e47ebce7 (diff)
update readme
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index bc8e53d..8397a9a 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,7 @@ This repo holds a collection of some of my Haskell sources:
* ./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
-* ./parallel/ - parallel programming experiments
* ./parser/ - experimenting with applicative and monadic parsing
* ./rfid/ - location from signal strength
-* ./shebang/ - simple demonstration how to use shebang with Haskell
* ./simpleSVG/ - my tiny minimalistic SVG generator
* ./snip/ - some random code snippets