Cabal revisions of imm-1.6.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 2.2-name: imm-version: 1.6.1.0-synopsis: Execute arbitrary callbacks for each element of RSS/Atom feeds-description: Cf README file-homepage: https://github.com/k0ral/imm-license: CC0-1.0-license-file: LICENSE-author: kamaradclimber, koral-maintainer: chahine.moreau@gmail.com-category: Web-build-type: Simple-data-files: data/*.dhall-extra-source-files: README.md-tested-with: GHC <8.8 && >=8.4--source-repository head- type: git- location: git://github.com/k0ral/imm.git--common common- build-depends: base-noprelude >=4.7 && <5, relude- default-language: Haskell2010- other-modules:- Prelude--library- import: common- exposed-modules:- Imm- Imm.Callback- Imm.Database- Imm.Database.FeedTable- Imm.Feed- Imm.HTTP- Imm.Logger- Imm.Pretty- Imm.XML- build-depends:- aeson,- async,- atom-conduit >= 0.7,- binary,- conduit,- containers,- dhall,- directory >= 1.2.3.0,- filepath,- hashable,- http-types,- microlens,- monad-time,- prettyprinter,- prettyprinter-ansi-terminal,- refined >=0.4.1,- rss-conduit >= 0.4.1,- safe-exceptions,- text,- time,- timerep >= 2.0.0.0,- tls,- uri-bytestring,- xml-conduit >= 1.5,- xml-types- hs-source-dirs: src/lib- ghc-options: -Wall -fno-warn-unused-do-bind--executable imm- import: common- build-depends: imm, aeson, async, atom-conduit >=0.7, bytestring, case-insensitive, conduit, connection, containers, dhall, directory, fast-logger, filepath, http-client >=0.4.30, http-client-tls, opml-conduit >=0.7, optparse-applicative, prettyprinter-ansi-terminal, refined >=0.4.1, rss-conduit >=0.4.1, safe-exceptions, stm, stm-chans, streaming-bytestring, streaming-with, text, typed-process, uri-bytestring, xml-conduit >=1.5, xml-types- main-is: Main.hs- other-modules: Core, Database, HTTP, Logger, Options, Paths_imm, XML- autogen-modules: Paths_imm- hs-source-dirs: src/main- ghc-options: -Wall -fno-warn-unused-do-bind -threaded--executable imm-writefile- import: common- build-depends: imm, aeson, atom-conduit, blaze-html, blaze-markup, bytestring, directory, filepath, optparse-applicative, prettyprinter, rss-conduit, streaming-bytestring, streaming-with, text, time, uri-bytestring- main-is: Main.hs- hs-source-dirs: src/write-file- ghc-options: -Wall -fno-warn-unused-do-bind -threaded--executable imm-sendmail- import: common- build-depends: imm, aeson, atom-conduit, blaze-html, blaze-markup, bytestring, directory, filepath, HaskellNet >=0.5, HaskellNet-SSL >= 0.3.3.0, mime-mail, network <3, optparse-applicative, prettyprinter, refined, rss-conduit, text, time, uri-bytestring- main-is: Main.hs- hs-source-dirs: src/send-mail- ghc-options: -Wall -fno-warn-unused-do-bind -threaded+cabal-version: 2.2 +name: imm +version: 1.6.1.0 +x-revision: 1 +synopsis: Execute arbitrary callbacks for each element of RSS/Atom feeds +description: Cf README file +homepage: https://github.com/k0ral/imm +license: CC0-1.0 +license-file: LICENSE +author: kamaradclimber, koral +maintainer: chahine.moreau@gmail.com +category: Web +build-type: Simple +data-files: data/*.dhall +extra-source-files: README.md +tested-with: GHC <8.8 && >=8.4 + +source-repository head + type: git + location: git://github.com/k0ral/imm.git + +common common + build-depends: base-noprelude >=4.7 && <5, relude + default-language: Haskell2010 + other-modules: + Prelude + +library + import: common + exposed-modules: + Imm + Imm.Callback + Imm.Database + Imm.Database.FeedTable + Imm.Feed + Imm.HTTP + Imm.Logger + Imm.Pretty + Imm.XML + build-depends: + aeson, + async, + atom-conduit >= 0.7, + binary, + conduit, + containers, + dhall < 1.27, + directory >= 1.2.3.0, + filepath, + hashable, + http-types, + microlens, + monad-time, + prettyprinter, + prettyprinter-ansi-terminal, + refined >=0.4.1, + rss-conduit >= 0.4.1, + safe-exceptions, + text, + time, + timerep >= 2.0.0.0, + tls, + uri-bytestring, + xml-conduit >= 1.5, + xml-types + hs-source-dirs: src/lib + ghc-options: -Wall -fno-warn-unused-do-bind + +executable imm + import: common + build-depends: imm, aeson, async, atom-conduit >=0.7, bytestring, case-insensitive, conduit, connection, containers, dhall, directory, fast-logger, filepath, http-client >=0.4.30, http-client-tls, opml-conduit >=0.7, optparse-applicative, prettyprinter-ansi-terminal, refined >=0.4.1, rss-conduit >=0.4.1, safe-exceptions, stm, stm-chans, streaming-bytestring, streaming-with, text, typed-process, uri-bytestring, xml-conduit >=1.5, xml-types + main-is: Main.hs + other-modules: Core, Database, HTTP, Logger, Options, Paths_imm, XML + autogen-modules: Paths_imm + hs-source-dirs: src/main + ghc-options: -Wall -fno-warn-unused-do-bind -threaded + +executable imm-writefile + import: common + build-depends: imm, aeson, atom-conduit, blaze-html, blaze-markup, bytestring, directory, filepath, optparse-applicative, prettyprinter, rss-conduit, streaming-bytestring, streaming-with, text, time, uri-bytestring + main-is: Main.hs + hs-source-dirs: src/write-file + ghc-options: -Wall -fno-warn-unused-do-bind -threaded + +executable imm-sendmail + import: common + build-depends: imm, aeson, atom-conduit, blaze-html, blaze-markup, bytestring, directory, filepath, HaskellNet >=0.5, HaskellNet-SSL >= 0.3.3.0, mime-mail, network <3, optparse-applicative, prettyprinter, refined, rss-conduit, text, time, uri-bytestring + main-is: Main.hs + hs-source-dirs: src/send-mail + ghc-options: -Wall -fno-warn-unused-do-bind -threaded