postgresql-binary 0.12.5 → 0.13
raw patch · 3 files changed
+6/−27 lines, 3 files
Files
- CHANGELOG.md +3/−0
- library/PostgreSQL/Binary/Data.hs +0/−25
- postgresql-binary.cabal +3/−2
+ CHANGELOG.md view
@@ -0,0 +1,3 @@+# 0.13++- Removed `PostgreSQL.Binary.Data`. Because it was causing Haddock in the dependant packages to unpredictably redirect to it instead of the original location regardless of whether they were imported from it.
− library/PostgreSQL/Binary/Data.hs
@@ -1,25 +0,0 @@-{-|-Reexports of all the data-types that this API supports.-Useful for the reduction of dependencies in the \"postgresql-binary\" dependent libraries.--}-module PostgreSQL.Binary.Data-(- module Data.HashMap.Strict,- module Data.Map.Strict,- module Data.Scientific,- module Data.Time,- module Data.UUID,- module Data.Vector,- module Data.Aeson,- module Network.IP.Addr,-)-where--import Data.HashMap.Strict (HashMap)-import Data.Map.Strict (Map)-import Data.Scientific (Scientific)-import Data.Time (Day, TimeOfDay, TimeZone, LocalTime, UTCTime, DiffTime)-import Data.UUID (UUID)-import Data.Vector (Vector)-import Data.Aeson (Value)-import Network.IP.Addr (IP, NetAddr)
postgresql-binary.cabal view
@@ -1,7 +1,7 @@ name: postgresql-binary version:- 0.12.5+ 0.13 synopsis: Encoders and decoders for the PostgreSQL's binary format description:@@ -34,6 +34,8 @@ Simple cabal-version: >=1.10+extra-source-files:+ CHANGELOG.md source-repository head type:@@ -53,7 +55,6 @@ exposed-modules: PostgreSQL.Binary.Decoding PostgreSQL.Binary.Encoding- PostgreSQL.Binary.Data other-modules: PostgreSQL.Binary.Encoding.Builders PostgreSQL.Binary.Prelude