rattletrap 9.1.1 → 9.1.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- rattletrap.cabal +2/−2
rattletrap.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2 name: rattletrap-version: 9.1.1+version: 9.1.2 category: Game description: Rattletrap parses and generates Rocket League replays.@@ -21,7 +21,7 @@ common basics build-depends:- aeson >= 1.3.1 && < 1.5,+ aeson >= 1.3.1 && < 1.6, aeson-pretty ^>= 0.8.7, base >= 4.11.1 && < 4.15, binary ^>= 0.8.5,