packages feed

bugzilla 0.2.1.0 → 0.2.1.1

raw patch · 3 files changed

+10/−7 lines, 3 filesdep ~data-defaultPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: data-default

API changes (from Hackage documentation)

Files

README.md view
@@ -1,6 +1,8 @@ hsbugzilla ========== +[![Build Status](https://travis-ci.org/sethfowler/hsbugzilla.png?branch=master)](https://travis-ci.org/sethfowler/hsbugzilla)+ A Haskell interface to the Bugzilla native REST API.  Relevant links:
bugzilla.cabal view
@@ -1,8 +1,5 @@--- Initial bugzilla.cabal generated by cabal init.  For further --- documentation, see http://haskell.org/cabal/users-guide/- name:                bugzilla-version:             0.2.1.0+version:             0.2.1.1 synopsis:            A Haskell interface to the Bugzilla native REST API description:         This package is designed to provide an easy-to-use, typesafe                      interface to querying Bugzilla from Haskell.@@ -21,7 +18,7 @@ source-repository head   type:     git   location: https://github.com/sethfowler/hsbugzilla.git-  tag:      0.2.1+  tag:      0.2.1.1  flag BuildDemo   description:  Build the 'bugzilla' demo program@@ -34,14 +31,13 @@   other-modules:       Web.Bugzilla.Internal.Network,                        Web.Bugzilla.Internal.Search,                        Web.Bugzilla.Internal.Types-  -- other-extensions:       build-depends:       base >=4.6 && <4.7,                        aeson >=0.7 && <0.8,                        blaze-builder >=0.3 && <0.4,                        bytestring >=0.10 && <0.11,                        connection >=0.2 && <0.3,                        containers >=0.5 && <0.6,-                       data-default >=0.5 && <0.6,+                       data-default >=0.5.2 && <0.6,                        http-conduit >=2.0 && <2.1,                        http-types >=0.8 && <0.9,                        iso8601-time >=0.1 && <0.2,
changelog view
@@ -1,3 +1,8 @@+0.2.1.1++	* Tightened the version bounds for data-default. The old bounds weren't+	accurate.+ 0.2.1.0  	* Added searchBugs' and searchBugsWithLimit', variations which return