Skip to content

Commit a54d4f2

Browse files
authored
Version 2.0.0.17 (#59)
* Version 2.0.0.17 * Allow more newer
1 parent dcee1a1 commit a54d4f2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Taylor Fausak
3+
Copyright (c) 2026 Taylor Fausak
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

cabal.project

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ allow-newer:
44
, aeson:bytestring
55
, aeson:containers
66
, aeson:template-haskell
7+
, cborg:base
8+
, cborg:containers
79
, indexed-traversable-instances:base
810
, indexed-traversable:base
911
, indexed-traversable:containers
1012
, optparse-generic:time
1113
, semialign:base
1214
, semialign:containers
15+
, serialise:base
16+
, serialise:containers
1317
, these:base
1418
, time-compat:base
1519
, uuid-types:template-haskell

github-release.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: github-release
3-
version: 2.0.0.16
3+
version: 2.0.0.17
44
synopsis: Upload files to GitHub releases.
55
description: GitHub Release uploads files to GitHub releases.
66
build-type: Simple

0 commit comments

Comments
 (0)