packages feed

Cabal revisions of comic-0.0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-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+name:                comic
+version:             0.0.1
+x-revision: 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.18
+      , text >= 1.2 && < 1.3
+      , aeson >= 2.1 && < 2.2
+      , time >= 1.6 && < 1.13
+      , 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
revision 2
 name:                comic
 version:             0.0.1
-x-revision: 1
+x-revision: 2
 synopsis:            A format for describing comics.
 homepage:            https://oss.xkcd.com/
 license:             BSD3
         base >=4.9 && <4.18
       , text >= 1.2 && < 1.3
       , aeson >= 2.1 && < 2.2
-      , time >= 1.6 && < 1.13
+      , time >= 1.6 && < 2.1
       , sorted-list >= 0.2 && < 0.3
       , hashable >= 1.2 && < 1.5
       , hashable-orphans >= 0.1 && < 0.2
revision 3
 name:                comic
 version:             0.0.1
-x-revision: 2
+x-revision: 3
 synopsis:            A format for describing comics.
 homepage:            https://oss.xkcd.com/
 license:             BSD3
         , Data.Comic.Flip
   build-depends:
         base >=4.9 && <4.18
-      , text >= 1.2 && < 1.3
+      , text >= 1.2 && < 2.1
       , aeson >= 2.1 && < 2.2
       , time >= 1.6 && < 2.1
       , sorted-list >= 0.2 && < 0.3