wavefront 0.7.1.1 → 0.7.1.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- wavefront.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+#### 0.7.1.2++- Added support for GHC.8.4.1.+ #### 0.7.1.1 - Added support for GHC 8.2.1.
wavefront.cabal view
@@ -1,5 +1,5 @@ name: wavefront-version: 0.7.1.1+version: 0.7.1.2 synopsis: Wavefront OBJ loader description: A Wavefront OBJ loader. Currently supports polygonal information. More could be added if needed (like curves and surface) if people contribute. Feel free@@ -40,7 +40,7 @@ default-extensions: OverloadedStrings - build-depends: base >= 4.8 && < 4.11+ build-depends: base >= 4.8 && < 4.12 , attoparsec >= 0.13 && < 0.14 , dlist >= 0.7 && < 0.9 , filepath >= 1.4 && < 1.5