name: phoityne-vscode version: 0.0.7.0 synopsis: ghci debug viewer on Visual Studio Code description: Please see README.md license: BSD3 license-file: LICENSE author: phoityne_hs maintainer: phoityne.hs@gmail.com homepage: https://sites.google.com/site/phoityne/vscode copyright: 2016 phoityne_hs category: Development build-type: Simple cabal-version: >=1.10 extra-source-files: README.md , Changelog.md executable phoityne-vscode ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing hs-source-dirs: app main-is: Main.hs other-modules: Paths_phoityne_vscode , Phoityne.Argument , Phoityne.Constant , Phoityne.Utility , Phoityne.IO.Control , Phoityne.IO.Main , Phoityne.IO.Utility , Phoityne.IO.CUI.GHCiControl , Phoityne.IO.GUI.Control , Phoityne.IO.GUI.VSCode.TH.BreakpointJSON , Phoityne.IO.GUI.VSCode.TH.ContinueArgumentsJSON , Phoityne.IO.GUI.VSCode.TH.ContinueRequestJSON , Phoityne.IO.GUI.VSCode.TH.ContinueResponseJSON , Phoityne.IO.GUI.VSCode.TH.DisconnectArgumentsJSON , Phoityne.IO.GUI.VSCode.TH.DisconnectRequestJSON , Phoityne.IO.GUI.VSCode.TH.DisconnectResponseJSON , Phoityne.IO.GUI.VSCode.TH.ErrorResponseBodyJSON , Phoityne.IO.GUI.VSCode.TH.ErrorResponseJSON , Phoityne.IO.GUI.VSCode.TH.EvaluateArgumentsJSON , Phoityne.IO.GUI.VSCode.TH.EvaluateBodyJSON , Phoityne.IO.GUI.VSCode.TH.EvaluateRequestJSON , Phoityne.IO.GUI.VSCode.TH.EvaluateResponseJSON , Phoityne.IO.GUI.VSCode.TH.ExceptionBreakpointsFilterJSON , Phoityne.IO.GUI.VSCode.TH.ExitedEventBodyJSON , Phoityne.IO.GUI.VSCode.TH.ExitedEventJSON , Phoityne.IO.GUI.VSCode.TH.InitializedEventJSON , Phoityne.IO.GUI.VSCode.TH.InitializeRequestArgumentsJSON , Phoityne.IO.GUI.VSCode.TH.InitializeRequestJSON , Phoityne.IO.GUI.VSCode.TH.InitializeResponseCapabilitesJSON , Phoityne.IO.GUI.VSCode.TH.InitializeResponseJSON , Phoityne.IO.GUI.VSCode.TH.LaunchRequestArgumentsJSON , Phoityne.IO.GUI.VSCode.TH.LaunchRequestJSON , Phoityne.IO.GUI.VSCode.TH.LaunchResponseJSON , Phoityne.IO.GUI.VSCode.TH.MessageJSON , Phoityne.IO.GUI.VSCode.TH.NextArgumentsJSON , Phoityne.IO.GUI.VSCode.TH.NextRequestJSON , Phoityne.IO.GUI.VSCode.TH.NextResponseJSON , Phoityne.IO.GUI.VSCode.TH.OutputEventJSON , Phoityne.IO.GUI.VSCode.TH.OutputEventBodyJSON , Phoityne.IO.GUI.VSCode.TH.PauseArgumentsJSON , Phoityne.IO.GUI.VSCode.TH.PauseRequestJSON , Phoityne.IO.GUI.VSCode.TH.PauseResponseJSON , Phoityne.IO.GUI.VSCode.TH.RequestJSON , Phoityne.IO.GUI.VSCode.TH.ScopeJSON , Phoityne.IO.GUI.VSCode.TH.ScopesArgumentsJSON , Phoityne.IO.GUI.VSCode.TH.ScopesBodyJSON , Phoityne.IO.GUI.VSCode.TH.ScopesRequestJSON , Phoityne.IO.GUI.VSCode.TH.ScopesResponseJSON , Phoityne.IO.GUI.VSCode.TH.SetBreakpointsRequestArgumentsJSON , Phoityne.IO.GUI.VSCode.TH.SetBreakpointsRequestJSON , Phoityne.IO.GUI.VSCode.TH.SetBreakpointsResponseBodyJSON , Phoityne.IO.GUI.VSCode.TH.SetBreakpointsResponseJSON , Phoityne.IO.GUI.VSCode.TH.SourceArgumentsJSON , Phoityne.IO.GUI.VSCode.TH.SourceBreakpointJSON , Phoityne.IO.GUI.VSCode.TH.SourceJSON , Phoityne.IO.GUI.VSCode.TH.SourceRequestJSON , Phoityne.IO.GUI.VSCode.TH.SourceResponseBodyJSON , Phoityne.IO.GUI.VSCode.TH.SourceResponseJSON , Phoityne.IO.GUI.VSCode.TH.StackFrameJSON , Phoityne.IO.GUI.VSCode.TH.StackTraceArgumentsJSON , Phoityne.IO.GUI.VSCode.TH.StackTraceBodyJSON , Phoityne.IO.GUI.VSCode.TH.StackTraceRequestJSON , Phoityne.IO.GUI.VSCode.TH.StackTraceResponseJSON , Phoityne.IO.GUI.VSCode.TH.StepInArgumentsJSON , Phoityne.IO.GUI.VSCode.TH.StepInRequestJSON , Phoityne.IO.GUI.VSCode.TH.StepInResponseJSON , Phoityne.IO.GUI.VSCode.TH.StepOutArgumentsJSON , Phoityne.IO.GUI.VSCode.TH.StepOutRequestJSON , Phoityne.IO.GUI.VSCode.TH.StepOutResponseJSON , Phoityne.IO.GUI.VSCode.TH.StoppedEventBodyJSON , Phoityne.IO.GUI.VSCode.TH.StoppedEventJSON , Phoityne.IO.GUI.VSCode.TH.TerminatedEventBodyJSON , Phoityne.IO.GUI.VSCode.TH.TerminatedEventJSON , Phoityne.IO.GUI.VSCode.TH.ThreadJSON , Phoityne.IO.GUI.VSCode.TH.ThreadsRequestJSON , Phoityne.IO.GUI.VSCode.TH.ThreadsResponseBodyJSON , Phoityne.IO.GUI.VSCode.TH.ThreadsResponseJSON , Phoityne.IO.GUI.VSCode.TH.VariableJSON , Phoityne.IO.GUI.VSCode.TH.VariablesArgumentsJSON , Phoityne.IO.GUI.VSCode.TH.VariablesBodyJSON , Phoityne.IO.GUI.VSCode.TH.VariablesRequestJSON , Phoityne.IO.GUI.VSCode.TH.VariablesResponseJSON build-depends: base >= 4.7 && < 5 , directory , Cabal , hslogger , ConfigFile , cmdargs , MissingH , safe , aeson , bytestring , containers , conduit , conduit-extra , text , resourcet , process , HStringTemplate , transformers , mtl , filepath , directory , parsec , split , fsnotify default-language: Haskell2010 test-suite phoityne-vscode-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base , aeson , hspec ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010