We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hie.yaml
1 parent e43f093 commit 158a412Copy full SHA for 158a412
hie.yaml
@@ -0,0 +1,21 @@
1
+cradle:
2
+ multi:
3
+ - path: "./message-index/create-message-template.hs"
4
+ config:
5
+ cradle:
6
+ direct:
7
+ arguments: []
8
+ - path: "./message-index/site.hs"
9
10
11
+ cabal:
12
13
+ component: "message-index:exe:site"
14
+ - path: "./message-index/messages"
15
16
17
+ # TODO We could use a `bios` cradle instead, to get the precise flags necessary to trigger the message.
18
+ # e.g. by parsing the `flag:` field from `index.md` if that were used consistently.
19
+ # But `-Wall` is a decent approximation.
20
21
+ arguments: [ -Wall ]
0 commit comments