rattletrap 9.0.4 → 9.0.5
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~aesondep ~basedep ~containers
Dependency ranges changed: aeson, base, containers
Files
- rattletrap.cabal +4/−4
rattletrap.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2 name: rattletrap-version: 9.0.4+version: 9.0.5 category: Game description: Rattletrap parses and generates Rocket League replays.@@ -21,13 +21,13 @@ common basics build-depends:- aeson ^>= 1.3.1,+ aeson >= 1.3.1 && < 1.5, aeson-pretty ^>= 0.8.7,- base ^>= 4.11.1,+ base >= 4.11.1 && < 4.13, binary ^>= 0.8.5, binary-bits ^>= 0.5, bytestring ^>= 0.10.8,- containers ^>= 0.5.11,+ containers >= 0.5.11 && < 0.7, filepath ^>= 1.4.2, http-client ^>= 0.5.13, http-client-tls ^>= 0.3.5,