Skip to content

Commit

Permalink
Push string-variants 0.1.0.1 to fix ghc-8.10.7 building
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade Lovelace committed Sep 29, 2022
1 parent ed72af4 commit 86ea544
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
# it's not yet in hackage2nix
string-variants = hfinal.callHackageDirect {
pkg = "string-variants";
ver = "0.1.0.0";
sha256 = "sha256-4MJAZmlCx9GeNzpW93BNjL8Q9kCUDxWi+1cz7Vycxng=";
ver = "0.1.0.1";
sha256 = "sha256-7oNYwPP8xRNYxKNdNH+21zBHdeUeiWBtKOK5G43xtSQ=";
} {};
});
};
Expand Down
2 changes: 1 addition & 1 deletion slack-web.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ library
, servant-client >= 0.16 && < 0.20
, servant-client-core >= 0.16 && < 0.20
, string-conversions
, string-variants
, string-variants >= 0.1.0.1
, text (>= 1.2 && < 1.3) || (>= 2.0 && < 2.1)
, time
, transformers
Expand Down

0 comments on commit 86ea544

Please sign in to comment.