packages feed

ping-0.1.0.1: src-production/Network/Icmp/Ping/Debug.hs

module Network.Icmp.Ping.Debug
  ( debug
  ) where

debug :: String -> IO ()
debug _ = pure ()