This file is indexed.

/usr/share/doc/libghc-persistable-types-hdbc-pg-doc/html/persistable-types-HDBC-pg.txt is in libghc-persistable-types-hdbc-pg-doc 0.0.1.5-1build3.

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
17
18
19
20
21
22
23
24
25
-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | HDBC and Relational-Record instances of PostgreSQL extended types
--   
--   This package contains HDBC Convertible instances and Relational-Record
--   persistable instances of PostgreSQL extended types Supported extended
--   types: inet, cidr
@package persistable-types-HDBC-pg
@version 0.0.1.5

module Database.HDBC.PostgreSQL.Instances
instance Data.Convertible.Base.Convertible Database.HDBC.SqlValue.SqlValue Data.PostgreSQL.NetworkAddress.Inet
instance Data.Convertible.Base.Convertible Database.HDBC.SqlValue.SqlValue Data.PostgreSQL.NetworkAddress.Cidr
instance Data.Convertible.Base.Convertible Data.PostgreSQL.NetworkAddress.Inet Database.HDBC.SqlValue.SqlValue
instance Data.Convertible.Base.Convertible Data.PostgreSQL.NetworkAddress.Cidr Database.HDBC.SqlValue.SqlValue

module Database.HDBC.PostgreSQL.Persistable
instance Database.Record.Persistable.PersistableWidth Data.PostgreSQL.NetworkAddress.Inet
instance Database.Record.Persistable.PersistableWidth Data.PostgreSQL.NetworkAddress.Cidr
instance Database.Record.FromSql.FromSql Database.HDBC.SqlValue.SqlValue Data.PostgreSQL.NetworkAddress.Inet
instance Database.Record.FromSql.FromSql Database.HDBC.SqlValue.SqlValue Data.PostgreSQL.NetworkAddress.Cidr
instance Database.Record.ToSql.ToSql Database.HDBC.SqlValue.SqlValue Data.PostgreSQL.NetworkAddress.Inet
instance Database.Record.ToSql.ToSql Database.HDBC.SqlValue.SqlValue Data.PostgreSQL.NetworkAddress.Cidr