/usr/share/doc/libghc-tinyurl-doc/html/TinyURL.txt is in libghc-tinyurl-doc 0.1.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | -- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | Use TinyURL to compress URLs
--
-- This package exports a single function that uses the TinyURL API to
-- compress a given URL.
@package TinyURL
@version 0.1.0
module Network.TinyURL
-- | Use TinyURL to compress a URL. In the event of a failure, return the
-- original URL.
tinyURL :: String -> IO String
|