packages feed

cdp-0.0.1.1: cdp.cabal

cabal-version: 3.0

-- This file has been generated from package.yaml by hpack version 0.34.6.
--
-- see: https://github.com/sol/hpack

name:           cdp
version:        0.0.1.1
synopsis:       A library for the Chrome Devtools Protocol
description:     A library for the Chrome Devtools Protocol (CDP). It serves as an interface to Chrome, enabling tasks such as printing a page or opening a tab.
                
                Chrome Devtools Protocol: <https://chromedevtools.github.io/devtools-protocol/>
                
                README: <https://github.com/arsalan0c/cdp-hs>
                
                Examples: <https://github.com/arsalan0c/cdp-hs/examples> 
category:       Package.Category
homepage:       https://github.com/arsalan0c/cdp-hs#readme
bug-reports:    https://github.com/arsalan0c/cdp-hs/issues
author:         Arsalan Cheema
maintainer:     Arsalan Cheema
license:        BSD-3-Clause
build-type:     Simple
extra-doc-files:
    README.md

source-repository head
  type: git
  location: https://github.com/arsalan0c/cdp-hs

library
  exposed-modules:
      CDP
      CDP.Domains
      CDP.Domains.Accessibility
      CDP.Domains.Animation
      CDP.Domains.Audits
      CDP.Domains.BackgroundService
      CDP.Domains.BrowserTarget
      CDP.Domains.CacheStorage
      CDP.Domains.Cast
      CDP.Domains.CSS
      CDP.Domains.Database
      CDP.Domains.Debugger
      CDP.Domains.DeviceOrientation
      CDP.Domains.DOMDebugger
      CDP.Domains.DOMPageNetworkEmulationSecurity
      CDP.Domains.DOMSnapshot
      CDP.Domains.DOMStorage
      CDP.Domains.EventBreakpoints
      CDP.Domains.Fetch
      CDP.Domains.HeadlessExperimental
      CDP.Domains.HeapProfiler
      CDP.Domains.IndexedDB
      CDP.Domains.Input
      CDP.Domains.Inspector
      CDP.Domains.IO
      CDP.Domains.LayerTree
      CDP.Domains.Log
      CDP.Domains.Media
      CDP.Domains.Memory
      CDP.Domains.Overlay
      CDP.Domains.Performance
      CDP.Domains.PerformanceTimeline
      CDP.Domains.Profiler
      CDP.Domains.Runtime
      CDP.Domains.ServiceWorker
      CDP.Domains.Storage
      CDP.Domains.SystemInfo
      CDP.Domains.Tethering
      CDP.Domains.Tracing
      CDP.Domains.WebAudio
      CDP.Domains.WebAuthn
      CDP.Endpoints
      CDP.Internal.Utils
      CDP.Runtime
      CDP.Definition
      CDP.Gen.Deprecated
      CDP.Gen.Program
      CDP.Gen.Snippets
      Main
  other-modules:
      Paths_cdp
  autogen-modules:
      Paths_cdp
  hs-source-dirs:
      src
      gen
  build-depends:
      aeson >=1.5.6 && <1.6
    , base >=4.14.3 && <4.15
    , bytestring >=0.10.12 && <0.11
    , containers >=0.6.5 && <0.7
    , data-default >=0.7.1 && <0.8
    , directory >=1.3.6 && <1.4
    , extra >=1.7.9 && <1.8
    , filepath >=1.4.2 && <1.5
    , http-conduit >=2.3.8 && <2.4
    , monad-loops >=0.4.3 && <0.5
    , mtl >=2.2.2 && <2.3
    , network-uri >=2.6.4 && <2.7
    , process >=1.6.13 && <1.7
    , random >=1.2.0 && <1.3
    , text >=1.2.4 && <1.3
    , vector >=0.12.3 && <0.13
    , websockets >=0.12.7 && <0.13
  default-language: Haskell2010

executable cdp-example-endpoints
  main-is: endpoints.hs
  other-modules:
      Paths_cdp
  autogen-modules:
      Paths_cdp
  hs-source-dirs:
      examples
  build-depends:
      aeson >=1.5.6 && <1.6
    , base >=4.14.3 && <4.15
    , blaze-html >=0.9.1 && <0.10
    , blaze-markup >=0.8.2 && <0.9
    , bytestring >=0.10.12 && <0.11
    , cdp
    , containers >=0.6.5 && <0.7
    , data-default >=0.7.1 && <0.8
    , directory >=1.3.6 && <1.4
    , extra >=1.7.9 && <1.8
    , filepath >=1.4.2 && <1.5
    , http-conduit >=2.3.8 && <2.4
    , monad-loops >=0.4.3 && <0.5
    , mtl >=2.2.2 && <2.3
    , network-uri >=2.6.4 && <2.7
    , process >=1.6.13 && <1.7
    , random >=1.2.0 && <1.3
    , text >=1.2.4 && <1.3
    , utf8-string >=1.0.2 && <1.1
    , vector >=0.12.3 && <0.13
    , websockets >=0.12.7 && <0.13
  default-language: Haskell2010

executable cdp-example-open-twitter
  main-is: open-twitter.hs
  other-modules:
      Paths_cdp
  autogen-modules:
      Paths_cdp
  hs-source-dirs:
      examples
  build-depends:
      aeson >=1.5.6 && <1.6
    , base >=4.14.3 && <4.15
    , bytestring >=0.10.12 && <0.11
    , cdp
    , containers >=0.6.5 && <0.7
    , data-default >=0.7.1 && <0.8
    , directory >=1.3.6 && <1.4
    , extra >=1.7.9 && <1.8
    , filepath >=1.4.2 && <1.5
    , http-conduit >=2.3.8 && <2.4
    , monad-loops >=0.4.3 && <0.5
    , mtl >=2.2.2 && <2.3
    , network-uri >=2.6.4 && <2.7
    , process >=1.6.13 && <1.7
    , random >=1.2.0 && <1.3
    , text >=1.2.4 && <1.3
    , vector >=0.12.3 && <0.13
    , websockets >=0.12.7 && <0.13
  default-language: Haskell2010

