summaryrefslogtreecommitdiff
path: root/src/Trivstream/Options/Utils.hs
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-02 22:46:52 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-02 22:46:52 +0200
commit3989c89f0f3945f949d2929cc0af3994910a2771 (patch)
tree9c656c781ec4fa054befa4b9e0b2c2d671fc9170 /src/Trivstream/Options/Utils.hs
parentf31a65bcd1642b3f042bd906674f4064cfc9362c (diff)
downloadtrivstream-master.tar
trivstream-master.tar.gz
trivstream-master.tar.bz2
trivstream-master.tar.xz
trivstream-master.zip
minor cleanupHEADmaster
Diffstat (limited to 'src/Trivstream/Options/Utils.hs')
-rw-r--r--src/Trivstream/Options/Utils.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Trivstream/Options/Utils.hs b/src/Trivstream/Options/Utils.hs
index 30694d8..bab27b3 100644
--- a/src/Trivstream/Options/Utils.hs
+++ b/src/Trivstream/Options/Utils.hs
@@ -8,6 +8,7 @@ import Options.Applicative
8 8
9import Data.Char 9import Data.Char
10import Data.Maybe 10import Data.Maybe
11import Text.Read (readMaybe)
11 12
12import Network.Socket 13import Network.Socket
13 14