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