yesod-static 1.2.0 → 1.2.0.1
raw patch · 2 files changed
+4/−4 lines, 2 filesdep +cryptohash-cryptoapidep −cryptohashPVP ok
version bump matches the API change (PVP)
Dependencies added: cryptohash-cryptoapi
Dependencies removed: cryptohash
API changes (from Hackage documentation)
Files
- Yesod/Static.hs +1/−1
- yesod-static.cabal +3/−3
Yesod/Static.hs view
@@ -73,7 +73,7 @@ import Language.Haskell.TH.Syntax as TH import Crypto.Conduit (hashFile, sinkHash)-import Crypto.Hash.MD5 (MD5)+import Crypto.Hash.CryptoAPI (MD5) import Control.Monad.Trans.State import qualified Data.ByteString.Base64
yesod-static.cabal view
@@ -1,5 +1,5 @@ name: yesod-static-version: 1.2.0+version: 1.2.0.1 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -38,7 +38,7 @@ , unix-compat >= 0.2 , conduit >= 0.5 , crypto-conduit >= 0.4- , cryptohash >= 0.6.1+ , cryptohash-cryptoapi >= 0.1.0 , system-filepath >= 0.4.6 && < 0.5 , system-fileio >= 0.3 , data-default@@ -71,7 +71,7 @@ , unix-compat , conduit , crypto-conduit- , cryptohash+ , cryptohash-cryptoapi , system-filepath , system-fileio , data-default