postgresql-binary 0.12.3 → 0.12.3.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- postgresql-binary.cabal +1/−1
- tasty/Main/DB.hs +1/−1
postgresql-binary.cabal view
@@ -1,7 +1,7 @@ name: postgresql-binary version:- 0.12.3+ 0.12.3.1 synopsis: Encoders and decoders for the PostgreSQL's binary format description:
tasty/Main/DB.hs view
@@ -8,7 +8,7 @@ ) where -import Main.Prelude+import Main.Prelude hiding (unit) import Control.Monad.Trans.Reader import Control.Monad.IO.Class import qualified Database.PostgreSQL.LibPQ as LibPQ