github 0.4.0 → 0.4.1
raw patch · 2 files changed
+5/−7 lines, 2 filesdep −uridep ~aesondep ~attoparsecdep ~http-conduitPVP ok
version bump matches the API change (PVP)
Dependencies removed: uri
Dependency ranges changed: aeson, attoparsec, http-conduit, unordered-containers
API changes (from Hackage documentation)
Files
- Github/Private.hs +0/−1
- github.cabal +5/−6
Github/Private.hs view
@@ -11,7 +11,6 @@ import Network.HTTP.Types (Method, Status(..)) import Network.HTTP.Conduit import Data.Conduit (ResourceT)-import Text.URI import qualified Control.Exception as E import Data.Maybe (fromMaybe)
github.cabal view
@@ -7,7 +7,7 @@ -- The package version. See the Haskell package versioning policy -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented.-Version: 0.4.0+Version: 0.4.1 -- A short (one-line) description of the package. Synopsis: Access to the Github API, v3.@@ -140,22 +140,21 @@ -- Packages needed in order to build this package. Build-depends: base >= 4.0 && < 5.0, time,- aeson == 0.6.0.0,- attoparsec == 0.10.1.0,+ aeson == 0.6.1.0,+ attoparsec == 0.10.3.0, bytestring, containers, text, old-locale, HTTP, network,- http-conduit == 1.4.1.10,+ http-conduit >= 1.8, conduit,- uri, failure, http-types, data-default, vector,- unordered-containers >= 0.1 && < 0.2+ unordered-containers >= 0.2 && < 0.3 -- Modules not exported by this package. Other-modules: Github.Private