-
Oleg Grenrus authored
This is poor man doctest. Prerequisites: - `doctest` executable is in `$PATH`, compiled with GHC used to new-build the Cabal - `.ghc.environment` file is generated As GHC picks up dependencies from `.ghc.environment` file, a simple `doctest MODULES` works. As you see, I had a bug in doctests. For now, I don't add this to CI, as it's enough to run doctests occasionally (there are only 4 examples atm).
Oleg Grenrus authoredThis is poor man doctest. Prerequisites: - `doctest` executable is in `$PATH`, compiled with GHC used to new-build the Cabal - `.ghc.environment` file is generated As GHC picks up dependencies from `.ghc.environment` file, a simple `doctest MODULES` works. As you see, I had a bug in doctests. For now, I don't add this to CI, as it's enough to run doctests occasionally (there are only 4 examples atm).
Code owners
Assign users and groups as approvers for specific file changes. Learn more.