-- Initial walrus-backend.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: walrus-backend version: 0.1.0.0 -- synopsis: -- description: -- license: license-file: LICENSE author: Marcos Dumay de Medeiros maintainer: marcos@marcosdumay.com -- copyright: category: System build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Walrus.Backend Walrus.Backend.Metadata -- other-modules: other-extensions: OverloadedStrings, TemplateHaskell build-depends: base >=4.7, time >=1.5, transformers >= 0.3.0, unix >=2.7.1, bytestring >=0.10, time >=1.5, iproute >=1.7, data-default-class, attoparsec >=0.11, network >= 2.6, process >= 1.2, lens, iso8601-time, string-convert, tools-for-attoparsec, fcmtp-data, conduit, conduit-extra, uniform-io >= 1.1.1 hs-source-dirs: src ghc-options: -Wall -fno-warn-unused-do-bind -fwarn-incomplete-patterns -threaded default-language: Haskell2010