aboutsummaryrefslogtreecommitdiffstats
path: root/hie.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'hie.yaml')
-rw-r--r--hie.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/hie.yaml b/hie.yaml
new file mode 100644
index 0000000..b6663a1
--- /dev/null
+++ b/hie.yaml
@@ -0,0 +1,16 @@
+cradle:
+ multi:
+ # - path: "ignore/"
+ # config: {cradle: {none: }}
+
+ - path: "src"
+ config: {cradle: {cabal: {component: "lib:gsa-parser"}}}
+
+ - path: "app"
+ config: {cradle: {cabal: {component: "gsa-parser:gsa-parser-exe"}}}
+
+ - path: "test"
+ config: {cradle: {cabal: {component: "gsa-parser:gsa-parser-test"}}}
+
+ - path: "bench"
+ config: {cradle: {cabal: {component: "gsa-parser:gsa-parser-bench"}}}