lektor-rss.cabal 669 B

123456789101112131415161718192021
  1. name: lektor-rss
  2. version: 0.0.0
  3. author: Getty Ritter<gettylefou@gmail.com>
  4. maintainer: Getty Ritter<gettylefou@gmail.com>
  5. license: BSD3
  6. license-file: LICENSE
  7. -- synopsis:
  8. -- description:
  9. cabal-version: >= 1.10
  10. build-type: Simple
  11. executable lektor-rss
  12. hs-source-dirs: src
  13. main-is: Main.hs
  14. default-language: Haskell2010
  15. ghc-options: -Wall
  16. build-depends: base >= 4 && < 5, feed, HTTP, SHA, xml, bytestring, directory, filepath, hostname, time, unix
  17. source-repository head
  18. type: git
  19. -- Location: