docker-0.1.0.1: Network/Docker/Utils.hs
module Network.Docker.Utils where import Data.Char strip_underscore :: String -> String strip_underscore (_:xs) = xs
module Network.Docker.Utils where import Data.Char strip_underscore :: String -> String strip_underscore (_:xs) = xs