name: eidolon version: 0.1.11.11 synopsis: Image gallery in Yesod homepage: https://eidolon.nek0.eu license: AGPL-3 license-file: LICENSE author: Amedeo Molnár maintainer: nek0@chelnok.de category: Web extra-source-files: README.md cabal-version: >= 1.10 build-type: Simple Flag dev Description: Turn on development settings, like auto-reload templates. Default: False manual: True Flag library-only Description: Build for use with "yesod devel" Default: False manual: True library other-modules: Paths_eidolon exposed-modules: Application Foundation Helper Licence Import Model Scale Settings Settings.StaticFiles Settings.Development Handler.Home Handler.Login Handler.Profile Handler.Upload Handler.NewAlbum Handler.Album Handler.Medium Handler.AlbumSettings Handler.MediumSettings Handler.ProfileSettings Handler.ProfileDelete Handler.Admin Handler.AdminProfileSettings Handler.AdminAlbumSettings Handler.AdminMediumSettings Handler.AdminComments Handler.Tag Handler.RootFeed Handler.Commons Handler.Search Handler.About if flag(dev) || flag(library-only) cpp-options: -DDEVELOPMENT ghc-options: -Wall -O0 else ghc-options: -Wall -O2 default-language: Haskell2010 default-extensions: TemplateHaskell QuasiQuotes OverloadedStrings NoImplicitPrelude CPP MultiParamTypeClasses TypeFamilies GADTs GeneralizedNewtypeDeriving FlexibleContexts EmptyDataDecls NoMonomorphismRestriction DeriveDataTypeable RecordWildCards ViewPatterns build-depends: base >= 4.10 , yesod >= 1.4 , yesod-core >= 1.6 , yesod-static >= 1.5 , bytestring >= 0.10 , text >= 1.2 , persistent >= 2.2 , persistent-postgresql >= 2.2 , template-haskell , shakespeare >= 2.0 , hjsmin >= 0.1 , wai-extra >= 3.0 , yaml >= 0.8 , http-conduit >= 2.1 , directory >= 1.2 , warp >= 3.1 , data-default >= 0.5 , aeson >= 1.0 , monad-logger >= 0.3 , fast-logger >= 2.4 -- transition to persisten 2.0 , classy-prelude-yesod >= 0.12 , file-embed -- custom dependencies , random >= 1.1 , mime-mail >= 0.4 , blaze-html >= 0.8 , filepath , system-filepath >= 0.4 , time >= 1.5 , transformers >= 0.4 , cereal >= 0.4 , cryptohash-cryptoapi >= 0.1 , crypto-api >= 0.13 , cryptonite -- , imagemagick -- , yesod-markdown >= 0.10 , yesod-text-markdown >= 0.1.8 , markdown , blaze-markup >= 0.7 , wai >= 3.0 , yesod-newsfeed >= 1.6 , unix >= 2.7 -- , bloodhound >= 0.11.1 , http-types , image-type , JuicyPixels >= 3.2.8 , JuicyPixels-extra , JuicyPixels-scale-dct , hsexif , classy-prelude-yesod >= 1.0 , poppler , cairo -- svg stuff , rasterific-svg >= 0.3.3 , svg-tree , FontyFruity -- for Migrations , HDBC , HDBC-postgresql , text , filepath , system-filepath , bytestring , http-client , yesod-form >= 1.4.7 , magic , texmath , fuzzy , yesod-auth , yesod-auth-hmac-keccak >= 0.0.0.5 executable eidolon if flag(library-only) Buildable: False main-is: main.hs hs-source-dirs: app build-depends: base , eidolon , yesod ghc-options: -threaded -O2