We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e5059b commit c9f7ee0Copy full SHA for c9f7ee0
1 file changed
yesod-core/yesod-core.cabal
@@ -125,7 +125,7 @@ test-suite test-routes
125
-- Workaround for: http://ghc.haskell.org/trac/ghc/ticket/8443
126
other-extensions: TemplateHaskell
127
128
- build-depends: base
+ build-depends: base < 5
129
, hspec
130
, containers
131
, bytestring
@@ -186,7 +186,7 @@ test-suite tests
186
cpp-options: -DTEST
187
if os(windows)
188
cpp-options: -DWINDOWS
189
190
, async
191
192
, clientsession
@@ -216,7 +216,7 @@ benchmark widgets
216
default-language: Haskell2010
217
type: exitcode-stdio-1.0
218
hs-source-dirs: bench
219
220
, blaze-html
221
222
, gauge
0 commit comments