packages feed

github-release 2.0.0.16 → 2.0.0.17

raw patch · 2 files changed

+5/−5 lines, 2 filesdep ~basedep ~bytestringdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, bytestring, text

API changes (from Hackage documentation)

Files

LICENSE.txt view
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Taylor Fausak+Copyright (c) 2026 Taylor Fausak  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
github-release.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: github-release-version: 2.0.0.16+version: 2.0.0.17 synopsis: Upload files to GitHub releases. description: GitHub Release uploads files to GitHub releases. build-type: Simple@@ -22,7 +22,7 @@   manual: True  common library-  build-depends: base ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0 || ^>=4.22.0.0+  build-depends: base ^>=4.20.0.0 || ^>=4.21.0.0 || ^>=4.22.0.0   default-language: Haskell2010   ghc-options:     -Weverything@@ -53,13 +53,13 @@   build-depends:     aeson ^>=2.1.2.1 || ^>=2.2.2.0,     burrito ^>=2.0.1.9,-    bytestring ^>=0.11.4.0 || ^>=0.12.0.2,+    bytestring ^>=0.12.0.2,     http-client ^>=0.7.17,     http-client-tls ^>=0.3.6.3,     http-types ^>=0.12.4,     mime-types ^>=0.1.2.0,     optparse-generic ^>=1.5.2,-    text ^>=2.0.2 || ^>=2.1,+    text ^>=2.1,     unordered-containers ^>=0.2.20,    -- cabal-gild: discover source/library