packages feed

webdriver 0.9 → 0.9.0.1

raw patch · 4 files changed

+6/−6 lines, 4 filesdep ~aeson

Dependency ranges changed: aeson

Files

CHANGELOG.md view
@@ -1,4 +1,8 @@ # Change Log++##0.9.0.1+* Fixed build errors when building against aeson-1.4.3.0+ ## 0.9  ### Breaking API changes
README.md view
@@ -11,10 +11,6 @@ * [Getting Started](#getting-started)     * [Using the Selenium Server](#using-the-selenium-server)     * [Hello, World!](#hello-world)-        * [Demonic invocations: a bit of boilerplate](#demonic-invocations-a-bit-of-boilerplate)-        * [Configuring a WebDriver session](#configuring-a-webdriver-session)-        * [Initializing tests](#initializing-tests)-        * [Actually writing tests!](#actually-writing-tests) * [Integration with Haskell Testing Frameworks](#integration-with-haskell-testing-frameworks) * [Documentation](#documentation) 
src/Test/WebDriver/Firefox/Profile.hs view
@@ -27,7 +27,7 @@        , ProfileParseError(..)        ) where import Test.WebDriver.Common.Profile-import Data.Aeson+import Data.Aeson (Result(..), encode, fromJSON) import Data.Aeson.Parser (jstring, value') import Data.Attoparsec.ByteString.Char8 as AP import qualified Data.HashMap.Strict as HM
webdriver.cabal view
@@ -1,5 +1,5 @@ Name: webdriver-Version: 0.9+Version: 0.9.0.1 Cabal-Version: >= 1.10 License: BSD3 License-File: LICENSE