Minor scaffolding updates

This commit is contained in:
Michael Snoyman 2014-10-13 10:29:56 +03:00
parent e1a239a749
commit cb65f421bf
6 changed files with 24 additions and 18 deletions

View File

@ -397,9 +397,9 @@ library
if flag(dev) || flag(library-only)
cpp-options: -DDEVELOPMENT
ghc-options: -Wall -O0
ghc-options: -Wall -fwarn-tabs -O0
else
ghc-options: -Wall -O2
ghc-options: -Wall -fwarn-tabs -O2
extensions: TemplateHaskell
QuasiQuotes
@ -768,7 +768,8 @@ stanzas:
# If you would like to have Keter automatically create a PostgreSQL database
# and set appropriate environment variables for it to be discovered, uncomment
# the following line.
# postgres: true
# plugins:
# postgres: true
{-# START_FILE config/models #-}
User

View File

@ -403,9 +403,9 @@ library
if flag(dev) || flag(library-only)
cpp-options: -DDEVELOPMENT
ghc-options: -Wall -O0
ghc-options: -Wall -fwarn-tabs -O0
else
ghc-options: -Wall -O2
ghc-options: -Wall -fwarn-tabs -O2
extensions: TemplateHaskell
QuasiQuotes
@ -774,7 +774,8 @@ stanzas:
# If you would like to have Keter automatically create a PostgreSQL database
# and set appropriate environment variables for it to be discovered, uncomment
# the following line.
# postgres: true
# plugins:
# postgres: true
{-# START_FILE config/models #-}
User

View File

@ -439,9 +439,9 @@ library
if flag(dev) || flag(library-only)
cpp-options: -DDEVELOPMENT
ghc-options: -Wall -O0
ghc-options: -Wall -fwarn-tabs -O0
else
ghc-options: -Wall -O2
ghc-options: -Wall -fwarn-tabs -O2
extensions: TemplateHaskell
QuasiQuotes
@ -824,7 +824,8 @@ stanzas:
# If you would like to have Keter automatically create a PostgreSQL database
# and set appropriate environment variables for it to be discovered, uncomment
# the following line.
# postgres: true
# plugins:
# postgres: true
{-# START_FILE config/models #-}
User

View File

@ -403,9 +403,9 @@ library
if flag(dev) || flag(library-only)
cpp-options: -DDEVELOPMENT
ghc-options: -Wall -O0
ghc-options: -Wall -fwarn-tabs -O0
else
ghc-options: -Wall -O2
ghc-options: -Wall -fwarn-tabs -O2
extensions: TemplateHaskell
QuasiQuotes
@ -774,7 +774,8 @@ stanzas:
# If you would like to have Keter automatically create a PostgreSQL database
# and set appropriate environment variables for it to be discovered, uncomment
# the following line.
# postgres: true
# plugins:
# postgres: true
{-# START_FILE config/models #-}
User

View File

@ -326,9 +326,9 @@ library
if flag(dev) || flag(library-only)
cpp-options: -DDEVELOPMENT
ghc-options: -Wall -O0
ghc-options: -Wall -fwarn-tabs -O0
else
ghc-options: -Wall -O2
ghc-options: -Wall -fwarn-tabs -O2
extensions: TemplateHaskell
QuasiQuotes
@ -685,7 +685,8 @@ stanzas:
# If you would like to have Keter automatically create a PostgreSQL database
# and set appropriate environment variables for it to be discovered, uncomment
# the following line.
# postgres: true
# plugins:
# postgres: true
{-# START_FILE config/robots.txt #-}
User-agent: *

View File

@ -403,9 +403,9 @@ library
if flag(dev) || flag(library-only)
cpp-options: -DDEVELOPMENT
ghc-options: -Wall -O0
ghc-options: -Wall -fwarn-tabs -O0
else
ghc-options: -Wall -O2
ghc-options: -Wall -fwarn-tabs -O2
extensions: TemplateHaskell
QuasiQuotes
@ -774,7 +774,8 @@ stanzas:
# If you would like to have Keter automatically create a PostgreSQL database
# and set appropriate environment variables for it to be discovered, uncomment
# the following line.
# postgres: true
# plugins:
# postgres: true
{-# START_FILE config/models #-}
User