ginger 0.10.0.2 → 0.10.0.3
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- ginger.cabal +1/−1
- src/Text/Ginger/GVal.hs +1/−1
ginger.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: ginger-version: 0.10.0.2+version: 0.10.0.3 synopsis: An implementation of the Jinja2 template language in Haskell description: Ginger is Jinja, minus the most blatant pythonisms. Wants to be feature complete, but isn't quite there yet.
src/Text/Ginger/GVal.hs view
@@ -36,9 +36,9 @@ , not , fst, snd , Monad- , MonadFail , Functor )+import Control.Monad.Fail (MonadFail) import qualified Prelude import Data.Maybe ( fromMaybe, catMaybes, isJust, mapMaybe ) import Data.Text (Text)