wavefront 0.7 → 0.7.0.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~dlist
Dependency ranges changed: dlist
Files
- CHANGELOG.md +4/−0
- wavefront.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+#### 0.7.0.1++- Added support for `dlist-0.8`.+ ## 0.7 - Changed `Element` constructor by adding `elSmoothingGroup`.
wavefront.cabal view
@@ -1,5 +1,5 @@ name: wavefront-version: 0.7+version: 0.7.0.1 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@@ -42,7 +42,7 @@ build-depends: base >= 4.8 && < 4.9 , attoparsec >= 0.13 && < 0.14- , dlist >= 0.7 && < 0.8+ , dlist >= 0.7 && < 0.9 , filepath >= 1.4 && < 1.5 , mtl >= 2.2 && < 2.3 , text >= 1.2 && < 1.3