aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-12-17 10:21:21 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-12-17 10:21:21 -0800
commit94d996cb2109a491d17c687ea777d0cad5dd04ab (patch)
tree369cee56493f39d54f9d5eb941f7282f5ce3b44e
parentcbc8e06578d83c29e5ea8246d039f5d41dcc365a (diff)
downloadpandoc-94d996cb2109a491d17c687ea777d0cad5dd04ab.tar.gz
Remove hie.yaml.
-rw-r--r--hie.yaml37
1 files changed, 0 insertions, 37 deletions
diff --git a/hie.yaml b/hie.yaml
deleted file mode 100644
index 8a0907410..000000000
--- a/hie.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-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"