File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,9 +109,9 @@ Library
109109
110110 -- note the test harness constraints should be kept in sync with these
111111 -- where dependencies are shared
112- Build-depends : base >= 4.3.0.0 && < 4.16 , parsec >= 2.0 && < 3.2
112+ Build-depends : base >= 4.3.0.0 && < 4.17 , 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.12
114+ Build-depends : time >= 1.1.2.3 && < 1.13
115115
116116 default-language : Haskell98
117117 default-extensions : FlexibleInstances
@@ -131,7 +131,7 @@ Library
131131 ghc-options : -Werror
132132
133133 if os(windows)
134- Build-depends : Win32 >= 2.2.0.0 && < 2.11
134+ Build-depends : Win32 >= 2.2.0.0 && < 2.14
135135
136136Test-Suite test
137137 type : exitcode-stdio-1.0
You can’t perform that action at this time.
0 commit comments