From 089f8f1e12882bb28f2164527036b44d17df2791 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 14 Nov 2013 21:10:26 +0200 Subject: [PATCH] Ignore sandbox files #620 --- yesod-bin/hsfiles/mongo.hsfiles | 2 ++ yesod-bin/hsfiles/mysql.hsfiles | 2 ++ yesod-bin/hsfiles/postgres-fay.hsfiles | 2 ++ yesod-bin/hsfiles/postgres.hsfiles | 2 ++ yesod-bin/hsfiles/simple.hsfiles | 2 ++ yesod-bin/hsfiles/sqlite.hsfiles | 2 ++ yesod-bin/yesod-bin.cabal | 2 +- 7 files changed, 13 insertions(+), 1 deletion(-) diff --git a/yesod-bin/hsfiles/mongo.hsfiles b/yesod-bin/hsfiles/mongo.hsfiles index a478d691..e3055394 100644 --- a/yesod-bin/hsfiles/mongo.hsfiles +++ b/yesod-bin/hsfiles/mongo.hsfiles @@ -12,6 +12,8 @@ config/client_session_key.aes .hsenv* cabal-dev/ yesod-devel/ +.cabal-sandbox +cabal.sandbox.config {-# START_FILE Application.hs #-} {-# OPTIONS_GHC -fno-warn-orphans #-} diff --git a/yesod-bin/hsfiles/mysql.hsfiles b/yesod-bin/hsfiles/mysql.hsfiles index 0711321a..2657e63e 100644 --- a/yesod-bin/hsfiles/mysql.hsfiles +++ b/yesod-bin/hsfiles/mysql.hsfiles @@ -12,6 +12,8 @@ config/client_session_key.aes .hsenv* cabal-dev/ yesod-devel/ +.cabal-sandbox +cabal.sandbox.config {-# START_FILE Application.hs #-} {-# OPTIONS_GHC -fno-warn-orphans #-} diff --git a/yesod-bin/hsfiles/postgres-fay.hsfiles b/yesod-bin/hsfiles/postgres-fay.hsfiles index 607b654d..ded715f0 100644 --- a/yesod-bin/hsfiles/postgres-fay.hsfiles +++ b/yesod-bin/hsfiles/postgres-fay.hsfiles @@ -13,6 +13,8 @@ fay/Language/Fay/Yesod.hs .hsenv* cabal-dev/ yesod-devel/ +.cabal-sandbox +cabal.sandbox.config {-# START_FILE Application.hs #-} {-# OPTIONS_GHC -fno-warn-orphans #-} diff --git a/yesod-bin/hsfiles/postgres.hsfiles b/yesod-bin/hsfiles/postgres.hsfiles index 3fda126c..9aef1ae3 100644 --- a/yesod-bin/hsfiles/postgres.hsfiles +++ b/yesod-bin/hsfiles/postgres.hsfiles @@ -12,6 +12,8 @@ config/client_session_key.aes .hsenv* cabal-dev/ yesod-devel/ +.cabal-sandbox +cabal.sandbox.config {-# START_FILE Application.hs #-} {-# OPTIONS_GHC -fno-warn-orphans #-} diff --git a/yesod-bin/hsfiles/simple.hsfiles b/yesod-bin/hsfiles/simple.hsfiles index fb212169..73fc703c 100644 --- a/yesod-bin/hsfiles/simple.hsfiles +++ b/yesod-bin/hsfiles/simple.hsfiles @@ -12,6 +12,8 @@ config/client_session_key.aes .hsenv* cabal-dev/ yesod-devel/ +.cabal-sandbox +cabal.sandbox.config {-# START_FILE Application.hs #-} {-# OPTIONS_GHC -fno-warn-orphans #-} diff --git a/yesod-bin/hsfiles/sqlite.hsfiles b/yesod-bin/hsfiles/sqlite.hsfiles index 4558081a..9b7ca111 100644 --- a/yesod-bin/hsfiles/sqlite.hsfiles +++ b/yesod-bin/hsfiles/sqlite.hsfiles @@ -12,6 +12,8 @@ config/client_session_key.aes .hsenv* cabal-dev/ yesod-devel/ +.cabal-sandbox +cabal.sandbox.config {-# START_FILE Application.hs #-} {-# OPTIONS_GHC -fno-warn-orphans #-} diff --git a/yesod-bin/yesod-bin.cabal b/yesod-bin/yesod-bin.cabal index 27110e13..e1017c46 100644 --- a/yesod-bin/yesod-bin.cabal +++ b/yesod-bin/yesod-bin.cabal @@ -1,5 +1,5 @@ name: yesod-bin -version: 1.2.4 +version: 1.2.4.1 license: MIT license-file: LICENSE author: Michael Snoyman