M README.md => README.md +2 -0
@@ 1,4 1,5 @@
 # Typograffiti
+[GitHub](https://github.com/schell/typograffiti/) [Hackage](https://hackage.haskell.org/package/typograffiti) [Mirror](https://git.argonaut-constellation.org/~alcinnz/typograffiti) [alt issue tracker](https://todo.argonaut-constellation.org/~alcinnz/typograffiti)
 Typograffiti aims to make working with text across a broad range of written languages in multimedia applications easy. Whilst exposing low-level APIs for use by fancier text layout/rendering engines.
 
 Typograffiti is part of [The Argonaut Stack](https://argonaut-constellation.org/) browser engine.
@@ 7,5 8,6 @@ Typograffiti is part of [The Argonaut Stack](https://argonaut-constellation.org/
 * opengl 3.x
 * freetype 2.x
 * harfbuzz 3.3+
+* LibC++ (for Text dependency)
 
 The demo program additionally requires SDL2.
 
M typograffiti.cabal => typograffiti.cabal +2 -3
@@ 1,7 1,7 @@
 cabal-version: 1.12
 
 name:           typograffiti
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:       Just let me draw nice text already
 description:    This is a text rendering library that uses OpenGL and freetype2 to render TTF font strings quickly. It is fast enough to render large chunks of text in real time. This library exists because text rendering is one of the biggest hurdles in Haskell graphics programming - and it shouldn't be!
                 Typograffiti includes an MTL style typeclass and a default monad transformer. It does not assume you are using any specific windowing solution. It does assume you are using OpenGL 3.3+.
@@ 12,7 12,7 @@ homepage:       https://github.com/schell/typograffiti#readme
 bug-reports:    https://github.com/schell/typograffiti/issues
 author:         Schell Scivally & Adrian Cochrane
 maintainer:     alcinnz@argonaut-constellation.org
-copyright:      2018 Schell Scivally & others
+copyright:      2018 Schell Scivally, 2023 Adrian Cochrane
 license:        BSD3
 license-file:   LICENSE
 build-type:     Simple
@@ 46,4 46,3 @@ executable typograffiti
   hs-source-dirs:      app
   default-language:    Haskell2010
 
-