From 96a7a28a42b6fce3b019ac0f7e8125099ab4e4cc Mon Sep 17 00:00:00 2001 From: nek0 Date: Sun, 17 Aug 2014 22:59:17 +0200 Subject: [PATCH] preparing albumsite --- Application.hs | 1 + eidolon.cabal | 1 + 2 files changed, 2 insertions(+) diff --git a/Application.hs b/Application.hs index 3e50b82..123aaf9 100644 --- a/Application.hs +++ b/Application.hs @@ -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 diff --git a/eidolon.cabal b/eidolon.cabal index ea8c82a..eaba0eb 100644 --- a/eidolon.cabal +++ b/eidolon.cabal @@ -27,6 +27,7 @@ library Handler.Profile Handler.Upload Handler.NewAlbum + Handler.Album if flag(dev) || flag(library-only) cpp-options: -DDEVELOPMENT