ldif 0.0.2 → 0.0.3
raw patch · 3 files changed
+16/−16 lines, 3 filesdep ~Cabal
Dependency ranges changed: Cabal
Files
- TODO +0/−13
- TODO.org +13/−0
- ldif.cabal +3/−3
− TODO
@@ -1,13 +0,0 @@-* DONE replace error call in mkMod with parser error- (Not needed)-* DONE create preprocessor for concat split long lines & remove comments-* DONE refactoring of packages, create Types, Parser and Proc-* TODO update parseDNStr to parse all kind of DN notations-* TODO error handling, modify add: <attrX> and than <attrY>:<value>,- need to be asserted that <attrX> and <attrY> are the same.-* TODO Implement the base64 parsing-* TODO Implement modifyDN parsing-* TODO update serializers back to LDIF for base64 & all DN notations-* TODO add module tests for versioned LDIFs-* TODO add module tests for base64 parsing-
+ TODO.org view
@@ -0,0 +1,13 @@+* DONE replace error call in mkMod with parser error+ (Not needed)+* DONE create preprocessor for concat split long lines & remove comments+* DONE refactoring of packages, create Types, Parser and Proc+* TODO update parseDNStr to parse all kind of DN notations+* TODO error handling, modify add: <attrX> and than <attrY>:<value>,+ need to be asserted that <attrX> and <attrY> are the same.+* TODO Implement the base64 parsing+* TODO Implement modifyDN parsing+* TODO update serializers back to LDIF for base64 & all DN notations+* TODO add module tests for versioned LDIFs+* TODO add module tests for base64 parsing+* TODO Implement Attribute Name case-insensitive matching at DN
ldif.cabal view
@@ -1,5 +1,5 @@ Name: ldif-Version: 0.0.2+Version: 0.0.3 License: BSD3 License-File: LICENSE Synopsis: The LDAP Data Interchange Format (LDIF) parser @@ -23,7 +23,7 @@ Cabal-Version: >= 1.6 Extra-Source-Files: run_tests.sh- TODO+ TODO.org doc/rfc2253.txt doc/rfc2849.txt tests/TestMain.hs@@ -51,7 +51,7 @@ filepath, haskell98, parsec >= 2.1.0,- Cabal >= 1.5 && < 1.7+ Cabal >= 1.5 && < 1.9 Hs-Source-Dirs: src Extensions: CPP, PatternGuards Ghc-Options: -Wall -fno-warn-orphans