diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-02-17 09:22:49 +0100 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-02-17 09:22:49 +0100 |
commit | 3faca807fe96f2cefa50023fe373d8bcf1430121 (patch) | |
tree | 00ee8524bb93fb589468edea0502e626f7ff3df2 | |
parent | 3ef786673ff8298124cd3b5ef50c35dbb23f77e2 (diff) |
Move to src/, working HLS in examples/
-rw-r--r-- | hie.yaml | 12 | ||||
-rw-r--r-- | hs-visinter.cabal | 2 | ||||
-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/Parser.hs b/src/Parser.hs index 0f0bd0c..0f0bd0c 100644 --- a/Parser.hs +++ b/src/Parser.hs |