packages feed

phoityne-vscode-0.0.8.0: phoityne-vscode.cabal

name:                phoityne-vscode
version:             0.0.8.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.VSCode.Argument
                     , Phoityne.VSCode.IO.Control
                     , Phoityne.VSCode.IO.Main
                     , Phoityne.VSCode.IO.Core
                     , Phoityne.VSCode.Constant
                     , Phoityne.VSCode.Utility
                     , Phoityne.VSCode.IO.Utility
                     , Phoityne.VSCode.TH.BreakpointJSON
                     , Phoityne.VSCode.TH.ContinueArgumentsJSON
                     , Phoityne.VSCode.TH.ContinueRequestJSON
                     , Phoityne.VSCode.TH.ContinueResponseJSON
                     , Phoityne.VSCode.TH.DisconnectArgumentsJSON
                     , Phoityne.VSCode.TH.DisconnectRequestJSON
                     , Phoityne.VSCode.TH.DisconnectResponseJSON
                     , Phoityne.VSCode.TH.ErrorResponseBodyJSON
                     , Phoityne.VSCode.TH.ErrorResponseJSON
                     , Phoityne.VSCode.TH.EvaluateArgumentsJSON
                     , Phoityne.VSCode.TH.EvaluateBodyJSON
                     , Phoityne.VSCode.TH.EvaluateRequestJSON
                     , Phoityne.VSCode.TH.EvaluateResponseJSON
                     , Phoityne.VSCode.TH.ExceptionBreakpointsFilterJSON
                     , Phoityne.VSCode.TH.ExitedEventBodyJSON
                     , Phoityne.VSCode.TH.ExitedEventJSON
                     , Phoityne.VSCode.TH.FunctionBreakpointJSON
                     , Phoityne.VSCode.TH.InitializedEventJSON
                     , Phoityne.VSCode.TH.InitializeRequestArgumentsJSON
                     , Phoityne.VSCode.TH.InitializeRequestJSON
                     , Phoityne.VSCode.TH.InitializeResponseCapabilitesJSON
                     , Phoityne.VSCode.TH.InitializeResponseJSON
                     , Phoityne.VSCode.TH.LaunchRequestArgumentsJSON
                     , Phoityne.VSCode.TH.LaunchRequestJSON
                     , Phoityne.VSCode.TH.LaunchResponseJSON
                     , Phoityne.VSCode.TH.MessageJSON
                     , Phoityne.VSCode.TH.NextArgumentsJSON
                     , Phoityne.VSCode.TH.NextRequestJSON
                     , Phoityne.VSCode.TH.NextResponseJSON
                     , Phoityne.VSCode.TH.OutputEventJSON
                     , Phoityne.VSCode.TH.OutputEventBodyJSON
                     , Phoityne.VSCode.TH.PauseArgumentsJSON
                     , Phoityne.VSCode.TH.PauseRequestJSON
                     , Phoityne.VSCode.TH.PauseResponseJSON
                     , Phoityne.VSCode.TH.RequestJSON
                     , Phoityne.VSCode.TH.ScopeJSON
                     , Phoityne.VSCode.TH.ScopesArgumentsJSON
                     , Phoityne.VSCode.TH.ScopesBodyJSON
                     , Phoityne.VSCode.TH.ScopesRequestJSON
                     , Phoityne.VSCode.TH.ScopesResponseJSON
                     , Phoityne.VSCode.TH.SetBreakpointsRequestArgumentsJSON
                     , Phoityne.VSCode.TH.SetBreakpointsRequestJSON
                     , Phoityne.VSCode.TH.SetBreakpointsResponseBodyJSON
                     , Phoityne.VSCode.TH.SetBreakpointsResponseJSON
                     , Phoityne.VSCode.TH.SetFunctionBreakpointsRequestArgumentsJSON
                     , Phoityne.VSCode.TH.SetFunctionBreakpointsRequestJSON
                     , Phoityne.VSCode.TH.SetFunctionBreakpointsResponseBodyJSON
                     , Phoityne.VSCode.TH.SetFunctionBreakpointsResponseJSON
                     , Phoityne.VSCode.TH.SourceArgumentsJSON
                     , Phoityne.VSCode.TH.SourceBreakpointJSON
                     , Phoityne.VSCode.TH.SourceJSON
                     , Phoityne.VSCode.TH.SourceRequestJSON
                     , Phoityne.VSCode.TH.SourceResponseBodyJSON
                     , Phoityne.VSCode.TH.SourceResponseJSON
                     , Phoityne.VSCode.TH.StackFrameJSON
                     , Phoityne.VSCode.TH.StackTraceArgumentsJSON
                     , Phoityne.VSCode.TH.StackTraceBodyJSON
                     , Phoityne.VSCode.TH.StackTraceRequestJSON
                     , Phoityne.VSCode.TH.StackTraceResponseJSON
                     , Phoityne.VSCode.TH.StepInArgumentsJSON
                     , Phoityne.VSCode.TH.StepInRequestJSON
                     , Phoityne.VSCode.TH.StepInResponseJSON
                     , Phoityne.VSCode.TH.StepOutArgumentsJSON
                     , Phoityne.VSCode.TH.StepOutRequestJSON
                     , Phoityne.VSCode.TH.StepOutResponseJSON
                     , Phoityne.VSCode.TH.StoppedEventBodyJSON
                     , Phoityne.VSCode.TH.StoppedEventJSON
                     , Phoityne.VSCode.TH.TerminatedEventBodyJSON
                     , Phoityne.VSCode.TH.TerminatedEventJSON
                     , Phoityne.VSCode.TH.ThreadJSON
                     , Phoityne.VSCode.TH.ThreadsRequestJSON
                     , Phoityne.VSCode.TH.ThreadsResponseBodyJSON
                     , Phoityne.VSCode.TH.ThreadsResponseJSON
                     , Phoityne.VSCode.TH.VariableJSON
                     , Phoityne.VSCode.TH.VariablesArgumentsJSON
                     , Phoityne.VSCode.TH.VariablesBodyJSON
                     , Phoityne.VSCode.TH.VariablesRequestJSON
                     , Phoityne.VSCode.TH.VariablesResponseJSON
                     , Phoityne.GHCi
                     , Phoityne.GHCi.IO.Command
                     , Phoityne.GHCi.IO.Process
  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