@@ -4,14 +4,15 @@ See the table below for a list of the example packages provided in this director
4
4
the features demonstrated in each package and which versions of fpm are supported.
5
5
6
6
7
- | Name | Features | Bootstrap (Haskell) fpm | fpm |
8
- | ------------------| ---------------------------------------------------------------| :-----------------------:| :---:|
9
- | circular_example | Local path dependency; circular dependency | Y | N |
10
- | circular_test | Local path dependency; circular dependency | Y | N |
11
- | hello_complex | Non-standard directory layout; multiple tests and executables | Y | Y |
12
- | hello_fpm | App-only; local path dependency | Y | N |
13
- | hello_world | App-only | Y | Y |
14
- | makefile_complex | External build command (makefile); local path dependency | Y | N |
15
- | submodules | Lib-only; submodules (3 levels) | N | Y |
16
- | with_c | Compile with ` c ` source files | N | Y |
17
- | with_makefile | External build command (makefile) | Y | N |
7
+ | Name | Features | Bootstrap (Haskell) fpm | fpm |
8
+ | ---------------------| ---------------------------------------------------------------| :-----------------------:| :---:|
9
+ | circular_example | Local path dependency; circular dependency | Y | N |
10
+ | circular_test | Local path dependency; circular dependency | Y | N |
11
+ | hello_complex | Non-standard directory layout; multiple tests and executables | Y | Y |
12
+ | hello_fpm | App-only; local path dependency | Y | N |
13
+ | hello_world | App-only | Y | Y |
14
+ | makefile_complex | External build command (makefile); local path dependency | Y | N |
15
+ | program_with_module | App-only; module+program in single source file | Y | Y |
16
+ | submodules | Lib-only; submodules (3 levels) | N | Y |
17
+ | with_c | Compile with ` c ` source files | N | Y |
18
+ | with_makefile | External build command (makefile) | Y | N |
0 commit comments