aboutsummaryrefslogtreecommitdiff
path: root/PersonalPage.cabal
diff options
context:
space:
mode:
authorJoris2019-05-01 15:52:32 +0200
committerJoris2019-05-01 17:11:02 +0200
commit23f04635cc26e1b0553088f28553f518488a9fc8 (patch)
tree97037643bab24564046ce4aba90481e3b92a15d3 /PersonalPage.cabal
parent0fe906ae7453aa684e998bbcc7a78b62d84f0206 (diff)
Setup personal page with Hakyll
Diffstat (limited to 'PersonalPage.cabal')
-rw-r--r--PersonalPage.cabal76
1 files changed, 0 insertions, 76 deletions
diff --git a/PersonalPage.cabal b/PersonalPage.cabal
deleted file mode 100644
index d9386eb..0000000
--- a/PersonalPage.cabal
+++ /dev/null
@@ -1,76 +0,0 @@
-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