cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: da77e0a33d754f6f5d7c7f1c43908127b950c2399a352febb7a7d8203d324a5d name: haskell-debug-adapter version: 0.0.33.0 synopsis: Haskell Debug Adapter. description: Please see README.md category: Development homepage: https://github.com/phoityne/haskell-debug-adapter/ bug-reports: https://github.com/phoityne/haskell-debug-adapter/issues author: phoityne_hs maintainer: phoityne.hs@gmail.com copyright: 2016-2020 phoityne_hs license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md Changelog.md library exposed-modules: Haskell.Debug.Adapter.Control other-modules: Haskell.Debug.Adapter.Application Haskell.Debug.Adapter.Constant Haskell.Debug.Adapter.GHCi Haskell.Debug.Adapter.Logger Haskell.Debug.Adapter.Request Haskell.Debug.Adapter.Response Haskell.Debug.Adapter.State.Contaminated Haskell.Debug.Adapter.State.DebugRun Haskell.Debug.Adapter.State.DebugRun.Continue Haskell.Debug.Adapter.State.DebugRun.InternalTerminate Haskell.Debug.Adapter.State.DebugRun.Next Haskell.Debug.Adapter.State.DebugRun.Scopes Haskell.Debug.Adapter.State.DebugRun.StackTrace Haskell.Debug.Adapter.State.DebugRun.StepIn Haskell.Debug.Adapter.State.DebugRun.Terminate Haskell.Debug.Adapter.State.DebugRun.Threads Haskell.Debug.Adapter.State.DebugRun.Variables Haskell.Debug.Adapter.State.GHCiRun Haskell.Debug.Adapter.State.GHCiRun.ConfigurationDone Haskell.Debug.Adapter.State.Init Haskell.Debug.Adapter.State.Init.Initialize Haskell.Debug.Adapter.State.Init.Launch Haskell.Debug.Adapter.State.Shutdown Haskell.Debug.Adapter.State.Utility Haskell.Debug.Adapter.TH.Utility Haskell.Debug.Adapter.Thread Haskell.Debug.Adapter.Type Haskell.Debug.Adapter.Utility Haskell.Debug.Adapter.Watch Paths_haskell_debug_adapter hs-source-dirs: src default-extensions: BangPatterns BinaryLiterals ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedLabels PartialTypeSignatures PatternGuards PolyKinds RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TupleSections TypeFamilies TypeOperators TypeSynonymInstances ViewPatterns ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-orphans -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends: Cabal , aeson , async , base >=4.7 && <5 , bytestring , clock , conduit , conduit-extra , containers , data-default , directory , filepath , fsnotify , ghci-dap >=0.0.14.0 , haskell-dap >=0.0.14.0 , hslogger , lens , mtl , optparse-applicative , parsec , process , resourcet , safe-exceptions , text if impl(ghc < 8.4.0) buildable: False default-language: Haskell2010 executable haskell-debug-adapter main-is: Main.hs other-modules: Paths_haskell_debug_adapter hs-source-dirs: app default-extensions: BangPatterns BinaryLiterals ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedLabels PartialTypeSignatures PatternGuards PolyKinds RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TupleSections TypeFamilies TypeOperators TypeSynonymInstances ViewPatterns ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-orphans -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: Cabal , aeson , async , base >=4.7 && <5 , bytestring , clock , conduit , conduit-extra , containers , data-default , directory , filepath , fsnotify , ghci-dap >=0.0.14.0 , haskell-dap >=0.0.14.0 , haskell-debug-adapter , hslogger , lens , mtl , optparse-applicative , parsec , process , resourcet , safe-exceptions , text if impl(ghc < 8.4.0) buildable: False default-language: Haskell2010 test-suite haskell-debug-adapter-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Haskell.Debug.Adapter.ControlSpec Spec.Utility Paths_haskell_debug_adapter hs-source-dirs: test default-extensions: BangPatterns BinaryLiterals ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedLabels PartialTypeSignatures PatternGuards PolyKinds RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TupleSections TypeFamilies TypeOperators TypeSynonymInstances ViewPatterns ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-orphans -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: Cabal , aeson , async , base >=4.7 && <5 , bytestring , clock , conduit , conduit-extra , containers , data-default , directory , filepath , fsnotify , ghci-dap >=0.0.14.0 , haskell-dap >=0.0.14.0 , haskell-debug-adapter , hslogger , hspec , lens , mtl , optparse-applicative , parsec , process , resourcet , safe-exceptions , text if impl(ghc < 8.4.0) buildable: False default-language: Haskell2010