1. 18 Dec, 2024 1 commit
  2. 28 Oct, 2024 1 commit
  3. 09 Sep, 2024 1 commit
    • Grégoire Locqueville's avatar
      Remove useless code, dependencies, warnings · 802e0cdf
      Grégoire Locqueville authored
      - Re-enable orphan warnings that were manually disabled in many modules
      - Remove non-Haskell files that were just sitting in the source tree
      - Remove modules that were not called from anywhere
      - Remove unused dependencies
      
      This is not exhaustive by any means. In particular, some more weeding out
      can be achieved by looking at individual functions and even branches of
      functions. Weeder can help with that.
      802e0cdf
  4. 25 Mar, 2024 1 commit
  5. 04 Sep, 2023 1 commit
    • Alfredo Di Napoli's avatar
      Add addDocumentsToHyperCorpus function · 223d0d09
      Alfredo Di Napoli authored
      This commit refactors the codebase to add a new function called
      `addDocumentsToHyperCorpus` which generalises the common pattern of
      calling `insertMasterDocs` and later adding the documents via the DB
      `Doc` functions.
      
      It also "lowers" some functions to run into a plain `DBCmd`.
      223d0d09
  6. 27 Oct, 2022 1 commit
  7. 20 Jan, 2022 1 commit