name: comic version: 0 synopsis: A format for describing comics. -- description: homepage: https://oss.xkcd.com/ license: BSD3 license-file: LICENSE author: davean maintainer: oss@xkcd.com copyright: 2013-2017 category: Data build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 source-repository head type: git location: https://code.xkrd.net/xkcd/comic.git library hs-source-dirs: src default-language: Haskell2010 exposed-modules: Data.Comic build-depends: base >=4.9 && <4.11 , text >= 1.2 && < 1.3 , aeson >= 1.1 && < 1.2