rename fixes
This commit is contained in:
parent
943f6179ab
commit
094e2d5254
@ -2,7 +2,7 @@
|
||||
{-# LANGUAGE MultiParamTypeClasses #-}
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
{-# OPTIONS_GHC -fno-warn-orphans #-}
|
||||
module Handler
|
||||
module Application
|
||||
( with~sitearg~
|
||||
, withDevelApp
|
||||
) where
|
||||
|
||||
@ -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
|
||||
|
||||
@ -25,7 +25,7 @@ library
|
||||
Buildable: True
|
||||
else
|
||||
Buildable: False
|
||||
exposed-modules: Handler
|
||||
exposed-modules: Application
|
||||
hs-source-dirs: .
|
||||
other-modules: Foundation
|
||||
Settings
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user