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) 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,6 +768,7 @@ 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.
# plugins:
# postgres: true # postgres: true
{-# START_FILE config/models #-} {-# START_FILE config/models #-}

View File

@ -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,6 +774,7 @@ 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.
# plugins:
# postgres: true # postgres: true
{-# START_FILE config/models #-} {-# START_FILE config/models #-}

View File

@ -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,6 +824,7 @@ 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.
# plugins:
# postgres: true # postgres: true
{-# START_FILE config/models #-} {-# START_FILE config/models #-}

View File

@ -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,6 +774,7 @@ 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.
# plugins:
# postgres: true # postgres: true
{-# START_FILE config/models #-} {-# START_FILE config/models #-}

View File

@ -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,6 +685,7 @@ 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.
# plugins:
# postgres: true # postgres: true
{-# START_FILE config/robots.txt #-} {-# START_FILE config/robots.txt #-}

View File

@ -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,6 +774,7 @@ 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.
# plugins:
# postgres: true # postgres: true
{-# START_FILE config/models #-} {-# START_FILE config/models #-}