packages feed

rattletrap 2.1.3 → 2.1.4

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~vectorPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: vector

API changes (from Hackage documentation)

Files

package.yaml view
@@ -34,7 +34,7 @@   - data-binary-ieee754 >=0.4 && <0.5   - template-haskell >=2.11 && <2.12   - text >=1.2 && <1.3-  - vector >=0.11 && <0.12+  - vector >=0.11 && <0.13   other-modules: Paths_rattletrap   source-dirs: source/library license: MIT@@ -58,4 +58,4 @@     - -with-rtsopts=-N     main: Main.hs     source-dirs: source/tests-version: '2.1.3'+version: '2.1.4'
rattletrap.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack  name:           rattletrap-version:        2.1.3+version:        2.1.4 synopsis:       Parse and generate Rocket League replays. description:    Rattletrap parses and generates Rocket League replays. category:       Game@@ -93,7 +93,7 @@     , data-binary-ieee754 >=0.4 && <0.5     , template-haskell >=2.11 && <2.12     , text >=1.2 && <1.3-    , vector >=0.11 && <0.12+    , vector >=0.11 && <0.13   exposed-modules:       Rattletrap       Rattletrap.ActorMap