diff options
author | jao <jao@gnu.org> | 2018-01-31 18:42:37 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-01-31 18:42:37 +0100 |
commit | 0f4668cd35c8d5c9f6636b926422570debaeeab7 (patch) | |
tree | 903fcac6f5e199507d3b7fc112217c43fcbc5412 /src/Plugins/Monitors/Wireless.hs | |
parent | 72bd702d3d40ab9cbf166e16921010182411bdeb (diff) | |
download | xmobar-0f4668cd35c8d5c9f6636b926422570debaeeab7.tar.gz xmobar-0f4668cd35c8d5c9f6636b926422570debaeeab7.tar.bz2 |
Using external iwlib
Diffstat (limited to 'src/Plugins/Monitors/Wireless.hs')
-rw-r--r-- | src/Plugins/Monitors/Wireless.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Plugins/Monitors/Wireless.hs b/src/Plugins/Monitors/Wireless.hs index 26ded2d..eeef9a9 100644 --- a/src/Plugins/Monitors/Wireless.hs +++ b/src/Plugins/Monitors/Wireless.hs @@ -17,7 +17,7 @@ module Plugins.Monitors.Wireless (wirelessConfig, runWireless) where import System.Console.GetOpt import Plugins.Monitors.Common -import IWlib +import Network.IWlib newtype WirelessOpts = WirelessOpts { qualityIconPattern :: Maybe IconPattern |