JuicyPixels-blp 0.1.1.0 → 0.1.2.0
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~hashabledep ~text-showPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hashable, text-show
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- JuicyPixels-blp.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,8 @@+0.1.2.0+=======++Relax upper boundary for `hashable` and `text-show`.+ 0.1.1.0 =======
JuicyPixels-blp.cabal view
@@ -1,5 +1,5 @@ name: JuicyPixels-blp-version: 0.1.1.0+version: 0.1.2.0 synopsis: BLP format decoder/encoder over JuicyPixels library description: The library provides decoding/encoding functions for BLP1 texture format of Warcraft III game.@@ -36,9 +36,9 @@ , attoparsec >= 0.12 && < 0.14 , binary >= 0.8 && < 0.10 , bytestring >= 0.10 && < 0.11- , hashable >= 1.2 && < 1.3+ , hashable >= 1.2 && < 1.4 , JuicyPixels >= 3.2 && < 3.4- , text-show >= 3.7 && < 3.8+ , text-show >= 3.7 && < 3.9 , vector >= 0.10 && < 0.13 default-extensions: