diff options
Diffstat (limited to 'hs-visinter.cabal')
-rw-r--r-- | hs-visinter.cabal | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/hs-visinter.cabal b/hs-visinter.cabal index 0639cde..181d112 100644 --- a/hs-visinter.cabal +++ b/hs-visinter.cabal @@ -10,16 +10,16 @@ build-type: Simple executable hs-visinter main-is: Main.hs other-modules: - AST Control.FAlternative - Parser - Pretty + HSVIS.AST + HSVIS.Parser + HSVIS.Pretty build-depends: base >= 4.16 && < 4.20, containers >= 0.6.3.1 && < 0.8, mtl, monad-chronicle ^>= 1.0.0.1, these - hs-source-dirs: src - default-language: Haskell2010 - ghc-options: -Wall -threaded + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -Wall -threaded |