summaryrefslogtreecommitdiff
path: root/examples/dht.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2017-07-28 07:42:42 -0400
committerjoe <joe@jerkface.net>2017-07-28 07:42:42 -0400
commita45e8e17e4609ffb249f9a666bde8206204738eb (patch)
tree30ed98bad9f79780f0da3aa933954f60ad576c97 /examples/dht.hs
parent025364434a3a57260e8149df4a532c14332aacfe (diff)
Build tweeks.
Diffstat (limited to 'examples/dht.hs')
-rw-r--r--examples/dht.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/dht.hs b/examples/dht.hs
index 16b12678..534a319b 100644
--- a/examples/dht.hs
+++ b/examples/dht.hs
@@ -1,4 +1,5 @@
1{-# LANGUAGE NondecreasingIndentation #-} 1{-# LANGUAGE NondecreasingIndentation #-}
2import Control.Applicative
2import Control.Monad 3import Control.Monad
3import Data.Function 4import Data.Function
4import Control.Monad.IO.Class 5import Control.Monad.IO.Class