summaryrefslogtreecommitdiff
path: root/Setup.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-05-24 01:34:17 -0400
committerJoey Hess <joeyh@joeyh.name>2016-05-24 01:34:17 -0400
commitc80dce468b0660387e71e66743920b284c04f720 (patch)
tree84015ceeafc5fe58a73c1b4dd32f6238b9313435 /Setup.hs
parentc86fb48e2fe685434558c0ccfc27d093ce741835 (diff)
downloadgit-repair-c80dce468b0660387e71e66743920b284c04f720.tar.gz
Updated cabal file explictly lists source files.
The tarball on hackage will include only the files needed for cabal install; it is NOT the full git-repair source tree. debian/changelog: Converted to symlinks to CHANGELOG.
Diffstat (limited to 'Setup.hs')
-rw-r--r--Setup.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Setup.hs b/Setup.hs
index 03c23a3..b5603f8 100644
--- a/Setup.hs
+++ b/Setup.hs
@@ -1,3 +1,5 @@
+{-# OPTIONS_GHC -fno-warn-tabs #-}
+
{- cabal setup file -}
import Distribution.Simple