Skip to content

Commit

Permalink
Allow mtl 2.3 (jaspervdj#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
Minoru authored Feb 1, 2023
1 parent f14bf39 commit 2e94273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hakyll.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Library
hashable >= 1.0 && < 2,
lifted-async >= 0.10 && < 1,
lrucache >= 1.1.1 && < 1.3,
mtl >= 1 && < 2.3,
mtl >= 1 && < 2.4,
network-uri >= 2.6 && < 2.7,
optparse-applicative >= 0.12 && < 0.18,
parsec >= 3.0 && < 3.2,
Expand Down
3 changes: 2 additions & 1 deletion lib/Hakyll/Web/Html.hs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ module Hakyll.Web.Html


--------------------------------------------------------------------------------
import Control.Monad.Identity (void, Identity(runIdentity))
import Control.Monad (void)
import Control.Monad.Identity (Identity(runIdentity))
import Data.Char (digitToInt, intToDigit,
isDigit, toLower)
import Data.Either (fromRight)
Expand Down

0 comments on commit 2e94273

Please sign in to comment.