]> code.delx.au - offlineimap/blobdiff - OfflineIMAP.cabal
Refine the State-based connection
[offlineimap] / OfflineIMAP.cabal
index 92ac69d560577714f7661af156754829e708fca7..164e6a52966e034b4d010fc920991bb8934b1d9d 100644 (file)
@@ -50,9 +50,12 @@ Library
 
   Build-Depends: haskell98, network, unix, parsec, MissingH>=1.0.0,
     HDBC>=1.1.0, mtl, base, hslogger,
-    ConfigFile, filepath, directory, process
+    ConfigFile, filepath, directory, process, regex-posix
 
-  Exposed-Modules: Data.Syncable
+  Exposed-Modules: Data.Syncable,
+     Network.IMAP.Types,
+     Network.IMAP.Parser,
+     Network.IMAP.Connection
 
   If flag(splitBase)
     Build-Depends: base >= 3, directory, random, process, old-time,
@@ -73,5 +76,4 @@ Executable runtests
   Hs-Source-Dirs: src, testsrc
   GHC-Options: -O2
   Build-Depends: QuickCheck
-  Extensions: ExistentialQuantification, OverlappingInstances,
-      UndecidableInstances
+  Extensions: ExistentialQuantification, FlexibleInstances