cabal-version: 3.4 -- Instructions on how to write this file are in the Cabal -- documentation, which can be found here: -- http://haskell.org/cabal/release/cabal-latest/doc/users-guide/ name: newsance version: 0.1.0.0 license: GPL-3.0-only license-file: LICENSE copyright: (c) Youwen Wu author: Youwen Wu maintainer: Youwen Wu bug-reports: mailto:youwenw@gmail.com stability: stable homepage: https://git.youwen.dev/youwen5/newsance synopsis: dead simple newsgetter category: Console, Text build-type: Simple description: A CLI for fetching RSS and Atom feeds. source-repository head type: git location: https://git.youwen.dev/youwen5/newsance flag threaded default: False executable newsance hs-source-dirs: src main-is: Main.hs build-depends: base >=4.2 && <5, http-client ^>=0.7.17, if flag(threaded) ghc-options: -threaded