githud 3.2.0 → 3.2.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~daemonsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: daemons
API changes (from Hackage documentation)
Files
- githud.cabal +3/−3
githud.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: githud-version: 3.2.0+version: 3.2.1 synopsis: Heads up, and you see your GIT context description: GIT Heads Up Display for your terminal prompt. More efficient replacement to the great git-radar. Please see README.md for more info homepage: http://github.com/gbataille/gitHUD#readme@@ -35,7 +35,7 @@ , GitHUD.Types build-depends: base >= 4.11 && < 5 , bytestring >= 0.10 && < 0.11- , daemons >= 0.2.1 && < 0.3+ , daemons >= 0.3 && < 0.4 , data-default >= 0.7 && < 0.8 , directory >= 1.3 && < 1.4 , mtl >= 2.2.2 && < 3@@ -73,7 +73,7 @@ , tasty-hunit >= 0.10 && < 0.11 , tasty-smallcheck >= 0.8 && < 0.9 , tasty-quickcheck >= 0.10 && < 0.11- , daemons >= 0.2.1 && < 0.3+ , daemons >= 0.3 && < 0.4 , parsec >= 3.1.13 && < 4 , mtl >= 2.2.2 && < 3 , githud