-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 5ef018085662ba2c42bf67538b08c353b738ea1a485608a3d1ce1e245f5f285e name: json-feed version: 1.0.3 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: CHANGELOG.markdown 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 package.yaml README.markdown stack.yaml source-repository head type: git location: https://github.com/tfausak/json-feed library hs-source-dirs: library ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe build-depends: aeson >=0.11.2 && <0.12 || >=1.0.2 && <1.5 , base >=4.9.0 && <4.12 , bytestring >=0.10.8 && <0.11 , mime-types >=0.1.0 && <0.2 , network-uri >=2.6.1 && <2.7 , tagsoup >=0.14 && <0.15 , text >=1.2.2 && <1.3 , time >=1.6.0 && <1.9 exposed-modules: JsonFeed other-modules: Paths_json_feed default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: tests ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe -rtsopts -threaded build-depends: aeson >=0.11.2 && <0.12 || >=1.0.2 && <1.5 , base >=4.9.0 && <4.12 , bytestring >=0.10.8 && <0.11 , filepath >=1.4.1 && <1.5 , hspec >=2.2.3 && <2.6 , json-feed , mime-types >=0.1.0 && <0.2 , network-uri >=2.6.1 && <2.7 , tagsoup >=0.14 && <0.15 , text >=1.2.2 && <1.3 , time >=1.6.0 && <1.9 other-modules: Paths_json_feed default-language: Haskell2010