Rename to yesod-core
This commit is contained in:
parent
7a60813c22
commit
fccefcd1dd
@ -40,7 +40,7 @@ import Yesod.Content
|
|||||||
import Yesod.Handler
|
import Yesod.Handler
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
import qualified Paths_yesod
|
import qualified Paths_yesod_core
|
||||||
import Data.Version (showVersion)
|
import Data.Version (showVersion)
|
||||||
import Yesod.Widget
|
import Yesod.Widget
|
||||||
import Yesod.Request
|
import Yesod.Request
|
||||||
@ -534,4 +534,4 @@ redirectToPost dest = hamletToRepHtml
|
|||||||
|] >>= sendResponse
|
|] >>= sendResponse
|
||||||
|
|
||||||
yesodVersion :: String
|
yesodVersion :: String
|
||||||
yesodVersion = showVersion Paths_yesod.version
|
yesodVersion = showVersion Paths_yesod_core.version
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
name: yesod
|
name: yesod-core
|
||||||
version: 0.7.0
|
version: 0.7.0
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
@ -14,7 +14,6 @@ stability: Stable
|
|||||||
cabal-version: >= 1.6
|
cabal-version: >= 1.6
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
homepage: http://docs.yesodweb.com/
|
homepage: http://docs.yesodweb.com/
|
||||||
extra-source-files: scaffold/*.cg
|
|
||||||
|
|
||||||
flag test
|
flag test
|
||||||
description: Build the executable to run unit tests
|
description: Build the executable to run unit tests
|
||||||
@ -70,21 +69,9 @@ library
|
|||||||
Yesod.Helpers.Sitemap
|
Yesod.Helpers.Sitemap
|
||||||
Yesod.Helpers.Static
|
Yesod.Helpers.Static
|
||||||
other-modules: Yesod.Internal
|
other-modules: Yesod.Internal
|
||||||
Paths_yesod
|
Paths_yesod_core
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
|
|
||||||
executable yesod
|
|
||||||
if flag(ghc7)
|
|
||||||
build-depends: base >= 4.3 && < 5
|
|
||||||
cpp-options: -DGHC7
|
|
||||||
else
|
|
||||||
build-depends: base >= 4 && < 4.3
|
|
||||||
build-depends: parsec >= 2.1 && < 4
|
|
||||||
ghc-options: -Wall
|
|
||||||
main-is: scaffold.hs
|
|
||||||
other-modules: CodeGen
|
|
||||||
extensions: TemplateHaskell
|
|
||||||
|
|
||||||
executable runtests
|
executable runtests
|
||||||
if flag(ghc7)
|
if flag(ghc7)
|
||||||
build-depends: base >= 4.3 && < 5
|
build-depends: base >= 4.3 && < 5
|
||||||
@ -106,4 +93,4 @@ executable runtests
|
|||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: git://github.com/snoyberg/yesod.git
|
location: git://github.com/snoyberg/yesod-core.git
|
||||||
Loading…
Reference in New Issue
Block a user