Name: geek Version: 1.0.0.1 Build-type: Simple Synopsis: Geek blog engine Description: A dynamic blog engine, customizable with standard web technology, i.e. HTML, CSS and Javascript (JSON) License: BSD3 License-file: LICENSE Author: Jinjing Wang Maintainer: Jinjing Wang Build-Depends: base Cabal-version: >= 1.6 category: Web homepage: http://github.com/nfjinjing/geek data-files: readme.md , Nemesis , src/Web/Geek/ImportFromBamboo.hs Library ghc-options: -Wall build-depends: base >= 4 && < 99 , Glob , aeson , aeson-pretty , air >= 2013.7.15 , air-extra , air-spec , bytestring , containers , curl , data-default , directory , filepath , fsnotify , hack2 , hack2-contrib , hack2-handler-snap-server , hspec , miku , mtl , old-locale , pandoc , process , random , safe , split , system-filepath , text , text-icu , time , uuid hs-source-dirs: src/ exposed-modules: Web.Geek.Application Web.Geek.Config Web.Geek.DemoMiddlewareStack Web.Geek.MarkupEngine.Markdown Web.Geek.Post Web.Geek.Serve Web.Geek.ServeWithSnapServer Web.Geek.Spec Web.Geek.Type Executable geek ghc-options: -threaded build-depends: base >= 4 && < 99 , Glob , aeson , aeson-pretty , air , air-extra , air-spec , bytestring , containers , data-default , directory , filepath , fsnotify , hack2 , hack2-contrib >= 2013.7.17 , hack2-handler-snap-server , hspec , miku , mtl , old-locale , pandoc , random , safe , split , system-filepath , text , text-icu , time , uuid hs-source-dirs: src/ main-is: MainDist.hs