mongoDB 1.4.3 → 1.4.4
raw patch · 2 files changed
+8/−2 lines, 2 files
Files
- System/IO/Pipeline.hs +7/−1
- mongoDB.cabal +1/−1
System/IO/Pipeline.hs view
@@ -2,8 +2,14 @@ A pipeline closes itself when a read or write causes an error, so you can detect a broken pipeline by checking isClosed. It also closes itself when garbage collected, or you can close it explicitly. -} -{-# LANGUAGE DoRec, RecordWildCards, NamedFieldPuns, ScopedTypeVariables #-}+{-# LANGUAGE RecordWildCards, NamedFieldPuns, ScopedTypeVariables #-} {-# LANGUAGE CPP #-}++#if (__GLASGOW_HASKELL__ >= 706)+{-# LANGUAGE RecursiveDo #-}+#else+{-# LANGUAGE DoRec #-}+#endif module System.IO.Pipeline ( IOE,
mongoDB.cabal view
@@ -1,5 +1,5 @@ Name: mongoDB-Version: 1.4.3+Version: 1.4.4 Synopsis: Driver (client) for MongoDB, a free, scalable, fast, document DBMS Description: This package lets you connect to MongoDB servers and