aboutsummaryrefslogtreecommitdiff
path: root/CabalHelper/Data.hs
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2015-03-12 13:58:11 +0100
committerDaniel Gröber <dxld@darkboxed.org>2015-03-12 13:58:11 +0100
commita01716bc76b6a23cb89d27959f70b88a62e45fb9 (patch)
tree90488152ee988e871a57c57b3bbd9f6976cee8a3 /CabalHelper/Data.hs
parent9097e9abbb4deee4fa740142b27a7696f2647861 (diff)
Always recompile CabalHelper.Data
Diffstat (limited to 'CabalHelper/Data.hs')
-rw-r--r--CabalHelper/Data.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/CabalHelper/Data.hs b/CabalHelper/Data.hs
index 28d0859..06539c7 100644
--- a/CabalHelper/Data.hs
+++ b/CabalHelper/Data.hs
@@ -15,6 +15,7 @@
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
{-# LANGUAGE TemplateHaskell #-}
+{-# OPTIONS_GHC -fforce-recomp #-}
module CabalHelper.Data where
import Control.Monad