-- Initial fluffy.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: fluffy version: 0.1.0.71 synopsis: A simple web application as a online practice website for XDU SE 2017 fall SPM. description: A simple web application as a online practice website for XDU SE 2017 fall SPM. license: GPL-3 license-file: LICENSE author: Johann Lee maintainer: qinka@live.com copyright: Copyright (C) 2017 Johann Lee category: Web build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 data-dir: data data-files: prelude.js executable fluffy main-is: Main.hs other-modules: Paths_fluffy other-extensions: ViewPatterns , MultiWayIf , OverloadedStrings , QuasiQuotes , TemplateHaskell , TypeFamilies , RecordWildCards build-depends: base >= 4 && < 5 , yesod-core , yesod-static , text , bytestring >= 0.10 , MonadRandom , aeson >= 1.2 , resource-pool >= 0.2 , time >= 1.8 , cmdargs >= 0.10 , postgresql-simple >= 0.5 , uuid-types >= 1.0 hs-source-dirs: src default-language: Haskell2010 source-repository head type: git location: https://github.com/Qinka/fluffy-engine.git branch: master subdir: fluffy