comic-0.0.1: comic.cabal
name: comic
version: 0.0.1
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.13
, text >= 1.2 && < 1.3
, aeson == 1.4.*
, time >= 1.6 && < 1.10
, sorted-list >= 0.2 && < 0.3
, hashable >= 1.2 && < 1.3
, hashable-orphans == 0
, uuid > 1.3 && < 1.4
, deepseq >= 1.4 && < 1.5
, lens > 4.15 && < 4.18