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