walrus-backend.cabal 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. -- Initial walrus-backend.cabal generated by cabal init. For further
  2. -- documentation, see http://haskell.org/cabal/users-guide/
  3. name: walrus-backend
  4. version: 0.1.0.0
  5. -- synopsis:
  6. -- description:
  7. -- license:
  8. license-file: LICENSE
  9. author: Marcos Dumay de Medeiros
  10. maintainer: marcos@marcosdumay.com
  11. -- copyright:
  12. category: System
  13. build-type: Simple
  14. -- extra-source-files:
  15. cabal-version: >=1.10
  16. library
  17. exposed-modules:
  18. Walrus.Backend
  19. Walrus.Backend.Metadata
  20. -- other-modules:
  21. other-extensions: OverloadedStrings, TemplateHaskell
  22. build-depends:
  23. base >=4.7,
  24. time >=1.5,
  25. transformers >= 0.3.0,
  26. unix >=2.7.1,
  27. bytestring >=0.10,
  28. time >=1.5,
  29. iproute >=1.7,
  30. data-default-class,
  31. attoparsec >=0.11,
  32. network >= 2.6,
  33. process >= 1.2,
  34. lens,
  35. iso8601-time,
  36. string-convert,
  37. tools-for-attoparsec,
  38. fcmtp-data,
  39. conduit,
  40. conduit-extra,
  41. uniform-io >= 1.1.1
  42. hs-source-dirs: src
  43. ghc-options: -Wall -fno-warn-unused-do-bind -fwarn-incomplete-patterns -threaded
  44. default-language: Haskell2010