diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-02-22 17:26:16 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-02-22 17:26:16 -0400 |
commit | c2688055977d85375542b9fc91f682ae2f036c77 (patch) | |
tree | ec3a1e54921eac101d97b5fe8aa1ab829d9d5f56 /Makefile | |
parent | dbc220a5e8c133502309ba9f3e6153bbfebe7b78 (diff) |
more headers
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -185,7 +185,7 @@ no-th-webapp-stage1: Build/EvilSplicer # and not overwritten.) cp -uR tmp/splices/* tmp/no-th-tree || true # Some additional dependencies needed by the expanded splices. - sed -i 's/^ Build-Depends: / Build-Depends: yesod-routes, yesod-core, shakespeare-css, shakespeare-js, shakespeare, blaze-markup, file-embed, wai-app-static, /' tmp/no-th-tree/git-annex.cabal + sed -i 's/^ Build-Depends: / Build-Depends: yesod-routes, yesod-core, shakespeare-css, shakespeare-js, shakespeare, blaze-markup, file-embed, wai-app-static, unordered-containers, /' tmp/no-th-tree/git-annex.cabal # Avoid warnings due to sometimes unused imports added for the splices. sed -i 's/GHC-Options: \(.*\)-Wall/GHC-Options: \1-Wall -fno-warn-unused-imports /i' tmp/no-th-tree/git-annex.cabal sed -i 's/Extensions: /Extensions: MagicHash /i' tmp/no-th-tree/git-annex.cabal |