diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-02-21 22:10:39 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-02-21 22:10:39 +0100 |
commit | 1923a8a4ea3a1bcb55f194ff226359ea492b419a (patch) | |
tree | c396d745f80cbc899379bbe5dde48876537de0ec /src/Network/Ip.hs | |
parent | 0391dd6a6df19f57393c25c233b448f4bb3f6353 (diff) |
Update to support mtl-2.3
Diffstat (limited to 'src/Network/Ip.hs')
-rw-r--r-- | src/Network/Ip.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/Ip.hs b/src/Network/Ip.hs index ae8a2d2..8f0887a 100644 --- a/src/Network/Ip.hs +++ b/src/Network/Ip.hs @@ -33,6 +33,7 @@ module Network.Ip ( ) where import Control.Concurrent.STM +import Control.Monad import Control.Monad.Writer import Data.Function |