json-feed-1.0.0: json-feed.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: bb3da7d5d38b5be1e7750d100d9d59b84e5d03006160d7de63f94192fc8348c5
name: json-feed
version: 1.0.0
synopsis: JSON Feed
description: This is an implementation of the JSON Feed spec in Haskell. The spec is available at <https://jsonfeed.org>. 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