-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
See commercialhaskell/stackage#7817
Building library for sydtest-webdriver-0.0.0.1... 01:47:29 [6/964209]
[1 of 2] Compiling Paths_sydtest_webdriver
[2 of 2] Compiling Test.Syd.Webdriver
/home/curators/work/unpack-dir/unpacked/sydtest-webdriver-0.0.0.1-183d991b61881314412a1e8e7fe1e6f689f57c85a1b1824bc35b1513e597affe/src/Test/Syd/Webdriver.hs:54:1: error: [GHC-619
48]
Could not find module ‘Test.WebDriver.Class’.
Perhaps you meant
Test.WebDriver.Keys (from webdriver-0.13.0.0)
Test.WebDriver.Types (from webdriver-0.13.0.0)
Test.WebDriver.Waits (from webdriver-0.13.0.0)
Use -v to see a list of the files searched for.
|
54 | import Test.WebDriver.Class (WebDriver (..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/curators/work/unpack-dir/unpacked/sydtest-webdriver-0.0.0.1-183d991b61881314412a1e8e7fe1e6f689f57c85a1b1824bc35b1513e597affe/src/Test/Syd/Webdriver.hs:55:1: error: [GHC-619
48]
Could not find module ‘Test.WebDriver.Commands.Internal’.
Perhaps you meant
Test.WebDriver.Commands.Actions
Test.WebDriver.Commands.Logs
Test.WebDriver.Commands.Cookies
Use -v to see a list of the files searched for.
|
55 | import qualified Test.WebDriver.Commands.Internal as WD
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/curators/work/unpack-dir/unpacked/sydtest-webdriver-0.0.0.1-183d991b61881314412a1e8e7fe1e6f689f57c85a1b1824bc35b1513e597affe/src/Test/Syd/Webdriver.hs:56:1: error: [GHC-871
10]
Could not load module ‘Test.WebDriver.JSON’.
it is a hidden module in the package ‘webdriver-0.13.0.0’
Use -v to see a list of the files searched for.
|
56 | import qualified Test.WebDriver.JSON as WD
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/curators/work/unpack-dir/unpacked/sydtest-webdriver-0.0.0.1-183d991b61881314412a1e8e7fe1e6f689f57c85a1b1824bc35b1513e597affe/src/Test/Syd/Webdriver.hs:57:1: error: [GHC-619
48]
Could not find module ‘Test.WebDriver.Session’.
Perhaps you meant
Test.WebDriver.Keys (from webdriver-0.13.0.0)
Test.WebDriver.Waits (from webdriver-0.13.0.0)
Test.WebDriver.Profile (from webdriver-0.13.0.0)
Use -v to see a list of the files searched for.
|
57 | import Test.WebDriver.Session (WDSessionState (..))
Can you update to 0.13?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels