rattletrap 7.0.0 → 7.0.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basedep ~template-haskellPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, template-haskell
API changes (from Hackage documentation)
Files
- rattletrap.cabal +4/−4
rattletrap.cabal view
@@ -1,7 +1,7 @@-cabal-version: 2.4+cabal-version: 2.2 name: rattletrap-version: 7.0.0+version: 7.0.1 category: Game description: Rattletrap parses and generates Rocket League replays.@@ -23,7 +23,7 @@ build-depends: aeson ^>= 1.4.2, aeson-pretty ^>= 0.8.7,- base ^>= 4.12.0,+ base >= 4.11.1 && < 4.13, binary ^>= 0.8.6, binary-bits ^>= 0.5, bytestring ^>= 0.10.8,@@ -32,7 +32,7 @@ http-client ^>= 0.5.14, http-client-tls ^>= 0.3.5, scientific ^>= 0.3.6,- template-haskell ^>= 2.14.0,+ template-haskell >= 2.13.0 && < 2.15, text ^>= 1.2.3, transformers ^>= 0.5.6, default-language: Haskell2010