Skip to content

Commit

Permalink
Merge pull request #8 from obsidiansystems/bumps
Browse files Browse the repository at this point in the history
Bump bounds
  • Loading branch information
alexfmpe authored Jan 13, 2025
2 parents 5571dd3 + ce68576 commit ccf9bb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cli-git.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ library
build-depends:
base >=4.12.0.0 && <4.21
, cli-extras >=0.2.1.0 && <0.3
, containers >=0.6.0.1 && <0.7
, data-default >=0.7.1.1 && <0.8
, containers >=0.6.0.1 && <0.8
, data-default >=0.7.1.1 && <0.9
, exceptions >=0.10.3 && <0.11
, lens >=4.17.1 && <5.4
, logging-effect >=1.3.4 && <1.5
, megaparsec >=7.0.5 && <9.7
, megaparsec >=7.0.5 && <9.8
, mtl >=2.2.2 && <2.4
, text >=1.2.3.1 && <2.2
, which >=0.2 && <0.3
Expand Down
2 changes: 1 addition & 1 deletion release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let
which = self.callHackageDirect {
pkg = "which";
ver = "0.2";
sha256 = "1g795yq36n7c6ycs7c0799c3cw78ad0cya6lj4x08m0xnfx98znn";
sha256 = "sha256-1n6UurMdVAQ6kdQoz0BT6HA2WEoHsKOZN+xYM7Av6bw=";
} {};
whichExecutables = p: with p; [
git
Expand Down

0 comments on commit ccf9bb1

Please sign in to comment.