Add 'doctest' as a cabal test

We provide a simple wrapper that executes `doctest` on our `src`
directory. This allows us to run all doctests during a regular `cabal
test` run.
This commit is contained in:
Alexander Kobjolke 2023-08-29 21:07:33 +02:00
parent 8b1755425c
commit 3cd99e3f0b
3 changed files with 27 additions and 7 deletions

View file

@ -70,12 +70,12 @@
haskellPackages.haskell-language-server
haskellPackages.fourmolu
haskellPackages.hspec-discover
haskellPackages.doctest
cabal-install
ghcid
nixfmt
hpack
hlint
haskellPackages.doctest
];
};
});