packages feed

wavefront 0.7.1.5 → 0.7.2.0

raw patch · 15 files changed

+37/−37 lines, 15 filesdep ~basedep ~filepathdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, filepath, text

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,4 +1,4 @@-#### 0.7.1.4+#### 0.7.1.5  - Relax many version bounds, in the context of GHC 9.4:   - `base         >= 4.8  && < 4.18`
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2015, Dimitri Sabadie <dimitri.sabadie@gmail.com>+Copyright (c) 2015, 2026, Dimitri Sabadie <hadronized@strongly-typed-thoughts.net>  All rights reserved. @@ -13,7 +13,7 @@       disclaimer in the documentation and/or other materials provided       with the distribution. -    * Neither the name of Dimitri Sabadie <dimitri.sabadie@gmail.com> nor the names of other+    * Neither the name of Dimitri Sabadie <hadronized@strongly-typed-thoughts.net> nor the names of other       contributors may be used to endorse or promote products derived       from this software without specific prior written permission. 
src/Codec/Wavefront.hs view
@@ -2,10 +2,10 @@  ----------------------------------------------------------------------------- -- |--- Copyright   : (C) 2015 Dimitri Sabadie+-- Copyright   : (C) 2015, 2026 Dimitri Sabadie -- License     : BSD3 ----- Maintainer  : Dimitri Sabadie <dimitri.sabadie@gmail.com>+-- Maintainer  : Dimitri Sabadie <hadronized@strongly-typed-thoughts.net> -- Stability   : experimental -- Portability : portable --
src/Codec/Wavefront/Element.hs view
@@ -1,9 +1,9 @@ ----------------------------------------------------------------------------- -- |--- Copyright   : (C) 2015 Dimitri Sabadie+-- Copyright   : (C) 2015, 2026 Dimitri Sabadie -- License     : BSD3 ----- Maintainer  : Dimitri Sabadie <dimitri.sabadie@gmail.com>+-- Maintainer  : Dimitri Sabadie <hadronized@strongly-typed-thoughts.net> -- Stability   : experimental -- Portability : portable --
src/Codec/Wavefront/Face.hs view
@@ -2,10 +2,10 @@  ----------------------------------------------------------------------------- -- |--- Copyright   : (C) 2015 Dimitri Sabadie+-- Copyright   : (C) 2015, 2026 Dimitri Sabadie -- License     : BSD3 ----- Maintainer  : Dimitri Sabadie <dimitri.sabadie@gmail.com>+-- Maintainer  : Dimitri Sabadie <hadronized@strongly-typed-thoughts.net> -- Stability   : experimental -- Portability : portable --
src/Codec/Wavefront/IO.hs view
@@ -1,9 +1,9 @@ ----------------------------------------------------------------------------- -- |--- Copyright   : (C) 2015 Dimitri Sabadie+-- Copyright   : (C) 2015, 2026 Dimitri Sabadie -- License     : BSD3 ----- Maintainer  : Dimitri Sabadie <dimitri.sabadie@gmail.com>+-- Maintainer  : Dimitri Sabadie <hadronized@strongly-typed-thoughts.net> -- Stability   : experimental -- Portability : portable --
src/Codec/Wavefront/Lexer.hs view
@@ -1,9 +1,9 @@ ----------------------------------------------------------------------------- -- |--- Copyright   : (C) 2015 Dimitri Sabadie+-- Copyright   : (C) 2015, 2026 Dimitri Sabadie -- License     : BSD3 ----- Maintainer  : Dimitri Sabadie <dimitri.sabadie@gmail.com>+-- Maintainer  : Dimitri Sabadie <hadronized@strongly-typed-thoughts.net> -- Stability   : experimental -- Portability : portable --
src/Codec/Wavefront/Line.hs view
@@ -1,9 +1,9 @@ ----------------------------------------------------------------------------- -- |--- Copyright   : (C) 2015 Dimitri Sabadie+-- Copyright   : (C) 2015, 2026 Dimitri Sabadie -- License     : BSD3 ----- Maintainer  : Dimitri Sabadie <dimitri.sabadie@gmail.com>+-- Maintainer  : Dimitri Sabadie <hadronized@strongly-typed-thoughts.net> -- Stability   : experimental -- Portability : portable --
src/Codec/Wavefront/Location.hs view
@@ -1,9 +1,9 @@ ----------------------------------------------------------------------------- -- |--- Copyright   : (C) 2015 Dimitri Sabadie+-- Copyright   : (C) 2015, 2026 Dimitri Sabadie -- License     : BSD3 ----- Maintainer  : Dimitri Sabadie <dimitri.sabadie@gmail.com>+-- Maintainer  : Dimitri Sabadie <hadronized@strongly-typed-thoughts.net> -- Stability   : experimental -- Portability : portable --
src/Codec/Wavefront/Normal.hs view
@@ -1,9 +1,9 @@ ----------------------------------------------------------------------------- -- |--- Copyright   : (C) 2015 Dimitri Sabadie+-- Copyright   : (C) 2015, 2026 Dimitri Sabadie -- License     : BSD3 ----- Maintainer  : Dimitri Sabadie <dimitri.sabadie@gmail.com>+-- Maintainer  : Dimitri Sabadie <hadronized@strongly-typed-thoughts.net> -- Stability   : experimental -- Portability : portable --
src/Codec/Wavefront/Object.hs view
@@ -1,9 +1,9 @@ ----------------------------------------------------------------------------- -- |--- Copyright   : (C) 2015 Dimitri Sabadie+-- Copyright   : (C) 2015, 2026 Dimitri Sabadie -- License     : BSD3 ----- Maintainer  : Dimitri Sabadie <dimitri.sabadie@gmail.com>+-- Maintainer  : Dimitri Sabadie <hadronized@strongly-typed-thoughts.net> -- Stability   : experimental -- Portability : portable --
src/Codec/Wavefront/Point.hs view
@@ -1,9 +1,9 @@ ----------------------------------------------------------------------------- -- |--- Copyright   : (C) 2015 Dimitri Sabadie+-- Copyright   : (C) 2015, 2026 Dimitri Sabadie -- License     : BSD3 ----- Maintainer  : Dimitri Sabadie <dimitri.sabadie@gmail.com>+-- Maintainer  : Dimitri Sabadie <hadronized@strongly-typed-thoughts.net> -- Stability   : experimental -- Portability : portable --
src/Codec/Wavefront/TexCoord.hs view
@@ -1,9 +1,9 @@ ----------------------------------------------------------------------------- -- |--- Copyright   : (C) 2015 Dimitri Sabadie+-- Copyright   : (C) 2015, 2026 Dimitri Sabadie -- License     : BSD3 ----- Maintainer  : Dimitri Sabadie <dimitri.sabadie@gmail.com>+-- Maintainer  : Dimitri Sabadie <hadronized@strongly-typed-thoughts.net> -- Stability   : experimental -- Portability : portable --
src/Codec/Wavefront/Token.hs view
@@ -1,9 +1,9 @@ ----------------------------------------------------------------------------- -- |--- Copyright   : (C) 2015 Dimitri Sabadie+-- Copyright   : (C) 2015, 2026 Dimitri Sabadie -- License     : BSD3 ----- Maintainer  : Dimitri Sabadie <dimitri.sabadie@gmail.com>+-- Maintainer  : Dimitri Sabadie <hadronized@strongly-typed-thoughts.net> -- Stability   : experimental -- Portability : portable --@@ -127,7 +127,7 @@     skipHSpace     pointIndices <- parsePointIndices     pts <- case pointIndices of-      _:_:_ -> pure $ zipWith Line pointIndices (tail pointIndices)+      _:tl@(_:_) -> pure $ zipWith Line pointIndices tl       _ -> fail "line doesn't have at least two points"     eol     pure pts
wavefront.cabal view
@@ -1,15 +1,15 @@ name:                wavefront-version:             0.7.1.5+version:             0.7.2.0 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                      to help!-homepage:            https://github.com/phaazon/wavefront-bug-reports:         https://github.com/phaazon/wavefront/issues+homepage:            https://git.sr.ht/~hadronized/wavefront+bug-reports:         https://lists.sr.ht/~hadronized/wavefront license:             BSD3 license-file:        LICENSE-author:              Dimitri Sabadie <dimitri.sabadie@gmail.com>-maintainer:          Dimitri Sabadie <dimitri.sabadie@gmail.com>+author:              Dimitri Sabadie <hadronized@strongly-typed-thoughts.net>+maintainer:          Dimitri Sabadie <hadronized@strongly-typed-thoughts.net> copyright:           Dimitri Sabadie  category:            Codec@@ -19,7 +19,7 @@  source-repository head   type:     git-  location: git://github.com/phaazon/wavefront.git+  location: ssh://git.sr.ht/~hadronized/wavefront  library   ghc-options:         -W -Wall@@ -40,12 +40,12 @@    default-extensions:  OverloadedStrings -  build-depends:       base         >= 4.8  && < 4.18+  build-depends:       base         >= 4.8  && < 4.23                      , attoparsec   >= 0.13 && < 0.15                      , dlist        >= 0.7  && < 1.1-                     , filepath     >= 1.4  && < 1.5+                     , filepath     >= 1.4  && < 1.6                      , mtl          >= 2.2  && < 2.4-                     , text         >= 1.2  && < 2.1+                     , text         >= 1.2  && < 2.2                      , transformers >= 0.4  && < 0.7                      , vector       >= 0.11 && < 0.14