aboutsummaryrefslogtreecommitdiff
path: root/ldapply.cabal
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-01-10 22:34:36 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-01-11 13:02:40 +0300
commit88a68c13ff93cfb881eeb55014425f85dbb20f5b (patch)
treef2e5862eec05b34c35fbb3253d8a2b2ae00bf66a /ldapply.cabal
parent57f124ece6fcd6e885ca104624f09a6fefaa0e05 (diff)
downloadldapply-88a68c13ff93cfb881eeb55014425f85dbb20f5b.tar.gz
Added option -x (simple bind like ldapmodify)
Requires LDAP > 0.6.10, see https://github.com/ezyang/ldap-haskell/commit/d0c32afa853555b9de301dbf17795cd891b18c2a
Diffstat (limited to 'ldapply.cabal')
-rw-r--r--ldapply.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldapply.cabal b/ldapply.cabal
index e389fdf..f4e56f0 100644
--- a/ldapply.cabal
+++ b/ldapply.cabal
@@ -26,7 +26,7 @@ executable ldapply
, bytestring
, docopt
, interpolatedstring-perl6
- , LDAP >= 0.7.0
+ , LDAP > 0.6.10
, ldif
, unordered-containers