diff --git a/LICENSE.txt b/LICENSE.txt index 37d6ed7..0f1eb39 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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 diff --git a/cabal.project b/cabal.project index a2ce055..cfeaf46 100644 --- a/cabal.project +++ b/cabal.project @@ -4,12 +4,16 @@ allow-newer: , aeson:bytestring , aeson:containers , aeson:template-haskell + , cborg:base + , cborg:containers , indexed-traversable-instances:base , indexed-traversable:base , indexed-traversable:containers , optparse-generic:time , semialign:base , semialign:containers + , serialise:base + , serialise:containers , these:base , time-compat:base , uuid-types:template-haskell diff --git a/github-release.cabal b/github-release.cabal index 3c4c8e6..50c19fe 100644 --- a/github-release.cabal +++ b/github-release.cabal @@ -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