-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Interface to the past.is URL shortening service
--   
--   Interface to the past.is URL shortening service through the HTTP and
--   network packages.
@package pastis
@version 0.1.2

module Network.Pastis

-- | Use pastisURL to shorten a URL. If an error occurs, the function
--   returns <tt>url</tt>.
pastisURL :: String -> IO String
