name: comic version: 0.0.1 x-revision: 3 synopsis: A format for describing comics. 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 , Data.Comic.Types , Data.Comic.Flip build-depends: base >=4.9 && <4.18 , text >= 1.2 && < 2.1 , aeson >= 2.1 && < 2.2 , time >= 1.6 && < 2.1 , sorted-list >= 0.2 && < 0.3 , hashable >= 1.2 && < 1.5 , hashable-orphans >= 0.1 && < 0.2 , uuid > 1.3 && < 1.4 , deepseq >= 1.4 && < 1.5 , lens > 4.15 && < 5.3