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