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 OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
module Handler
module Application
( with~sitearg~
, withDevelApp
) where

View File

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

View File

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

View File

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