diff options
author | joe <joe@jerkface.net> | 2017-07-28 07:42:42 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2017-07-28 07:42:42 -0400 |
commit | a45e8e17e4609ffb249f9a666bde8206204738eb (patch) | |
tree | 30ed98bad9f79780f0da3aa933954f60ad576c97 /examples/dht.hs | |
parent | 025364434a3a57260e8149df4a532c14332aacfe (diff) |
Build tweeks.
Diffstat (limited to 'examples/dht.hs')
-rw-r--r-- | examples/dht.hs | 1 |
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 #-} |
2 | import Control.Applicative | ||
2 | import Control.Monad | 3 | import Control.Monad |
3 | import Data.Function | 4 | import Data.Function |
4 | import Control.Monad.IO.Class | 5 | import Control.Monad.IO.Class |