Skip to content

Commit 4443986

Browse files
Merge pull request #213 from everythingfunctional/bootstrap_submodule_support
Bootstrap submodule support
2 parents e92d9c9 + 488bdd0 commit 4443986

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+1044
-329
lines changed

bootstrap/package.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,14 @@ tests:
5858
- -with-rtsopts=-N
5959
dependencies:
6060
- fpm
61+
fpm-unittest:
62+
main: Trimmer.hs
63+
source-dirs: unit_test
64+
ghc-options:
65+
- -threaded
66+
- -rtsopts
67+
- -with-rtsopts=-N
68+
dependencies:
69+
- fpm
70+
- hedge
71+
- hedge-trimmer

bootstrap/src/Build.hs

Lines changed: 90 additions & 289 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)