~alcinnz/haphaestus

81671f7f3caedba38d45e9fbc55e7008b35e6cfa — Adrian Cochrane 1 year, 1 month ago 18cf089
Register more needed dependencies.
2 files changed, 2 insertions(+), 2 deletions(-)

M haphaestus.cabal
M src/Main.hs
M haphaestus.cabal => haphaestus.cabal +1 -1
@@ 25,7 25,7 @@ executable haphaestus
                       xml-conduit, containers,
                       stylist >= 2.5, stylist-traits, css-syntax, xml-conduit-stylist >=3,
                       text >= 2, bytestring,
                       cattrap >= 0.1 && <0.2, fontconfig-pure,
                       cattrap >= 0.1 && <0.2, fontconfig-pure, linear, balkon,
                       typograffiti >= 0.2.0.1 && < 0.3, freetype2,
                       sdl2 >= 2.5.4, gl, mtl
  hs-source-dirs:      src

M src/Main.hs => src/Main.hs +1 -1
@@ 38,7 38,7 @@ import           FreeType.FontConfig (instantiatePattern, bmpAndMetricsForIndex,
                                      FTFC_Subpixel(..))
import           FreeType.Core.Base (ft_With_FreeType)
import           Typograffiti (makeDrawGlyphs, allocAtlas, AllocatedRendering(..),
                                TextTransformMultiply(..))
                                TextTransform(..))
import           Linear.V4 (V4(..))
import           Linear.V2 (V2(..))
import           Data.Text.ParagraphLayout (Fragment(..))