packages feed

STL 0.2.0.1 → 0.2.0.2

raw patch · 2 files changed

+10/−4 lines, 2 filesdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

CHANGES.md view
@@ -1,3 +1,9 @@-# 0.2.0.1+0.2.0.2+------- -- Allow attoparsec 0.12.*+- Allow `text-1.2`++0.2.0.1+-------++  - Allow `attoparsec 0.12.*`
STL.cabal view
@@ -1,5 +1,5 @@ name:                STL-version:             0.2.0.1+version:             0.2.0.2 synopsis:            STL 3D geometry format parsing and pretty-printing description:         STL is a simple file format for representing 3D                      objects as the triangles which form their@@ -35,7 +35,7 @@   -- other-extensions:       build-depends:    base >=4.6 && <4.8,                     attoparsec >= 0.11 && < 0.13,-                    text >= 0.11.1.5 && < 1.2,+                    text >= 0.11.1.5 && < 1.3,                     cereal >= 0.4 && < 0.5,                     bytestring >= 0.10 && < 0.11   hs-source-dirs:   src