Skip to content

Commit a5376c5

Browse files
authored
Merge pull request #768 from haskell-beam/time-1.14
Explicit support for time-1.14
2 parents 4a692db + 5c1732a commit a5376c5

File tree

8 files changed

+28
-4
lines changed

8 files changed

+28
-4
lines changed

beam-core/ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Unreleased
2+
3+
## Updated dependencies
4+
5+
* Updated the upper bound on `time` to include `time-1.14`
6+
17
# 0.10.4.0
28

39
## Added features

beam-core/beam-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ library
6969
ghc-prim >=0.5 && <0.14,
7070
free >=4.12 && <5.3,
7171
dlist >=0.7.1.2 && <1.1,
72-
time >=1.6 && <1.13,
72+
time >=1.6 && <1.15,
7373
hashable >=1.2.4.0 && <1.6,
7474
network-uri >=2.6 && <2.7,
7575
containers >=0.5 && <0.9,

beam-migrate/ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Unreleased
2+
3+
## Updated dependencies
4+
5+
* Updated the upper bound on `time` to include `time-1.14`
6+
17
# 0.5.3.2
28

39
## Dependencies

beam-migrate/beam-migrate.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ library
5959
aeson >=0.11 && <2.3,
6060
bytestring >=0.10 && <0.13,
6161
free >=4.12 && <5.3,
62-
time >=1.6 && <1.13,
62+
time >=1.6 && <1.15,
6363
mtl >=2.2 && <2.4,
6464
scientific >=0.3 && <0.4,
6565
vector >=0.11 && <0.14,

beam-postgres/ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Unreleased
2+
3+
## Updated dependencies
4+
5+
* Updated the upper bound on `time` to include `time-1.14`
6+
17
# 0.5.4.3
28

39
## Added features

beam-postgres/beam-postgres.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ library
4646
hashable >=1.1 && <1.6,
4747
lifted-base >=0.2 && <0.3,
4848
free >=4.12 && <5.3,
49-
time >=1.6 && <1.13,
49+
time >=1.6 && <1.15,
5050
monad-control >=1.0 && <1.1,
5151
mtl >=2.1 && <2.4,
5252
conduit >=1.2 && <1.4,

beam-sqlite/ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Unreleased
2+
3+
## Updated dependencies
4+
5+
* Updated the upper bound on `time` to include `time-1.14`
6+
17
# 0.5.4.1
28

39
## Dependencies

beam-sqlite/beam-sqlite.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ library
3232
text >=1.0 && <2.2,
3333
bytestring >=0.10 && <0.13,
3434
hashable >=1.2 && <1.6,
35-
time >=1.6 && <1.13,
35+
time >=1.6 && <1.15,
3636
dlist >=0.8 && <1.1,
3737
mtl >=2.1 && <2.4,
3838
free >=4.12 && <5.3,

0 commit comments

Comments
 (0)