cabal-version: 2.0 name: hs-visinter synopsis: Visualising interpreter for a subset of Haskell version: 0.1.0.0 license: MIT author: Tom Smeding maintainer: tom@tomsmeding.com build-type: Simple library exposed-modules: Control.FAlternative Data.Bag Data.List.NonEmpty.Util HSVIS.AST HSVIS.Diagnostic HSVIS.Parser HSVIS.Pretty HSVIS.Typecheck HSVIS.Typecheck.Solve build-depends: base >= 4.16 && < 4.20, containers >= 0.6.3.1 && < 0.8, mtl ^>= 2.3, monad-chronicle ^>= 1.0.0.1, these hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall -threaded executable hs-visinter main-is: Main.hs other-modules: build-depends: base, hs-visinter hs-source-dirs: app default-language: Haskell2010 ghc-options: -Wall -threaded executable hs-vis-lsp main-is: Main.hs other-modules: build-depends: base, hs-visinter, lsp ^>= 2.4.0.0, text, -- dependencies of lsp lens, text-rope hs-source-dirs: lsp default-language: Haskell2010 ghc-options: -Wall -threaded