From f5205f5d2bf0ccaf9ec85cef7d126b0a7d31b4c1 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Tue, 7 Apr 2020 07:36:35 +1200 Subject: [PATCH] Fix linking error, didn't expose Types.hs --- rhapsode.cabal | 4 ++-- src/CExports.hs | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/rhapsode.cabal b/rhapsode.cabal index 166c4c2..1cf6464 100644 --- a/rhapsode.cabal +++ b/rhapsode.cabal @@ -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: diff --git a/src/CExports.hs b/src/CExports.hs index cf49bd3..774a94b 100644 --- a/src/CExports.hs +++ b/src/CExports.hs @@ -1,4 +1,3 @@ -{-# LANGUAGE OverloadedStrings #-} module CExports where import Types -- 2.30.2