From f3308026a7ad21c03149e8ae2bb1a86fab5fb18d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 21 Dec 2014 10:37:40 +0200 Subject: [PATCH] Add missing .hsfiles --- yesod-bin/yesod-bin.cabal | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/yesod-bin/yesod-bin.cabal b/yesod-bin/yesod-bin.cabal index b980bbab..b17e96ba 100644 --- a/yesod-bin/yesod-bin.cabal +++ b/yesod-bin/yesod-bin.cabal @@ -1,5 +1,5 @@ name: yesod-bin -version: 1.4.3 +version: 1.4.3.1 license: MIT license-file: LICENSE author: Michael Snoyman @@ -15,12 +15,7 @@ data-files: refreshing.html extra-source-files: input/*.cg - hsfiles/mongo.hsfiles - hsfiles/mysql.hsfiles - hsfiles/postgres.hsfiles - hsfiles/postgres-fay.hsfiles - hsfiles/simple.hsfiles - hsfiles/sqlite.hsfiles + hsfiles/*.hsfiles ChangeLog.md executable yesod-ghc-wrapper