rename fixes
This commit is contained in:
parent
943f6179ab
commit
094e2d5254
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user