add-dependent-file: Safer TH addDependentFile wrapper

[ bsd3, library, system ] [ Propose Tags ] [ Report a vulnerability ]

The library provides a safer wrapper around addDependentFile that checks that extra-source-files section in the cabal file contains addDependendFile argument and issues a correspondent compilation warning if it does not, because addDependentFile has no effect otherwise.

Development environment

$ nix develop
$ emacs &
$ cabal build
$ cabal test

[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1
Change log changelog.md
Dependencies base (>=4.7 && <5), bytestring (<1), Cabal (<4), Cabal-syntax (<4), directory (<2), filepath (<2), regex-compat (<1), template-haskell (<3) [details]
Tested with ghc ==9.12.2
License BSD-3-Clause
Copyright Daniil Iaitkov 2026
Author Daniil Iaitskov
Maintainer dyaitskov@gmail.com
Uploaded by DaniilIaitskov at 2026-02-26T11:25:22Z
Category System
Home page http://github.com/yaitskov/add-dependent-file
Bug tracker https://github.com/yaitskov/add-dependent-file/issues
Source repo head: git clone https://github.com/yaitskov/add-dependent-file.git
Distributions
Downloads 0 total (0 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for add-dependent-file-0.0.1

[back to package description]

add-dependent-file

The library provides a safer wrapper around addDependentFile that checks that extra-source-files section in the cabal file contains addDependendFile argument and issues a correspondent compilation warning if it does not, because addDependentFile has no effect otherwise.

Development environment

$ nix develop
$ emacs &
$ cabal build
$ cabal test