Minor scaffolding updates
This commit is contained in:
parent
e1a239a749
commit
cb65f421bf
@ -397,9 +397,9 @@ library
|
|||||||
|
|
||||||
if flag(dev) || flag(library-only)
|
if flag(dev) || flag(library-only)
|
||||||
cpp-options: -DDEVELOPMENT
|
cpp-options: -DDEVELOPMENT
|
||||||
ghc-options: -Wall -O0
|
ghc-options: -Wall -fwarn-tabs -O0
|
||||||
else
|
else
|
||||||
ghc-options: -Wall -O2
|
ghc-options: -Wall -fwarn-tabs -O2
|
||||||
|
|
||||||
extensions: TemplateHaskell
|
extensions: TemplateHaskell
|
||||||
QuasiQuotes
|
QuasiQuotes
|
||||||
@ -768,7 +768,8 @@ stanzas:
|
|||||||
# If you would like to have Keter automatically create a PostgreSQL database
|
# If you would like to have Keter automatically create a PostgreSQL database
|
||||||
# and set appropriate environment variables for it to be discovered, uncomment
|
# and set appropriate environment variables for it to be discovered, uncomment
|
||||||
# the following line.
|
# the following line.
|
||||||
# postgres: true
|
# plugins:
|
||||||
|
# postgres: true
|
||||||
|
|
||||||
{-# START_FILE config/models #-}
|
{-# START_FILE config/models #-}
|
||||||
User
|
User
|
||||||
|
|||||||
@ -403,9 +403,9 @@ library
|
|||||||
|
|
||||||
if flag(dev) || flag(library-only)
|
if flag(dev) || flag(library-only)
|
||||||
cpp-options: -DDEVELOPMENT
|
cpp-options: -DDEVELOPMENT
|
||||||
ghc-options: -Wall -O0
|
ghc-options: -Wall -fwarn-tabs -O0
|
||||||
else
|
else
|
||||||
ghc-options: -Wall -O2
|
ghc-options: -Wall -fwarn-tabs -O2
|
||||||
|
|
||||||
extensions: TemplateHaskell
|
extensions: TemplateHaskell
|
||||||
QuasiQuotes
|
QuasiQuotes
|
||||||
@ -774,7 +774,8 @@ stanzas:
|
|||||||
# If you would like to have Keter automatically create a PostgreSQL database
|
# If you would like to have Keter automatically create a PostgreSQL database
|
||||||
# and set appropriate environment variables for it to be discovered, uncomment
|
# and set appropriate environment variables for it to be discovered, uncomment
|
||||||
# the following line.
|
# the following line.
|
||||||
# postgres: true
|
# plugins:
|
||||||
|
# postgres: true
|
||||||
|
|
||||||
{-# START_FILE config/models #-}
|
{-# START_FILE config/models #-}
|
||||||
User
|
User
|
||||||
|
|||||||
@ -439,9 +439,9 @@ library
|
|||||||
|
|
||||||
if flag(dev) || flag(library-only)
|
if flag(dev) || flag(library-only)
|
||||||
cpp-options: -DDEVELOPMENT
|
cpp-options: -DDEVELOPMENT
|
||||||
ghc-options: -Wall -O0
|
ghc-options: -Wall -fwarn-tabs -O0
|
||||||
else
|
else
|
||||||
ghc-options: -Wall -O2
|
ghc-options: -Wall -fwarn-tabs -O2
|
||||||
|
|
||||||
extensions: TemplateHaskell
|
extensions: TemplateHaskell
|
||||||
QuasiQuotes
|
QuasiQuotes
|
||||||
@ -824,7 +824,8 @@ stanzas:
|
|||||||
# If you would like to have Keter automatically create a PostgreSQL database
|
# If you would like to have Keter automatically create a PostgreSQL database
|
||||||
# and set appropriate environment variables for it to be discovered, uncomment
|
# and set appropriate environment variables for it to be discovered, uncomment
|
||||||
# the following line.
|
# the following line.
|
||||||
# postgres: true
|
# plugins:
|
||||||
|
# postgres: true
|
||||||
|
|
||||||
{-# START_FILE config/models #-}
|
{-# START_FILE config/models #-}
|
||||||
User
|
User
|
||||||
|
|||||||
@ -403,9 +403,9 @@ library
|
|||||||
|
|
||||||
if flag(dev) || flag(library-only)
|
if flag(dev) || flag(library-only)
|
||||||
cpp-options: -DDEVELOPMENT
|
cpp-options: -DDEVELOPMENT
|
||||||
ghc-options: -Wall -O0
|
ghc-options: -Wall -fwarn-tabs -O0
|
||||||
else
|
else
|
||||||
ghc-options: -Wall -O2
|
ghc-options: -Wall -fwarn-tabs -O2
|
||||||
|
|
||||||
extensions: TemplateHaskell
|
extensions: TemplateHaskell
|
||||||
QuasiQuotes
|
QuasiQuotes
|
||||||
@ -774,7 +774,8 @@ stanzas:
|
|||||||
# If you would like to have Keter automatically create a PostgreSQL database
|
# If you would like to have Keter automatically create a PostgreSQL database
|
||||||
# and set appropriate environment variables for it to be discovered, uncomment
|
# and set appropriate environment variables for it to be discovered, uncomment
|
||||||
# the following line.
|
# the following line.
|
||||||
# postgres: true
|
# plugins:
|
||||||
|
# postgres: true
|
||||||
|
|
||||||
{-# START_FILE config/models #-}
|
{-# START_FILE config/models #-}
|
||||||
User
|
User
|
||||||
|
|||||||
@ -326,9 +326,9 @@ library
|
|||||||
|
|
||||||
if flag(dev) || flag(library-only)
|
if flag(dev) || flag(library-only)
|
||||||
cpp-options: -DDEVELOPMENT
|
cpp-options: -DDEVELOPMENT
|
||||||
ghc-options: -Wall -O0
|
ghc-options: -Wall -fwarn-tabs -O0
|
||||||
else
|
else
|
||||||
ghc-options: -Wall -O2
|
ghc-options: -Wall -fwarn-tabs -O2
|
||||||
|
|
||||||
extensions: TemplateHaskell
|
extensions: TemplateHaskell
|
||||||
QuasiQuotes
|
QuasiQuotes
|
||||||
@ -685,7 +685,8 @@ stanzas:
|
|||||||
# If you would like to have Keter automatically create a PostgreSQL database
|
# If you would like to have Keter automatically create a PostgreSQL database
|
||||||
# and set appropriate environment variables for it to be discovered, uncomment
|
# and set appropriate environment variables for it to be discovered, uncomment
|
||||||
# the following line.
|
# the following line.
|
||||||
# postgres: true
|
# plugins:
|
||||||
|
# postgres: true
|
||||||
|
|
||||||
{-# START_FILE config/robots.txt #-}
|
{-# START_FILE config/robots.txt #-}
|
||||||
User-agent: *
|
User-agent: *
|
||||||
|
|||||||
@ -403,9 +403,9 @@ library
|
|||||||
|
|
||||||
if flag(dev) || flag(library-only)
|
if flag(dev) || flag(library-only)
|
||||||
cpp-options: -DDEVELOPMENT
|
cpp-options: -DDEVELOPMENT
|
||||||
ghc-options: -Wall -O0
|
ghc-options: -Wall -fwarn-tabs -O0
|
||||||
else
|
else
|
||||||
ghc-options: -Wall -O2
|
ghc-options: -Wall -fwarn-tabs -O2
|
||||||
|
|
||||||
extensions: TemplateHaskell
|
extensions: TemplateHaskell
|
||||||
QuasiQuotes
|
QuasiQuotes
|
||||||
@ -774,7 +774,8 @@ stanzas:
|
|||||||
# If you would like to have Keter automatically create a PostgreSQL database
|
# If you would like to have Keter automatically create a PostgreSQL database
|
||||||
# and set appropriate environment variables for it to be discovered, uncomment
|
# and set appropriate environment variables for it to be discovered, uncomment
|
||||||
# the following line.
|
# the following line.
|
||||||
# postgres: true
|
# plugins:
|
||||||
|
# postgres: true
|
||||||
|
|
||||||
{-# START_FILE config/models #-}
|
{-# START_FILE config/models #-}
|
||||||
User
|
User
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user