diff options
author | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2020-12-09 11:19:26 +0100 |
---|---|---|
committer | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2020-12-10 18:14:26 +0100 |
commit | 39a30ad5eae3628e788ae944ccf698411140dee3 (patch) | |
tree | 675eaca57e27094a919b32b847f5502cf5d2da09 /example_packages | |
parent | 4eeab74dd007d9476f3b862f79c623e457a7dad1 (diff) | |
download | fpm-39a30ad5eae3628e788ae944ccf698411140dee3.tar.gz fpm-39a30ad5eae3628e788ae944ccf698411140dee3.zip |
Implement example executables also for Haskell fpm
Diffstat (limited to 'example_packages')
-rw-r--r-- | example_packages/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example_packages/README.md b/example_packages/README.md index a360225..667b9a3 100644 --- a/example_packages/README.md +++ b/example_packages/README.md @@ -13,7 +13,7 @@ the features demonstrated in each package and which versions of fpm are supporte | hello_complex_2 | Auto-discovery of tests and executables with modules | N | Y | | hello_fpm | App-only; local path dependency | Y | Y | | hello_world | App-only | Y | Y | -| with_examples | Example-only | N | Y | +| with_examples | Example-only | Y | Y | | makefile_complex | External build command (makefile); local path dependency | Y | N | | program_with_module | App-only; module+program in single source file | Y | Y | | submodules | Lib-only; submodules (3 levels) | N | Y | |