packages feed

OrchestrateDB 1.0.0.2 → 1.0.0.3

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

OrchestrateDB.cabal view
@@ -10,7 +10,7 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             1.0.0.2+version:             1.0.0.3  -- A short (one-line) description of the package. synopsis:             Unofficial Haskell Client Library for the Orchestrate.io API@@ -61,7 +61,7 @@   -- other-extensions:    -- Other library packages from which modules are imported.-  build-depends:       base >=4.7 && <4.9, HTTP >= 4000, http-conduit >= 2.1, http-types >= 0.8, bytestring >= 0.10+  build-depends:       base >=4.6 && <4.9, HTTP >= 4000, http-conduit >= 2.1, http-types >= 0.8, bytestring >= 0.10                       ,lifted-base >= 0.2, aeson    -- Directories containing source files.@@ -75,7 +75,7 @@   main-is: Test.hs   hs-source-dirs: examples,.   default-language: Haskell2010-  build-depends:  base >=4.7 && <4.9, HTTP >= 4000, http-conduit >= 2.1, http-types >= 0.8, bytestring >= 0.10+  build-depends:  base >=4.6 && <4.9, HTTP >= 4000, http-conduit >= 2.1, http-types >= 0.8, bytestring >= 0.10                      ,lifted-base >= 0.2, aeson, random  @@ -84,5 +84,5 @@   main-is: Test2.hs   hs-source-dirs: examples,.   default-language: Haskell2010-  build-depends:  base >=4.7 && <4.9, HTTP >= 4000, http-conduit >= 2.1, http-types >= 0.8, bytestring >= 0.10+  build-depends:  base >=4.6 && <4.9, HTTP >= 4000, http-conduit >= 2.1, http-types >= 0.8, bytestring >= 0.10                      ,lifted-base >= 0.2, aeson, random