summaryrefslogtreecommitdiff
path: root/standalone/android/haskell-patches/shakespeare-css_1.0.2_0002-expose-modules-used-by-TH.patch
blob: 5bf57d527a468b659781c5c067228b23d0c3a6c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 23e96f0d948e7a26febf1745a4c373faf579c8ee Mon Sep 17 00:00:00 2001
From: Joey Hess <joey@kitenet.net>
Date: Mon, 15 Apr 2013 16:32:31 -0400
Subject: [PATCH] expose modules used by TH

---
 shakespeare-css.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shakespeare-css.cabal b/shakespeare-css.cabal
index de2497b..468353a 100644
--- a/shakespeare-css.cabal
+++ b/shakespeare-css.cabal
@@ -39,8 +39,8 @@ library
 
     exposed-modules: Text.Cassius
                      Text.Lucius
-    other-modules:   Text.MkSizeType
                      Text.Css
+    other-modules:   Text.MkSizeType
                      Text.IndentToBrace
                      Text.CssCommon
     ghc-options:     -Wall
-- 
1.8.2.rc3