./devel/hs-hiedb, Generates a references DB from .hie files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.6.0.0nb5, Package name: hs-hiedb-0.6.0.0nb5, Maintainer: pkgsrc-users

Tool and library to index and query a collection of ".hie" files.


Master sites:

Filesize: 29.632 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | Package updated
Log message:
revbump after icu and protobuf updates
   2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137)
Log message:
Recursive revbump after changing the default Haskell compiler
   2024-05-02 12:06:47 by Masatake Daimon | Files touched by this commit (5)
Log message:
devel/hs-hiedb: Update to 0.6.0.0

0.6.0.0 -- 2024-02-11
    Add index on column unit of table mods
    Add new table imports which indexes import statements
    Add new cli options that allow selectively skipping indexing of some things: \ 
--skip-refs Skip refs table when indexing --skip-decls Skip decls table when \ 
indexing --skip-defs Skip defs table when indexing --skip-exports Skip exports \ 
table when indexing --skip-imports Skip imports table when indexing --skip-types \ 
Skip types and typerefs table when indexing --skip-typerefs Skip typerefs table \ 
when indexing
    Fix a bug where duplicate entries were inserted into typerefs table during \ 
indexing
    Fix a bug in searchDef query which was mistakenly not including ':' when \ 
searching by occurrence names

0.5.0.1 -- 2024-01-12
    Fix incorrect Show Symbol instance in 0.5.0.0

0.5.0.0 -- 2024-01-12
    Handle duplicate record fields in GHC 9.8 instead of crashing

0.4.4.0 -- 2023-11-13
    Add --src-base-dir option allowing for src file indexing in mods
    Support GHC 9.8.1
    Drop support for GHC 8.10
    Add lookupHieFileFromHash
    Add lookupPackage
    Add removeDependencySrcFiles
   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96