-- Initial nuxeo.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: nuxeo version: 0.2.0.3 synopsis: Nuxeo description: Nuxeo license: BSD3 license-file: LICENSE author: Alexandre Peyroux maintainer: alex@xn--wxa.email -- copyright: bug-reports: https://github.com/apeyroux/nuxeo/issues category: System build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 source-repository head type: git location: https://github.com/apeyroux/nuxeo.git library -- exposed-modules: -- other-modules: -- other-extensions: exposed-modules: Nuxeo.Log ghc-options: -Wall build-depends: base >= 4.6 && < 5 , attoparsec , bytestring , conduit , conduit-extra , text , time hs-source-dirs: src default-language: Haskell2010