adtn.cabal 830 B

12345678910111213141516171819202122232425262728
  1. -- Initial adtn.cabal generated by cabal init. For further documentation,
  2. -- see http://haskell.org/cabal/users-guide/
  3. name: adtn
  4. version: 0.1.0.0
  5. -- synopsis:
  6. -- description:
  7. license: BSD3
  8. license-file: LICENSE
  9. author: Getty Ritter
  10. maintainer: gettyritter@gmail.com
  11. -- copyright:
  12. category: Data
  13. build-type: Simple
  14. -- extra-source-files:
  15. cabal-version: >=1.10
  16. library
  17. exposed-modules: Data.ADTN
  18. -- other-modules:
  19. build-depends: base >=4.8 && <4.9,
  20. attoparsec,
  21. bytestring,
  22. aeson,
  23. containers,
  24. text,
  25. vector
  26. default-language: Haskell2010