rollbar-cli 1.0.0 → 1.1.0
raw patch · 4 files changed
+15/−8 lines, 4 filesnew-uploaderPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +7/−0
- LICENSE +1/−1
- rollbar-cli.cabal +6/−6
- src/Rollbar/CLI.hs +1/−1
ChangeLog.md view
@@ -1,3 +1,10 @@ # Changelog for rollbar-cli +All notable changes to this project will be documented in this file.++## [1.1.0] - 2024-05-28++### Changed+- Added support for GHC 9.4+ ## Unreleased changes
LICENSE view
@@ -1,4 +1,4 @@-Copyright 2020 Stack Builders Inc.+Copyright 2020-present Stack Builders Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in
rollbar-cli.cabal view
@@ -1,13 +1,13 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.7.+-- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack ----- hash: ae36db535e7a21e309f48e4c857393a81da222f654b304404a35074924504299+-- hash: 99c3aa74e5ef6c059b7ebeb837bca8f09c047df2a00b6856c99a919e4ad041ed name: rollbar-cli-version: 1.0.0+version: 1.1.0 synopsis: Simple CLI tool to perform commons tasks such as tracking deploys. description: Please see the README on GitHub at <https://github.com/stackbuilders/rollbar-haskell/tree/master/rollbar-cli>@@ -15,12 +15,12 @@ homepage: https://github.com/stackbuilders/rollbar-haskell#readme bug-reports: https://github.com/stackbuilders/rollbar-haskell/issues author: Stack Builders Inc.-maintainer: Sebastián Estrella <sestrella@stackbuilders.com>-copyright: 2020 Stack Builders Inc.+maintainer: David Mazarro <dmunuera@stackbuilders.com>+copyright: 2020-present Stack Builders Inc. license: MIT license-file: LICENSE tested-with:- GHC ==8.8.4, GHC ==8.10.2+ GHC ==8.8.4, GHC ==8.10.7, GHC ==9.4.7 build-type: Simple extra-source-files: README.md
src/Rollbar/CLI.hs view
@@ -1,6 +1,6 @@ -- | -- Module: Rollbar.CLI--- Copyright: (c) 2020 Stack Builders Inc.+-- Copyright: (c) 2020-present Stack Builders Inc. -- License: MIT -- Maintainer: Sebastián Estrella <sestrella@stackbuilders.com> module Rollbar.CLI