packages feed

eventsource-api 1.1.0 → 1.1.1

raw patch · 4 files changed

+13/−9 lines, 4 filesdep ~protoludePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: protolude

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+1.1.1+=====+  * Fix GHC 8.2.1 and Stackage LTS-9 build.+ 1.1.0 =====   * Add `linkEvent` to `SavedEvent`.
eventsource-api.cabal view
@@ -1,10 +1,10 @@--- This file has been generated from package.yaml by hpack version 0.15.0.+-- This file has been generated from package.yaml by hpack version 0.17.1. -- -- see: https://github.com/sol/hpack  name:           eventsource-api-version:        1.1.0-synopsis:       Provides a eventsourcing high level API.+version:        1.1.1+synopsis:       Provides an eventsourcing high level API. description:    Please read README.md. category:       Eventsourcing homepage:       https://github.com/YoEight/eventsource-api#readme@@ -34,7 +34,7 @@   ghc-options: -Wall   build-depends:       base >=4.9 && <5-    , protolude >= 0.1.10 && <0.2+    , protolude >= 0.1.10 && <0.3     , uuid     , aeson     , mtl
package.yaml view
@@ -16,7 +16,7 @@     - NoImplicitPrelude   dependencies:     - base >=4.9 && <5-    - protolude >= 0.1.10 && <0.2+    - protolude >= 0.1.10 && <0.3     - uuid     - aeson     - mtl@@ -28,5 +28,5 @@ author: Yorick Laupa maintainer: yo.eight@gmail.com name: eventsource-api-synopsis: Provides a eventsourcing high level API.-version: '1.1.0'+synopsis: Provides an eventsourcing high level API.+version: '1.1.1'
stack.yaml view
@@ -15,7 +15,7 @@ # resolver: #  name: custom-snapshot #  location: "./custom-snapshot.yaml"-resolver: lts-7.14+resolver: nightly-2017-08-14  # User packages to be built. # Various formats can be used as shown in the example below.@@ -39,7 +39,7 @@ - '.' # Dependency packages to be pulled from upstream that are not in the resolver # (e.g., acme-missiles-0.3)-extra-deps: []+extra-deps: [ protolude-0.2 ]  # Override default flag values for local packages and extra-deps flags: {}