Skip to content

Commit e17317e

Browse files
authored
Correct placement of comment (#83)
1 parent 6be58b5 commit e17317e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rollbar-wai/rollbar-wai.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ library
5454
, text >=1.2 && <2.1
5555
, unordered-containers >=0.2 && <1
5656
, wai >=3.2 && <4
57-
, wai-extra >=3.0 && < 3.1.17 -- TODO: update breaks yesod-core, see https://github.com/yesodweb/yesod/issues/1854
57+
, wai-extra >=3.0 && < 3.1.17
58+
-- TODO: update breaks yesod-core, see https://github.com/yesodweb/yesod/issues/1854
5859
default-language: Haskell2010
5960

6061
executable wai-example

0 commit comments

Comments
 (0)