From 177c2d77cf13b31aaf9ac2e09bece105c379537e Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Fri, 6 Jan 2017 00:32:41 +0300 Subject: Initial version 0.1.0 --- ldapply.cabal | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 ldapply.cabal (limited to 'ldapply.cabal') diff --git a/ldapply.cabal b/ldapply.cabal new file mode 100644 index 0000000..df815ec --- /dev/null +++ b/ldapply.cabal @@ -0,0 +1,28 @@ +name: ldapply +version: 0.1.0 +synopsis: LDIF idempotent apply tool +license: MIT +license-file: LICENSE +author: Igor Pashev +maintainer: Igor Pashev +copyright: 2017, Zalora South East Asia Pte. Ltd +category: Network, Text +build-type: Simple +cabal-version: >=1.20 +extra-source-files: README.md ChangeLog.md + +executable ldapply + hs-source-dirs: src + main-is: Main.hs + default-language: Haskell2010 + ghc-options: -Wall -static -threaded + + build-depends: + base >=4.8 && < 50 + , bytestring + , docopt + , interpolatedstring-perl6 + , LDAP >= 0.7.0 + , ldif + , unordered-containers + -- cgit v1.2.3