Skip to content

Commit dcfec6f

Browse files
authored
Merge pull request #123 from haskellari/bump-lower-bounds
Bump lower bounds of non-bundled deps
2 parents ed4b1c5 + a74dec4 commit dcfec6f

2 files changed

Lines changed: 11 additions & 15 deletions

File tree

postgresql-simple.cabal

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,21 @@ library
7979
, bytestring >=0.10.8.2 && <0.12
8080
, containers >=0.6.0.1 && <0.7
8181
, template-haskell >=2.14.0.0 && <2.21
82-
, text >=1.2.3.0 && <1.3 || >=2.0 && <2.1
82+
, text >=1.2.3.0 && <1.3 || >=2.0 && <2.1
8383
, time-compat >=1.9.5 && <1.12
8484
, transformers >=0.5.6.2 && <0.7
8585

8686
-- Other dependencies
8787
build-depends:
88-
aeson >=1.4.1.0 && <1.6 || >=2.0.0.0 && <2.3
89-
, attoparsec >=0.13.2.2 && <0.15
90-
, case-insensitive >=1.2.0.11 && <1.3
91-
, hashable >=1.2.7.0 && <1.5
92-
, Only >=0.1 && <0.1.1
93-
, postgresql-libpq >=0.10.0.0 && <0.11
94-
, scientific >=0.3.6.2 && <0.4
95-
, uuid-types >=1.0.3 && <1.1
96-
, vector >=0.12.0.1 && <0.14
88+
aeson >=2.1.2.1 && <2.3
89+
, attoparsec >=0.14.4 && <0.15
90+
, case-insensitive >=1.2.1.0 && <1.3
91+
, hashable >=1.4.3.0 && <1.5
92+
, Only >=0.1 && <0.1.1
93+
, postgresql-libpq >=0.10.0.0 && <0.11
94+
, scientific >=0.3.7.0 && <0.4
95+
, uuid-types >=1.0.5 && <1.1
96+
, vector >=0.13.0.0 && <0.14
9797

9898
default-extensions:
9999
BangPatterns
@@ -128,10 +128,10 @@ test-suite test
128128
main-is: Main.hs
129129
other-modules:
130130
Common
131+
Interval
131132
Notify
132133
Serializable
133134
Time
134-
Interval
135135

136136
ghc-options: -threaded
137137
ghc-options: -Wall -fno-warn-name-shadowing -fno-warn-unused-do-bind

src/Database/PostgreSQL/Simple/FromField.hs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,7 @@ import qualified Data.UUID.Types as UUID
154154
import Data.Scientific (Scientific)
155155
import GHC.Real (infinity, notANumber)
156156

157-
#if MIN_VERSION_aeson(2,1,2)
158157
import qualified Data.Aeson.Types as JSON
159-
#else
160-
import qualified Data.Aeson.Internal as JSON
161-
#endif
162158

163159
-- | Exception thrown if conversion from a SQL value to a Haskell
164160
-- value fails.

0 commit comments

Comments
 (0)