packages feed

freetype-simple 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~linearPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: linear

API changes (from Hackage documentation)

Files

freetype-simple.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                freetype-simple-version:             0.1.0.0+version:             0.1.0.1 synopsis:            Single line text rendering for OpenGL ES description:         Single line text rendering utility. See README.md for more information. homepage:            https://github.com/capsjac/freetype-simple@@ -24,7 +24,7 @@   exposed-modules:     Graphics.Rendering.FreeType.Simple   -- other-modules:          other-extensions:    RecordWildCards-  build-depends:       base >=4.7 && <4.8, boundingboxes >=0.2 && <0.3, bytestring >=0.10 && <0.11, linear >=1.13 && <1.14, freetype2 ==0.1.*+  build-depends:       base >=4.7 && <4.8, boundingboxes >=0.2 && <0.3, bytestring >=0.10 && <0.11, linear >=1.15 && <1.20, freetype2 ==0.1.*   -- hs-source-dirs:         --build-tools:            default-language:    Haskell2010