Fix linking error, didn't expose Types.hs
2 files changed, 2 insertions(+), 3 deletions(-) M rhapsode.cabal M src/CExports.hs
M rhapsode.cabal => rhapsode.cabal +2 -2
@@ 51,10 51,10 @@ cabal-version: >=1.10 library -- .hs or .lhs file containing the Main module. exposed-modules: CExports exposed-modules: CExports, Input, Links, Render, Types -- Modules included in this library. other-modules: DefaultCSS, Input, Links, Render, SSML, StyleTree other-modules: DefaultCSS, SSML, StyleTree -- LANGUAGE extensions used by modules in this package. -- other-extensions:
M src/CExports.hs => src/CExports.hs +0 -1