preparing albumsite

This commit is contained in:
nek0 2014-08-17 22:59:17 +02:00
parent 2c99c0fe6b
commit 96a7a28a42
2 changed files with 2 additions and 0 deletions

View file

@ -34,6 +34,7 @@ import Handler.Activate
import Handler.Profile
import Handler.Upload
import Handler.NewAlbum
import Handler.Album
-- This line actually creates our YesodDispatch instance. It is the second half
-- of the call to mkYesodData which occurs in Foundation.hs. Please see the

View file

@ -27,6 +27,7 @@ library
Handler.Profile
Handler.Upload
Handler.NewAlbum
Handler.Album
if flag(dev) || flag(library-only)
cpp-options: -DDEVELOPMENT