-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: c80035aef36b2f4154b039d3b85bfd21f36c2d8f25aeda47ae813bedf63a8386 name: json-feed version: 0.0.6 synopsis: JSON Feed description: This is an implementation of the JSON Feed spec in Haskell. The spec is available at . JSON Feed is similar to the Atom and RSS feed formats, but it is serialized as JSON rather than XML. category: Web homepage: https://github.com/tfausak/json-feed#readme bug-reports: https://github.com/tfausak/json-feed/issues maintainer: Taylor Fausak license: MIT license-file: LICENSE.markdown build-type: Simple cabal-version: >= 1.10 extra-source-files: feeds/allenpike.com.json feeds/daringfireball.net.json feeds/flyingmeat.com.json feeds/hypercritical.co.json feeds/inessential.com.json feeds/jsonfeed.org.json feeds/manton.org.json feeds/maybepizza.com.json feeds/shapeof.com.json feeds/therecord.co.json feeds/timetable.manton.org.json README.markdown source-repository head type: git location: https://github.com/tfausak/json-feed library hs-source-dirs: library ghc-options: -Wall build-depends: aeson ==1.2.* , base ==4.10.* , bytestring ==0.10.* , mime-types ==0.1.* , network-uri ==2.6.* , tagsoup ==0.14.* , text ==1.2.* , time ==1.8.* exposed-modules: JsonFeed other-modules: Paths_json_feed default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: test.hs hs-source-dirs: tests ghc-options: -Wall -rtsopts -threaded build-depends: aeson ==1.2.* , base ==4.10.* , bytestring ==0.10.* , filepath ==1.4.* , hspec ==2.4.* , json-feed , mime-types ==0.1.* , network-uri ==2.6.* , tagsoup ==0.14.* , text ==1.2.* , time ==1.8.* other-modules: Paths_json_feed default-language: Haskell2010