JuicyPixels-blp 0.1.0.0 → 0.1.0.1
raw patch · 3 files changed
+15/−4 lines, 3 filesdep ~binaryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: binary
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- JuicyPixels-blp.cabal +8/−4
- README.md +2/−0
CHANGELOG.md view
@@ -1,3 +1,8 @@+0.1.0.1+=======++Relax upper boundary for `binary-0.9.0.0`.+ 0.1.0.0 =======
JuicyPixels-blp.cabal view
@@ -1,7 +1,11 @@ name: JuicyPixels-blp-version: 0.1.0.0+version: 0.1.0.1 synopsis: BLP format decoder/encoder over JuicyPixels library-description: Please see README.md+description:+ The library provides decoding/encoding functions for BLP1 texture format of Warcraft III game.+ The result is represented in types of [JuicyPixels](http://hackage.haskell.org/package/JuicyPixels) library.++ Please see README.md for detailed description. homepage: http://github.com/NCrashed/JuicyPixels-blp#readme license: BSD3 license-file: LICENSE@@ -30,7 +34,7 @@ build-depends: base >= 4.7 && < 5 , attoparsec >= 0.12 && < 0.14- , binary >= 0.8 && < 0.9+ , binary >= 0.8 && < 0.10 , bytestring >= 0.10 && < 0.11 , hashable >= 1.2 && < 1.3 , JuicyPixels >= 3.2 && < 3.3@@ -51,7 +55,7 @@ Convert File Statistics- ghc-options: -threaded -O2 -rtsopts -with-rtsopts=-N+ ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 build-depends: base >= 4.7 && < 5
README.md view
@@ -1,6 +1,8 @@ JuicyPixels-blp =============== +[](https://travis-ci.org/NCrashed/JuicyPixels-blp)+ The library provides decoding/encoding functions for BLP1 texture format of Warcraft III game. The result is represented in types of [JuicyPixels](http://hackage.haskell.org/package/JuicyPixels) library.