aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hie.yaml12
-rw-r--r--hs-visinter.cabal2
-rw-r--r--src/AST.hs (renamed from AST.hs)0
-rw-r--r--src/Main.hs (renamed from Main.hs)0
-rw-r--r--src/Parser.hs (renamed from Parser.hs)0
5 files changed, 13 insertions, 1 deletions
diff --git a/hie.yaml b/hie.yaml
new file mode 100644
index 0000000..9e856b5
--- /dev/null
+++ b/hie.yaml
@@ -0,0 +1,12 @@
+cradle:
+ multi:
+ - path: "./src"
+ config:
+ cradle:
+ cabal:
+ component: "exe:hs-visinter"
+ - path: "./examples"
+ config:
+ cradle:
+ direct:
+ arguments: []
diff --git a/hs-visinter.cabal b/hs-visinter.cabal
index 11d19eb..1f9a39f 100644
--- a/hs-visinter.cabal
+++ b/hs-visinter.cabal
@@ -18,6 +18,6 @@ executable hs-visinter
mtl,
monad-chronicle ^>= 1.0.0.1,
these
- hs-source-dirs: .
+ hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall -threaded
diff --git a/AST.hs b/src/AST.hs
index 47652b6..47652b6 100644
--- a/AST.hs
+++ b/src/AST.hs
diff --git a/Main.hs b/src/Main.hs
index c9de0cc..c9de0cc 100644
--- a/Main.hs
+++ b/src/Main.hs
diff --git a/Parser.hs b/src/Parser.hs
index 0f0bd0c..0f0bd0c 100644
--- a/Parser.hs
+++ b/src/Parser.hs