Name: geek Version: 1.1.1.0 Build-type: Simple Synopsis: Geek blog engine Description: A dynamic blog engine, customizable with standard web technology License: BSD3 License-file: LICENSE Author: Jinjing Wang Maintainer: Jinjing Wang Cabal-version: >= 1.6 category: Web homepage: http://github.com/nfjinjing/geek Library ghc-options: -W build-depends: base >= 4 && < 99 , Glob , aeson , aeson-pretty , air >= 2014.5.19 , air-th , air-extra >= 2013.7.18 , bytestring , containers , curl , data-default , directory , filepath , fsnotify , hack2 , hack2-contrib , miku , mtl -- , old-locale , process , random , safe , system-filepath , text , text-icu , time , moe hs-source-dirs: src/ exposed-modules: Web.Geek.Application Web.Geek.Config Web.Geek.DefaultConfig Web.Geek.DemoMiddlewareStack Web.Geek.Post Web.Geek.RSS Web.Geek.Runtime Web.Geek.Serve Web.Geek.Type