packages feed

Cabal revisions of imm-1.0.1.0

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

revision 1
-name:                imm-version:             1.0.1.0-synopsis:            Execute arbitrary actions for each unread element of RSS/Atom feeds-description:         Cf README file-homepage:            https://github.com/k0ral/imm-license:             OtherLicense-license-file:        LICENSE-author:              kamaradclimber, koral-maintainer:          koral <koral@mailoo.org>-category:            Web-build-type:          Simple-cabal-version:       >=1.8-extra-source-files:  README.md--source-repository head-  type:     git-  location: git://github.com/k0ral/imm.git--library-  exposed-modules:-    Imm-    Imm.Boot-    Imm.Core-    Imm.Database-    Imm.Database.FeedTable-    Imm.Database.JsonFile-    Imm.Feed-    Imm.Hooks-    Imm.Hooks.SendMail-    Imm.HTTP-    Imm.HTTP.Simple-    Imm.Logger-    Imm.Logger.Simple-    Imm.Prelude-  other-modules:-    Imm.Aeson-    Imm.Dyre-    Imm.Error-    Imm.Options-    Imm.Pretty-    Paths_imm-  build-depends: aeson, atom-conduit, base == 4.*, bytestring, case-insensitive, chunked-data >= 0.3.0, comonad, compdata, conduit, conduit-combinators, conduit-parse, connection, containers, directory >= 1.2.3.0, dyre, exceptions, fast-logger, filepath, free, hashable, HaskellNet, HaskellNet-SSL >= 0.3.3.0, http-client, http-client-tls, http-types, mime-mail, monoid-subclasses, mono-traversable >= 1.0.0, network, opml-conduit, optparse-applicative, rainbow, rainbox, rss-conduit, text, transformers, time, timerep >= 2.0.0.0, tls, uri-bytestring, xml, xml-conduit, ansi-wl-pprint-  -- Build-tools:-  hs-source-dirs: src/lib-  ghc-options: -Wall -fno-warn-unused-do-bind--executable imm-  build-depends: imm, base == 4.*, free-  main-is: Executable.hs-  hs-source-dirs: src/bin-  ghc-options: -Wall -fno-warn-unused-do-bind -threaded+name:                imm
+version:             1.0.1.0
+x-revision: 1
+synopsis:            Execute arbitrary actions for each unread element of RSS/Atom feeds
+description:         Cf README file
+homepage:            https://github.com/k0ral/imm
+license:             OtherLicense
+license-file:        LICENSE
+author:              kamaradclimber, koral
+maintainer:          koral <koral@mailoo.org>
+category:            Web
+build-type:          Simple
+cabal-version:       >=1.8
+extra-source-files:  README.md
+
+source-repository head
+  type:     git
+  location: git://github.com/k0ral/imm.git
+
+library
+  exposed-modules:
+    Imm
+    Imm.Boot
+    Imm.Core
+    Imm.Database
+    Imm.Database.FeedTable
+    Imm.Database.JsonFile
+    Imm.Feed
+    Imm.Hooks
+    Imm.Hooks.SendMail
+    Imm.HTTP
+    Imm.HTTP.Simple
+    Imm.Logger
+    Imm.Logger.Simple
+    Imm.Prelude
+  other-modules:
+    Imm.Aeson
+    Imm.Dyre
+    Imm.Error
+    Imm.Options
+    Imm.Pretty
+    Paths_imm
+  build-depends: aeson, atom-conduit < 0.4, base == 4.*, bytestring, case-insensitive, chunked-data >= 0.3.0, comonad, compdata, conduit, conduit-combinators, conduit-parse, connection, containers, directory >= 1.2.3.0, dyre, exceptions, fast-logger, filepath, free, hashable, HaskellNet, HaskellNet-SSL >= 0.3.3.0, http-client, http-client-tls, http-types, mime-mail, monoid-subclasses, mono-traversable >= 1.0.0, network, opml-conduit, optparse-applicative, rainbow, rainbox, rss-conduit < 0.3, text, transformers, time, timerep >= 2.0.0.0, tls, uri-bytestring, xml, xml-conduit, ansi-wl-pprint
+  -- Build-tools:
+  hs-source-dirs: src/lib
+  ghc-options: -Wall -fno-warn-unused-do-bind
+
+executable imm
+  build-depends: imm, base == 4.*, free
+  main-is: Executable.hs
+  hs-source-dirs: src/bin
+  ghc-options: -Wall -fno-warn-unused-do-bind -threaded