wavefront 0.7.1.4 → 0.7.1.5
raw patch · 2 files changed
+20/−8 lines, 2 filesdep ~attoparsecdep ~basedep ~dlistPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: attoparsec, base, dlist, mtl, text, transformers, vector
API changes (from Hackage documentation)
Files
- CHANGELOG.md +12/−0
- wavefront.cabal +8/−8
CHANGELOG.md view
@@ -1,3 +1,15 @@+#### 0.7.1.4++- Relax many version bounds, in the context of GHC 9.4:+ - `base >= 4.8 && < 4.18`+ - `attoparsec >= 0.13 && < 0.15`+ - `dlist >= 0.7 && < 1.1`+ - `filepath >= 1.4 && < 1.5`+ - `mtl >= 2.2 && < 2.4`+ - `text >= 1.2 && < 2.1`+ - `transformers >= 0.4 && < 0.7`+ - `vector >= 0.11 && < 0.14`+ #### 0.7.1.3 - Add support for GHC.8.6.1.
wavefront.cabal view
@@ -1,5 +1,5 @@ name: wavefront-version: 0.7.1.4+version: 0.7.1.5 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,14 +40,14 @@ default-extensions: OverloadedStrings - build-depends: base >= 4.8 && < 4.14- , attoparsec >= 0.13 && < 0.14- , dlist >= 0.7 && < 0.9+ build-depends: base >= 4.8 && < 4.18+ , attoparsec >= 0.13 && < 0.15+ , dlist >= 0.7 && < 1.1 , filepath >= 1.4 && < 1.5- , mtl >= 2.2 && < 2.3- , text >= 1.2 && < 1.3- , transformers >= 0.4 && < 0.6- , vector >= 0.11 && < 0.13+ , mtl >= 2.2 && < 2.4+ , text >= 1.2 && < 2.1+ , transformers >= 0.4 && < 0.7+ , vector >= 0.11 && < 0.14 hs-source-dirs: src