rattletrap 9.0.9 → 9.0.10
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~basedep ~template-haskellPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, template-haskell
API changes (from Hackage documentation)
Files
- LICENSE.markdown +1/−1
- rattletrap.cabal +3/−3
LICENSE.markdown view
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Taylor Fausak+Copyright (c) 2020 Taylor Fausak Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
rattletrap.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2 name: rattletrap-version: 9.0.9+version: 9.0.10 category: Game description: Rattletrap parses and generates Rocket League replays.@@ -23,7 +23,7 @@ build-depends: aeson >= 1.3.1 && < 1.5, aeson-pretty ^>= 0.8.7,- base >= 4.11.1 && < 4.14,+ base >= 4.11.1 && < 4.15, binary ^>= 0.8.5, binary-bits ^>= 0.5, bytestring ^>= 0.10.8,@@ -32,7 +32,7 @@ http-client >= 0.5.13 && < 0.7, http-client-tls ^>= 0.3.5, scientific ^>= 0.3.6,- template-haskell >= 2.13.0 && < 2.16,+ template-haskell >= 2.13.0 && < 2.17, text ^>= 1.2.3, transformers ^>= 0.5.5, default-language: Haskell2010