~alcinnz/rhapsode

f5205f5d2bf0ccaf9ec85cef7d126b0a7d31b4c1 — Adrian Cochrane 4 years ago 4777781
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
@@ 1,4 1,3 @@
{-# LANGUAGE OverloadedStrings #-}
module CExports where

import Types