summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Network/DNS.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Network/DNS.hs b/Network/DNS.hs
index c8a4c83..acf56c6 100644
--- a/Network/DNS.hs
+++ b/Network/DNS.hs
@@ -2,8 +2,7 @@
Thread-safe DNS library written in Haskell.
Currently, only resolver side is supported. This code is written in
- Haskell, not using FFI. So, the \"-threaded\" option for GHC is not
- necessary.
+ Haskell, not using FFI.
Sample code: