JuicyPixels-blp 0.1.0.1 → 0.1.1.0
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~JuicyPixelsPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: JuicyPixels
API changes (from Hackage documentation)
- Codec.Picture.Blp.Internal.Data: BlpUncompressed1 :: !(Vector PixelRGBA8) -> ![(ByteString, ByteString)] -> BlpExt
+ Codec.Picture.Blp.Internal.Data: BlpUncompressed1 :: !Vector PixelRGBA8 -> ![(ByteString, ByteString)] -> BlpExt
- Codec.Picture.Blp.Internal.Data: BlpUncompressed2 :: !(Vector PixelRGBA8) -> ![ByteString] -> BlpExt
+ Codec.Picture.Blp.Internal.Data: BlpUncompressed2 :: !Vector PixelRGBA8 -> ![ByteString] -> BlpExt
- Codec.Picture.Blp.Internal.Data: [blpU1Palette] :: BlpExt -> !(Vector PixelRGBA8)
+ Codec.Picture.Blp.Internal.Data: [blpU1Palette] :: BlpExt -> !Vector PixelRGBA8
- Codec.Picture.Blp.Internal.Data: [blpU2Palette] :: BlpExt -> !(Vector PixelRGBA8)
+ Codec.Picture.Blp.Internal.Data: [blpU2Palette] :: BlpExt -> !Vector PixelRGBA8
Files
- CHANGELOG.md +5/−0
- JuicyPixels-blp.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,8 @@+0.1.1.0+=======++Relax upper boundary for `JuicyPixels-3.3`.+ 0.1.0.1 =======
JuicyPixels-blp.cabal view
@@ -1,5 +1,5 @@ name: JuicyPixels-blp-version: 0.1.0.1+version: 0.1.1.0 synopsis: BLP format decoder/encoder over JuicyPixels library description: The library provides decoding/encoding functions for BLP1 texture format of Warcraft III game.@@ -37,7 +37,7 @@ , binary >= 0.8 && < 0.10 , bytestring >= 0.10 && < 0.11 , hashable >= 1.2 && < 1.3- , JuicyPixels >= 3.2 && < 3.3+ , JuicyPixels >= 3.2 && < 3.4 , text-show >= 3.7 && < 3.8 , vector >= 0.10 && < 0.13