Skip to content

Commit 06be24c

Browse files
committed
Merge branch 'feature/allow-time-1.11' of https://github.com/Minoru/HTTP
2 parents 1019464 + 053129d commit 06be24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HTTP.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Library
111111
-- where dependencies are shared
112112
Build-depends: base >= 4.3.0.0 && < 4.16, parsec >= 2.0 && < 3.2
113113
Build-depends: array >= 0.3.0.2 && < 0.6, bytestring >= 0.9.1.5 && < 0.12
114-
Build-depends: time >= 1.1.2.3 && < 1.11
114+
Build-depends: time >= 1.1.2.3 && < 1.12
115115

116116
default-language: Haskell98
117117
default-extensions: FlexibleInstances

0 commit comments

Comments
 (0)