Skip to content

Commit c9f7ee0

Browse files
committed
asinine changes to hackage make me need to do thi stupid dance
1 parent 8e5059b commit c9f7ee0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

yesod-core/yesod-core.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ test-suite test-routes
125125
-- Workaround for: http://ghc.haskell.org/trac/ghc/ticket/8443
126126
other-extensions: TemplateHaskell
127127

128-
build-depends: base
128+
build-depends: base < 5
129129
, hspec
130130
, containers
131131
, bytestring
@@ -186,7 +186,7 @@ test-suite tests
186186
cpp-options: -DTEST
187187
if os(windows)
188188
cpp-options: -DWINDOWS
189-
build-depends: base
189+
build-depends: base < 5
190190
, async
191191
, bytestring
192192
, clientsession
@@ -216,7 +216,7 @@ benchmark widgets
216216
default-language: Haskell2010
217217
type: exitcode-stdio-1.0
218218
hs-source-dirs: bench
219-
build-depends: base
219+
build-depends: base < 5
220220
, blaze-html
221221
, bytestring
222222
, gauge

0 commit comments

Comments
 (0)