executable cdp-example-print-page
  main-is: print-page.hs
  other-modules:
      Paths_cdp
  autogen-modules:
      Paths_cdp
  hs-source-dirs:
      examples
  build-depends:
      aeson >=1.5.6 && <1.6
    , base >=4.14.3 && <4.15
    , base64-bytestring >=1.1.0 && <1.2
    , bytestring >=0.10.12 && <0.11
    , cdp
    , containers >=0.6.5 && <0.7
    , data-default >=0.7.1 && <0.8
    , directory >=1.3.6 && <1.4
    , extra >=1.7.9 && <1.8
    , filepath >=1.4.2 && <1.5
    , http-conduit >=2.3.8 && <2.4
    , monad-loops >=0.4.3 && <0.5
    , mtl >=2.2.2 && <2.3
    , network-uri >=2.6.4 && <2.7
    , process >=1.6.13 && <1.7
    , random >=1.2.0 && <1.3
    , text >=1.2.4 && <1.3
    , vector >=0.12.3 && <0.13
    , websockets >=0.12.7 && <0.13
  default-language: Haskell2010

executable cdp-example-sessions
  main-is: sessions.hs
  other-modules:
      Paths_cdp
  autogen-modules:
      Paths_cdp
  hs-source-dirs:
      examples
  build-depends:
      aeson >=1.5.6 && <1.6
    , base >=4.14.3 && <4.15
    , bytestring >=0.10.12 && <0.11
    , cdp
    , containers >=0.6.5 && <0.7
    , data-default >=0.7.1 && <0.8
    , directory >=1.3.6 && <1.4
    , extra >=1.7.9 && <1.8
    , filepath >=1.4.2 && <1.5
    , http-conduit >=2.3.8 && <2.4
    , monad-loops >=0.4.3 && <0.5
    , mtl >=2.2.2 && <2.3
    , network-uri >=2.6.4 && <2.7
    , process >=1.6.13 && <1.7
    , random >=1.2.0 && <1.3
    , text >=1.2.4 && <1.3
    , vector >=0.12.3 && <0.13
    , websockets >=0.12.7 && <0.13
  default-language: Haskell2010

executable cdp-example-subscribe
  main-is: subscribe.hs
  other-modules:
      Paths_cdp
  autogen-modules:
      Paths_cdp
  hs-source-dirs:
      examples
  build-depends:
      aeson >=1.5.6 && <1.6
    , base >=4.14.3 && <4.15
    , bytestring >=0.10.12 && <0.11
    , cdp
    , containers >=0.6.5 && <0.7
    , data-default >=0.7.1 && <0.8
    , directory >=1.3.6 && <1.4
    , extra >=1.7.9 && <1.8
    , filepath >=1.4.2 && <1.5
    , http-conduit >=2.3.8 && <2.4
    , monad-loops >=0.4.3 && <0.5
    , mtl >=2.2.2 && <2.3
    , network-uri >=2.6.4 && <2.7
    , process >=1.6.13 && <1.7
    , random >=1.2.0 && <1.3
    , text >=1.2.4 && <1.3
    , vector >=0.12.3 && <0.13
    , websockets >=0.12.7 && <0.13
  default-language: Haskell2010

executable cdp-gen
  main-is: Main.hs
  other-modules:
      CDP.Definition
      CDP.Gen.Deprecated
      CDP.Gen.Program
      CDP.Gen.Snippets
      Paths_cdp
  autogen-modules:
      Paths_cdp
  hs-source-dirs:
      gen
  default-extensions:
      Strict
  build-depends:
      aeson >=1.5.6 && <1.6
    , base >=4.14.3 && <4.15
    , bytestring >=0.10.12 && <0.11
    , containers >=0.6.5 && <0.7
    , data-default >=0.7.1 && <0.8
    , directory >=1.3.6 && <1.4
    , extra >=1.7.9 && <1.8
    , filepath >=1.4.2 && <1.5
    , http-conduit >=2.3.8 && <2.4
    , monad-loops >=0.4.3 && <0.5
    , mtl >=2.2.2 && <2.3
    , network-uri >=2.6.4 && <2.7
    , process >=1.6.13 && <1.7
    , random >=1.2.0 && <1.3
    , text >=1.2.4 && <1.3
    , vector >=0.12.3 && <0.13
    , websockets >=0.12.7 && <0.13
  default-language: Haskell2010

test-suite cdp-test
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      Paths_cdp
  autogen-modules:
      Paths_cdp
  hs-source-dirs:
      test
  ghc-options: -Wall -threaded
  build-depends:
      aeson >=1.5.6 && <1.6
    , base >=4.14.3 && <4.15
    , bytestring >=0.10.12 && <0.11
    , cdp
    , containers >=0.6.5 && <0.7
    , data-default >=0.7.1 && <0.8
    , directory >=1.3.6 && <1.4
    , extra >=1.7.9 && <1.8
    , filepath >=1.4.2 && <1.5
    , hspec
    , http-conduit >=2.3.8 && <2.4
    , monad-loops >=0.4.3 && <0.5
    , mtl >=2.2.2 && <2.3
    , network-uri >=2.6.4 && <2.7
    , process >=1.6.13 && <1.7
    , random >=1.2.0 && <1.3
    , text >=1.2.4 && <1.3
    , vector >=0.12.3 && <0.13
    , websockets >=0.12.7 && <0.13
  default-language: Haskell2010