-- 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.Metadata -- other-modules: other-extensions: OverloadedStrings, TemplateHaskell build-depends: base >=4.7 && <4.8, 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, lens, iso8601-time, hssealtools hs-source-dirs: src default-language: Haskell2010