Commit graph

11 commits

Author SHA1 Message Date
e53fe2237d flake: Define package within an overlay 2023-10-03 11:56:09 +02:00
3cd99e3f0b 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.
2023-08-29 23:28:49 +02:00
67b691d410 flake: Install hspec-discover 2023-08-26 01:13:57 +02:00
eeac31df24 flake: Simplify packages function 2023-08-26 01:13:48 +02:00
8f76ec738e flake: Attempt to run doctests
Reviewed-by: Alexander Kobjolke <me@failco.de>
2023-08-24 00:00:31 +02:00
64cdbc9bce flake: Put tools into nativeBuildInputs 2023-08-21 06:49:51 +02:00
30132088df flake: Disable doctest for now as it won't run during flake check correctly 2023-08-21 06:34:21 +02:00
7a69fb2363 Make 'nix flake check' work 2023-08-19 01:10:47 +02:00
9876e488c4 Run doctest before commits 2023-08-18 11:09:34 +02:00
a102423515 Cover our utility functons with unit tests 2023-08-17 22:30:39 +02:00
babdc90cef Initial import 2023-08-12 10:50:03 +02:00