diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2015-03-12 13:58:11 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2015-03-12 13:58:11 +0100 |
commit | a01716bc76b6a23cb89d27959f70b88a62e45fb9 (patch) | |
tree | 90488152ee988e871a57c57b3bbd9f6976cee8a3 /CabalHelper | |
parent | 9097e9abbb4deee4fa740142b27a7696f2647861 (diff) |
Always recompile CabalHelper.Data
Diffstat (limited to 'CabalHelper')
-rw-r--r-- | CabalHelper/Data.hs | 1 |
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 |