Skip to content

Commit

Permalink
Bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsb committed Oct 14, 2024
1 parent 53c8027 commit d5253df
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 20 deletions.
6 changes: 6 additions & 0 deletions calamity/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for Calamity

## 0.12.1.0

+ Fixed build with Aeson 2.2+ @L0neGamer
+ Fix ToJSON ChannelType instances @MorrowM
+ Bumped crypton-connection bounds from <0.4 to <0.5

## 0.12.0.0

+ Field names in `Calamity.HTTP.Webhook` were mistakenly `username` instead of
Expand Down
2 changes: 1 addition & 1 deletion calamity/calamity.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ copyright: 2020 Ben Simms
license: MIT
license-file: LICENSE
build-type: Simple
tested-with: GHC ==9.6.5
tested-with: GHC ==9.6.6
extra-source-files:
ChangeLog.md
README.md
Expand Down
38 changes: 19 additions & 19 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
#basePackages = pkgs.haskell.packages.ghc981;

packages = {
hashable.source = "1.4.6.0";
aeson.source = "2.2.3.0";
websockets.source = "0.13.0.0";

# type-errors.source = "0.2.0.2";
# websockets.source = "0.13.0.0";
# crypton-connection.source = "0.3.1";
Expand All @@ -47,6 +51,7 @@
};

settings = {
hashable.check = false;
aeson-optics.jailbreak = true;
type-errors.check = false;
ListLike.check = false;
Expand Down

0 comments on commit d5253df

Please sign in to comment.