unitym-yesod 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- unitym-yesod.cabal +2/−2
unitym-yesod.cabal view
@@ -1,5 +1,5 @@ name: unitym-yesod-version: 0.1.0.0+version: 0.1.0.1 synopsis: Implementation of the unity monad for the Yesod framework description: Implementation of the unity monad for the Yesod framework homepage: https://github.com/githubuser/unitym-yesod#readme@@ -19,6 +19,6 @@ , unitym >= 0.1 && < 1.0 , yesod >= 1.4 && < 1.5 default-language: Haskell2010- ghc-options: -W -Wall -O2+ ghc-options: -W -Wall