This file is indexed.

/usr/share/doc/libghc-derive-doc/html/CHANGES.txt is in libghc-derive-doc 2.5.23-1.

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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Changelog for Derive

2.5.23
    Require haskell-src-exts-1.17
2.5.22
    #7, #8 convert more types from TemplateHaskell
2.5.21
    Fix the homepage link
2.5.20
    #5, fix regression with higher-kinded constructors becoming context
2.5.19
    Support GHC 7.10
2.5.18
    #4, fix the read instance for nullary constructors
2.5.17
    Upgrade to haskell-src-exts-1.16
    Remove GHC 7.2 support
2.5.16
    Allow transformers-0.4 and above
2.5.15
    Allow haskell-src-exts-1.15.*
2.5.14
    #3, support GHC 7.9
2.5.13
    #622, turn on more Haskell extensions
2.5.12
    Upgrade to haskell-src-exts-1.14.*
2.5.11
    Support GHC 7.6
2.5.10
    Add derivation for Lens
    Modify the Typeable derivation to use mkTyCon3
2.5.9
    Support the Template Haskell Unpacked constructor
2.5.8
    Allow haskell-src-exts-1.13.*
2.5.7
    Allow haskell-src-exts-1.12.*
2.5.6
    Update the copyright year
    Allow transformers-0.3.*
2.5.5
    #513, allow derive to be run as a preprocessor
    Improve the documentation for UniplateDirect
2.5.4
    #394, allow tuple names in more places
    Fix error when deriving Binary on "data A = B"
2.5.3
    GHC 7.2 compatibility
2.5.2
    Relax the dependency on haskell-src-exts to < 1.12
2.5.1
    Improve documentation for deriveMain
2.5
    #257, add Data.DeriveMain.deriveMain, to allow user derivations
2.4.2
    Relax the dependency on haskell-src-exts to < 1.11
    Start of changelog