packages feed

hindent-4.3.10: test/johan-tibell/expected/2.exp

strToMonth :: String -> Int
strToMonth month = case month of
        "Jan" -> 1
        "Feb" -> 2
        _ -> error $ "Unknown month " ++ month