Skip to content

Commit

Permalink
Merge pull request #8 from alexanderkjeldaas/patch-2
Browse files Browse the repository at this point in the history
Control.Monad.Except was introduced in mtl 2.2.1
  • Loading branch information
hansonkd committed Jul 12, 2015
2 parents 76f82b2 + dc7d38b commit 6ffe229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wheb-base/Wheb.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ library
bytestring >= 0.10 && < 0.11,
blaze-builder >=0.3 && < 0.4,
cookie >=0.4 && < 0.5,
mtl >=2.1 && < 2.3,
mtl >=2.2.1 && < 2.3,
containers >=0.5 && <0.6,
wai >= 3.0 && < 3.1,
warp >= 3.0 && < 3.1,
Expand Down Expand Up @@ -166,4 +166,4 @@ test-suite Main
default-language: Haskell2010
hs-source-dirs: tests
main-is: Main.hs


0 comments on commit 6ffe229

Please sign in to comment.