rename fixes

This commit is contained in:
Greg Weber 2011-08-22 06:18:07 -07:00
parent 943f6179ab
commit 094e2d5254
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
{-# LANGUAGE MultiParamTypeClasses #-} {-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-orphans #-} {-# OPTIONS_GHC -fno-warn-orphans #-}
module Handler module Application
( with~sitearg~ ( with~sitearg~
, withDevelApp , withDevelApp
) where ) where

View File

@ -1,7 +1,7 @@
{-# LANGUAGE TemplateHaskell, QuasiQuotes, OverloadedStrings #-} {-# LANGUAGE TemplateHaskell, QuasiQuotes, OverloadedStrings #-}
module Handler.Root where module Handler.Root where
import ~sitearg~ import Foundation
-- This is a handler function for the GET request method on the RootR -- This is a handler function for the GET request method on the RootR
-- resource pattern. All of your resource patterns are defined in -- resource pattern. All of your resource patterns are defined in

View File

@ -25,7 +25,7 @@ library
Buildable: True Buildable: True
else else
Buildable: False Buildable: False
exposed-modules: Handler exposed-modules: Application
hs-source-dirs: . hs-source-dirs: .
other-modules: Foundation other-modules: Foundation
Settings Settings

View File

@ -51,7 +51,7 @@ extra-source-files:
scaffold/config/mongoDB.yml.cg scaffold/config/mongoDB.yml.cg
scaffold/config/routes.cg scaffold/config/routes.cg
scaffold/Settings.hs.cg scaffold/Settings.hs.cg
scaffold/config/StaticFiles.hs.cg scaffold/Settings/StaticFiles.hs.cg
flag ghc7 flag ghc7