diff options
Diffstat (limited to 'PersonalPage.cabal')
-rw-r--r-- | PersonalPage.cabal | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/PersonalPage.cabal b/PersonalPage.cabal new file mode 100644 index 0000000..d9386eb --- /dev/null +++ b/PersonalPage.cabal @@ -0,0 +1,76 @@ +Name: PersonalPage +Version: 1.0 +Synopsis: My personal page +Homepage: guyonvarch.me +License: GPL-3 +Author: Joris Guyonvarch +Category: Web +Build-type: Simple +Cabal-version: >= 1.8 + +Executable personalPage + Hs-source-dirs: src + Main-is: Main.hs + Ghc-options: -Wall -Werror + + Build-depends: + base + , text + , aeson + , yaml + , blaze-html + , blaze-markup + , clay + , bytestring + , HaTeX + , process + , mtl + , transformers + , temporary + , scotty + , wai-middleware-static + , time + , config-manager + , lens + , directory + , filepath + + Other-modules: + Conf + , Daemon + , Daemon.Frequency + , Date + , Design.Color + , Design.Global + , Design.Header + , Design.Media + , Design.NotFound + , Design.Projects + , Design.Resume + , Design.Size + , Model + , Model.Company + , Model.Date + , Model.Degree + , Model.Header + , Model.Identity + , Model.Job + , Model.Project + , Model.School + , Model.SkillType + , Model.Translated + , Model.Translation.Key + , Model.Translation.Language + , Model.Translation.Message + , PDF + , Resume + , Utils.String + , View.Git + , View.Header + , View.Icon + , View.Interval + , View.LaTeX.Resume + , View.NotFound + , View.Page + , View.Project + , View.Resume |