File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
src/Squeal/PostgreSQL/Session Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : squeal-postgresql-ltree
3- version : 0.1.0.1
3+ version : 0.1.0.2
44synopsis : LTree extension for Squeal
55description : LTree extension for Squeal
66homepage : https://github.com/morphismtech/squeal/ltree
Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ module Squeal.PostgreSQL.LTree
4545 ) where
4646
4747import Control.Exception hiding (TypeError )
48- import Control.Monad.Reader
48+ import Control.Monad (when )
49+ import Control.Monad.Reader (ReaderT (ReaderT ))
4950import Data.String
5051import Data.Text
5152import GHC.Generics
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : squeal-postgresql
3- version : 0.9.1.1
3+ version : 0.9.1.2
44synopsis : Squeal PostgreSQL Library
55description : Squeal is a type-safe embedding of PostgreSQL in Haskell
66homepage : https://github.com/morphismtech/squeal
Original file line number Diff line number Diff line change @@ -34,8 +34,9 @@ module Squeal.PostgreSQL.Session.Oid
3434 , OidOfField (.. )
3535 ) where
3636
37- import Control.Monad.Catch
38- import Control.Monad.Reader
37+ import Control.Monad (when )
38+ import Control.Monad.Catch (throwM )
39+ import Control.Monad.Reader (ReaderT (ReaderT ))
3940import Data.String
4041import GHC.TypeLits
4142import PostgreSQL.Binary.Decoding (valueParser , int )
You can’t perform that action at this time.
0 commit comments