-- Initial fluffy-parser.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: fluffy-parser version: 0.1.0.50 synopsis: The parser for fluffy to parsec the question bank in .docx type description: The parser for fluffy to parsec the question bank in .docx type license: GPL-3 license-file: LICENSE author: Johann Lee maintainer: qinka@live.com copyright: Copyright (C) 2017 Johann Lee category: Text build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 library exposed-modules: Fluffy.Parser other-extensions: FlexibleContexts , TemplateHaskell , QuasiQuotes , RecordWildCards build-depends: base >= 4 && < 5 , pandoc >= 2 , parsec >= 3.1 , bytestring >= 0.10 , postgresql-simple >= 0.5 , binary >= 0.8 hs-source-dirs: src default-language: Haskell2010 source-repository head type: git location: https://github.com/Qinka/fluffy-engine.git branch: master subdir: fluffy-parser