Skip to content

Commit 626e1c3

Browse files
authored
Relax more deps for Stackage (#1567)
1 parent d52c5d0 commit 626e1c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

servant-http-streams/servant-http-streams.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ library
7272
, monad-control >= 1.0.2.3 && < 1.1
7373
, semigroupoids >= 5.3.1 && < 5.4
7474
, transformers-base >= 0.4.5.2 && < 0.5
75-
, transformers-compat >= 0.6.2 && < 0.7
75+
, transformers-compat >= 0.6.2 && < 0.8
7676

7777
hs-source-dirs: src
7878
default-language: Haskell2010

servant/servant.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ library
106106
, deepseq >= 1.4.2.0 && < 1.5
107107
, http-media >= 0.7.1.3 && < 0.9
108108
, http-types >= 0.12.2 && < 0.13
109-
, mmorph >= 1.1.2 && < 1.2
109+
, mmorph >= 1.1.2 && < 1.3
110110
, network-uri >= 2.6.1.0 && < 2.7
111111
, QuickCheck >= 2.12.6.1 && < 2.15
112112
, string-conversions >= 0.4.0.1 && < 0.5

0 commit comments

Comments
 (0)