name: sourcephile-web version: 0.0.0.0 homepage: https://sourcephile.fr bug-reports: julm+web@sourcephile.fr author: Julien Moutinho maintainer: Julien Moutinho copyright: Julien Moutinho license: GPL-3 build-type: Simple cabal-version: >=1.12 source-repository head type: git location: git://git.sourcephile.fr/sourcephile-web executable site default-language: Haskell2010 hs-source-dirs: src main-is: Main.hs other-modules: Paths_sourcephile_web default-extensions: NoImplicitPrelude ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -O2 -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , blaze-html , bytestring , containers , data-default-class , directory , filepath , hakyll , hakyll-sass -- , language-javascript , pandoc , pandoc-types , pretty-terminal -- , skylighting -- , skylighting-core , split , text , time -- , xml