activitystreams-aeson.cabal 840 B

123456789101112131415161718192021222324
  1. -- Initial activitystreams-aeson.cabal generated by cabal init. For
  2. -- further documentation, see http://haskell.org/cabal/users-guide/
  3. name: activitystreams-aeson
  4. version: 0.1.0.0
  5. -- synopsis:
  6. -- description:
  7. license: BSD3
  8. license-file: LICENSE
  9. author: Getty Ritter
  10. maintainer: gettylefou@gmail.com
  11. -- copyright:
  12. category: Codec
  13. build-type: Simple
  14. -- extra-source-files:
  15. cabal-version: >=1.10
  16. library
  17. exposed-modules: Codec.ActivityStream.Representation,
  18. Codec.ActivityStream.Schema,
  19. Codec.ActivityStream
  20. other-modules: Codec.ActivityStream.Internal
  21. build-depends: base >=4.7 && <4.8, aeson, text, url, lens, datetime, unordered-containers
  22. default-language: Haskell2010