diff --git a/TODO b/TODO
deleted file mode 100644
--- a/TODO
+++ /dev/null
@@ -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
-
diff --git a/TODO.org b/TODO.org
new file mode 100644
--- /dev/null
+++ b/TODO.org
@@ -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
diff --git a/ldif.cabal b/ldif.cabal
--- a/ldif.cabal
+++ b/ldif.cabal
@@ -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
