packages feed

licensor 0.2.1 → 0.2.2

raw patch · 4 files changed

+15/−9 lines, 4 filesdep ~http-conduitPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: http-conduit

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.2.2 (2018-01-16)++- Allow http-conduit 2.3 (558fe3d)+ # 0.2.1 (2017-07-24)  - Allow base 4.10 and Cabal 2.0 (7bbb360)
README.md view
@@ -143,7 +143,7 @@  ### License report -Licensor (0.2.0) depends on the following libraries:+Licensor (0.2.2) depends on the following libraries:  Library                   | License ------------------------- | -------------------------@@ -160,10 +160,13 @@  License                   | Number of libraries ------------------------- | --------------------------BSD3                      | 68-MIT                       | 7+BSD2                      | 1+BSD3                      | 70+ISC                       | 1+MIT                       | 11+UnspecifiedLicense        | 1 -(Tested with Licensor 0.2.0, Stack 1.2.0, and LTS 7.0.)+(Tested with Licensor 0.2.2, Stack 1.6.3, and Stackage Nightly 2018-01-16.)  ## Additional resources 
licensor.cabal view
@@ -1,5 +1,5 @@ name: licensor-version: 0.2.1+version: 0.2.2  build-type: Simple cabal-version: >= 1.21@@ -21,7 +21,7 @@  category: Distribution -tested-with: GHC == 7.10.3, GHC == 8.0.1, GHC == 8.0.2, GHC == 8.2.1+tested-with: GHC == 7.10.3, GHC == 8.0.1, GHC == 8.0.2, GHC == 8.2.1, GHC == 8.2.2  extra-source-files: CHANGELOG.md, README.md @@ -39,7 +39,7 @@     , Cabal >= 1.22 && < 2.1     , containers     , directory-    , http-conduit >= 2.1 && < 2.3+    , http-conduit >= 2.1 && < 2.4     , process   default-language:       Haskell2010
src/Licensor.hs view
@@ -51,8 +51,7 @@ import System.Directory  -- http-conduit---import Network.HTTP.Client.Conduit-import Network.HTTP.Simple+import Network.HTTP.Simple (HttpException, getResponseBody, httpLBS, parseRequest)  -- licensor import qualified Paths_licensor