cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1445634cb05bff8d8f14f1859f68e0088405fbc2410b4efaa022d2e4d7e004e0
name: sandwich-webdriver
version: 0.1.0.0
description: Please see the README on GitHub at <https://github.com/githubuser/sandwich-webdriver#readme>
homepage: https://github.com/codedownio/sandwich-webdriver#readme
bug-reports: https://github.com/codedownio/sandwich-webdriver/issues
author: Tom McLaughlin
maintainer: tom@codedown.io
copyright: 2021 Tom McLaughlin
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/codedownio/sandwich-webdriver
library
exposed-modules:
Test.Sandwich.WebDriver
Test.Sandwich.WebDriver.Class
Test.Sandwich.WebDriver.Config
Test.Sandwich.WebDriver.Internal.Action
Test.Sandwich.WebDriver.Internal.Binaries
Test.Sandwich.WebDriver.Internal.Binaries.Util
Test.Sandwich.WebDriver.Internal.Capabilities
Test.Sandwich.WebDriver.Internal.Ports
Test.Sandwich.WebDriver.Internal.Screenshots
Test.Sandwich.WebDriver.Internal.StartWebDriver
Test.Sandwich.WebDriver.Internal.StartWebDriver.Xvfb
Test.Sandwich.WebDriver.Internal.Types
Test.Sandwich.WebDriver.Internal.Util
Test.Sandwich.WebDriver.Internal.Video
Test.Sandwich.WebDriver.Types
Test.Sandwich.WebDriver.Video
Test.Sandwich.WebDriver.Windows
other-modules:
Paths_sandwich_webdriver
hs-source-dirs:
src
default-extensions: OverloadedStrings QuasiQuotes NamedFieldPuns RecordWildCards ScopedTypeVariables FlexibleContexts FlexibleInstances LambdaCase
ghc-options: -W
build-depends:
X11
, aeson
, base <=4.14
, containers
, convertible
, data-default
, directory
, exceptions
, filepath
, http-client
, http-client-tls
, http-conduit
, lifted-base
, microlens
, microlens-aeson
, monad-control
, monad-logger
, mtl
, network
, process
, random
, retry
, safe
, safe-exceptions
, sandwich
, string-interpolate
, temporary
, text
, time
, transformers
, unix
, unordered-containers
, vector
, webdriver
default-language: Haskell2010
executable sandwich-webdriver-exe
main-is: Main.hs
other-modules:
Simple
Paths_sandwich_webdriver
hs-source-dirs:
app
default-extensions: OverloadedStrings QuasiQuotes NamedFieldPuns RecordWildCards ScopedTypeVariables FlexibleContexts FlexibleInstances LambdaCase
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
X11
, aeson
, base <=4.14
, containers
, convertible
, data-default
, directory
, exceptions
, filepath
, http-client
, http-client-tls
, http-conduit
, lifted-base
, microlens
, microlens-aeson
, monad-control
, monad-logger
, mtl
, network
, process
, random
, retry
, safe
, safe-exceptions
, sandwich
, sandwich-webdriver
, string-interpolate
, temporary
, text
, time
, transformers
, unix
, unordered-containers
, vector
, webdriver
default-language: Haskell2010
test-suite sandwich-webdriver-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_sandwich_webdriver
hs-source-dirs:
test
default-extensions: OverloadedStrings QuasiQuotes NamedFieldPuns RecordWildCards ScopedTypeVariables FlexibleContexts FlexibleInstances LambdaCase
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
X11
, aeson
, base <=4.14
, containers
, convertible
, data-default
, directory
, exceptions
, filepath
, http-client
, http-client-tls
, http-conduit
, lifted-base
, microlens
, microlens-aeson
, monad-control
, monad-logger
, mtl
, network
, process
, random
, retry
, safe
, safe-exceptions
, sandwich
, sandwich-webdriver
, string-interpolate
, temporary
, text
, time
, transformers
, unix
, unordered-containers
, vector
, webdriver
default-language: Haskell2010