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 @@ -125,7 +125,7 @@ test-suite test-routes
125
125
-- Workaround for: http://ghc.haskell.org/trac/ghc/ticket/8443
126
126
other-extensions : TemplateHaskell
127
127
128
- build-depends : base
128
+ build-depends : base < 5
129
129
, hspec
130
130
, containers
131
131
, bytestring
@@ -186,7 +186,7 @@ test-suite tests
186
186
cpp-options : -DTEST
187
187
if os(windows)
188
188
cpp-options : -DWINDOWS
189
- build-depends : base
189
+ build-depends : base < 5
190
190
, async
191
191
, bytestring
192
192
, clientsession
@@ -216,7 +216,7 @@ benchmark widgets
216
216
default-language : Haskell2010
217
217
type : exitcode-stdio-1.0
218
218
hs-source-dirs : bench
219
- build-depends : base
219
+ build-depends : base < 5
220
220
, blaze-html
221
221
, bytestring
222
222
, gauge
You can’t perform that action at this time.
0 commit comments