diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-02 22:46:52 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-02 22:46:52 +0200 |
commit | 3989c89f0f3945f949d2929cc0af3994910a2771 (patch) | |
tree | 9c656c781ec4fa054befa4b9e0b2c2d671fc9170 /src/Trivstream/Options/Utils.hs | |
parent | f31a65bcd1642b3f042bd906674f4064cfc9362c (diff) | |
download | trivstream-master.tar trivstream-master.tar.gz trivstream-master.tar.bz2 trivstream-master.tar.xz trivstream-master.zip |
Diffstat (limited to 'src/Trivstream/Options/Utils.hs')
-rw-r--r-- | src/Trivstream/Options/Utils.hs | 1 |
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 | ||
9 | import Data.Char | 9 | import Data.Char |
10 | import Data.Maybe | 10 | import Data.Maybe |
11 | import Text.Read (readMaybe) | ||
11 | 12 | ||
12 | import Network.Socket | 13 | import Network.Socket |
13 | 14 | ||