aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-11-26 12:32:26 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-11-26 12:32:26 -0800
commitb0e2d7ded6ef72a19a21f69c890c9ea89bc9f1d5 (patch)
tree965fb28654fe01996b78ec2331a7ae7859aa5400
parent5f4deb5455d631c9fd1dd5d3ea1c96b74c06a9f7 (diff)
downloadpandoc-b0e2d7ded6ef72a19a21f69c890c9ea89bc9f1d5.tar.gz
Add hie.yaml generated by implicit-cradle.
-rw-r--r--hie.yaml37
1 files changed, 37 insertions, 0 deletions
diff --git a/hie.yaml b/hie.yaml
new file mode 100644
index 000000000..8a0907410
--- /dev/null
+++ b/hie.yaml
@@ -0,0 +1,37 @@
+cradle:
+ cabal:
+ - path: "prelude"
+ component: "lib:pandoc"
+
+ - path: "src"
+ component: "lib:pandoc"
+
+ - path: "./pandoc.hs"
+ component: "pandoc:exe:pandoc"
+
+ - path: "./Paths_pandoc.hs"
+ component: "pandoc:exe:pandoc"
+
+ - path: "prelude/trypandoc.hs"
+ component: "pandoc:exe:trypandoc"
+
+ - path: "prelude/Prelude.hs"
+ component: "pandoc:exe:trypandoc"
+
+ - path: "prelude/weigh-pandoc.hs"
+ component: "pandoc:bench:weigh-pandoc"
+
+ - path: "prelude/Prelude.hs"
+ component: "pandoc:bench:weigh-pandoc"
+
+ - path: "test"
+ component: "pandoc:test:test-pandoc"
+
+ - path: "prelude"
+ component: "pandoc:test:test-pandoc"
+
+ - path: "prelude/benchmark-pandoc.hs"
+ component: "pandoc:bench:benchmark-pandoc"
+
+ - path: "prelude/Prelude.hs"
+ component: "pandoc:bench:benchmark-pandoc"