rattletrap 5.0.0 → 5.0.1
raw patch · 2 files changed
+11/−11 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
- package.yaml +3/−3
- rattletrap.cabal +8/−8
package.yaml view
@@ -1,5 +1,5 @@ name: rattletrap-version: 5.0.0+version: 5.0.1 category: Game description: Rattletrap parses and generates Rocket League replays.@@ -17,7 +17,7 @@ dependencies: aeson-pretty: '>= 0.8.5 && < 0.9' aeson: '>= 1.2.4 && < 1.5'- base: '>= 4.10.1 && < 4.12'+ base: '>= 4.11.1 && < 4.12' binary-bits: '>= 0.5 && < 0.6' binary: '>= 0.8.5 && < 0.9' bytestring: '>= 0.10.8 && < 0.11'@@ -25,7 +25,7 @@ filepath: '>= 1.4.1 && < 1.5' http-client-tls: '>= 0.3.5 && < 0.4' http-client: '>= 0.5.10 && < 0.6'- template-haskell: '>= 2.12.0 && < 2.14'+ template-haskell: '>= 2.13.0 && < 2.14' text: '>= 1.2.3 && < 1.3' transformers: '>= 0.5.2 && < 0.6' ghc-options:
rattletrap.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 9ba2a9aa65fbdd16f1e3edc2524f922e6ffb9e794cd408c41397f03c5cb37ad8+-- hash: 2eb026f2870b50875d604f922fdd973f19b5392a83585334b416bc7e3ca12257 name: rattletrap-version: 5.0.0+version: 5.0.1 synopsis: Parse and generate Rocket League replays. description: Rattletrap parses and generates Rocket League replays. category: Game@@ -266,7 +266,7 @@ build-depends: aeson >=1.2.4 && <1.5 , aeson-pretty >=0.8.5 && <0.9- , base >=4.10.1 && <4.12+ , base >=4.11.1 && <4.12 , binary >=0.8.5 && <0.9 , binary-bits >=0.5 && <0.6 , bytestring >=0.10.8 && <0.11@@ -274,7 +274,7 @@ , filepath >=1.4.1 && <1.5 , http-client >=0.5.10 && <0.6 , http-client-tls >=0.3.5 && <0.4- , template-haskell >=2.12.0 && <2.14+ , template-haskell >=2.13.0 && <2.14 , text >=1.2.3 && <1.3 , transformers >=0.5.2 && <0.6 default-language: Haskell2010@@ -289,7 +289,7 @@ build-depends: aeson >=1.2.4 && <1.5 , aeson-pretty >=0.8.5 && <0.9- , base >=4.10.1 && <4.12+ , base >=4.11.1 && <4.12 , binary >=0.8.5 && <0.9 , binary-bits >=0.5 && <0.6 , bytestring >=0.10.8 && <0.11@@ -298,7 +298,7 @@ , http-client >=0.5.10 && <0.6 , http-client-tls >=0.3.5 && <0.4 , rattletrap- , template-haskell >=2.12.0 && <2.14+ , template-haskell >=2.13.0 && <2.14 , text >=1.2.3 && <1.3 , transformers >=0.5.2 && <0.6 if flag(static)@@ -317,7 +317,7 @@ HUnit >=1.6.0 && <1.7 , aeson >=1.2.4 && <1.5 , aeson-pretty >=0.8.5 && <0.9- , base >=4.10.1 && <4.12+ , base >=4.11.1 && <4.12 , binary >=0.8.5 && <0.9 , binary-bits >=0.5 && <0.6 , bytestring >=0.10.8 && <0.11@@ -326,7 +326,7 @@ , http-client >=0.5.10 && <0.6 , http-client-tls >=0.3.5 && <0.4 , rattletrap- , template-haskell >=2.12.0 && <2.14+ , template-haskell >=2.13.0 && <2.14 , temporary >=1.2.1 && <1.4 , text >=1.2.3 && <1.3 , transformers >=0.5.2 && <0.6