diff options
-rw-r--r-- | hie.yaml | 37 |
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" |