nuxeo-0.3.0.1: nuxeo.cabal
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 6293e3f007459fb43ae721cca91d8d22874cdd20b9e3bcbf805006c8fb4cd0d7
name: nuxeo
version: 0.3.0.1
description: Nuxeo tools
category: System
homepage: https://github.com/apeyroux/nuxeo#readme
bug-reports: https://github.com/apeyroux/nuxeo/issues
author: Alexandre Peyroux
maintainer: alex@xn--wxa.email
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
source-repository head
type: git
location: https://github.com/apeyroux/nuxeo
library
exposed-modules:
Nuxeo.Log
other-modules:
Paths_nuxeo
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
attoparsec
, base >=4.5 && <4.12
, bytestring
, conduit
, conduit-extra
, text
, time
default-language: Haskell2010
executable nuxeo
main-is: Main.hs
other-modules:
Paths_nuxeo
hs-source-dirs:
app
ghc-options: -Wall
build-depends:
base >=4.5 && <4.12
, nuxeo
, optparse-applicative
, text
default-language: Haskell2010