Minor scaffolding updates
This commit is contained in:
parent
e1a239a749
commit
cb65f421bf
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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: *
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user