[Pkg-haskell-commits] darcs: haskell-yesod-form: New upstream version 1.2.0.
Clint Adams
clint at debian.org
Sun Nov 18 17:48:40 UTC 2012
Sun Nov 18 17:48:31 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 1.2.0.
Ignore-this: da989d0548915c6997a8907c4560d51f
M ./changelog +6
M ./control -2 +9
R ./patches/dont-confuse-haddock.diff
R ./patches/series
Sun Nov 18 17:48:31 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 1.2.0.
Ignore-this: da989d0548915c6997a8907c4560d51f
diff -rN -u old-haskell-yesod-form//changelog new-haskell-yesod-form//changelog
--- old-haskell-yesod-form//changelog 2012-11-18 17:48:40.126233491 +0000
+++ new-haskell-yesod-form//changelog 2012-11-18 17:48:40.130246975 +0000
@@ -1,3 +1,9 @@
+haskell-yesod-form (1.2.0-1) experimental; urgency=low
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Sun, 18 Nov 2012 12:37:50 -0500
+
haskell-yesod-form (1.1.3-1) experimental; urgency=low
[ Joachim Breitner ]
diff -rN -u old-haskell-yesod-form//control new-haskell-yesod-form//control
--- old-haskell-yesod-form//control 2012-11-18 17:48:40.126233491 +0000
+++ new-haskell-yesod-form//control 2012-11-18 17:48:40.130246975 +0000
@@ -8,6 +8,11 @@
, haskell-devscripts (>= 0.8.13)
, ghc
, ghc-prof
+ , libghc-aeson-dev
+ , libghc-aeson-prof
+ , libghc-attoparsec-dev (>> 0.10)
+ , libghc-attoparsec-dev (<< 0.11)
+ , libghc-attoparsec-prof
, libghc-blaze-builder-dev (>> 0.2.1.4)
, libghc-blaze-builder-dev (<< 0.4)
, libghc-blaze-builder-prof
@@ -36,8 +41,8 @@
, libghc-shakespeare-css-dev (>> 1.0)
, libghc-shakespeare-css-dev (<< 1.1)
, libghc-shakespeare-css-prof
- , libghc-shakespeare-js-dev (>> 1.0)
- , libghc-shakespeare-js-dev (<< 1.1)
+ , libghc-shakespeare-js-dev (>> 1.0.2)
+ , libghc-shakespeare-js-dev (<< 1.2)
, libghc-shakespeare-js-prof
, ghc-ghci
, libghc-text-dev (>> 0.9)
@@ -59,6 +64,8 @@
, libghc-yesod-persistent-dev (<< 1.2)
, libghc-yesod-persistent-prof
Build-Depends-Indep: ghc-doc
+ , libghc-aeson-doc
+ , libghc-attoparsec-doc
, libghc-blaze-builder-doc
, libghc-blaze-html-doc
, libghc-blaze-markup-doc
diff -rN -u old-haskell-yesod-form//patches/dont-confuse-haddock.diff new-haskell-yesod-form//patches/dont-confuse-haddock.diff
--- old-haskell-yesod-form//patches/dont-confuse-haddock.diff 2012-11-18 17:48:40.098246193 +0000
+++ new-haskell-yesod-form//patches/dont-confuse-haddock.diff 1970-01-01 00:00:00.000000000 +0000
@@ -1,35 +0,0 @@
-Index: yesod-form-1.1.3/Yesod/Form/Types.hs
-===================================================================
---- yesod-form-1.1.3.orig/Yesod/Form/Types.hs 2012-09-24 14:15:01.000000000 +0000
-+++ yesod-form-1.1.3/Yesod/Form/Types.hs 2012-10-21 18:27:22.601582777 +0000
-@@ -125,11 +125,12 @@
-
- data Field sub master a = Field
- { fieldParse :: [Text] -> GHandler sub master (Either (SomeMessage master) (Maybe a))
-- , fieldView :: Text -- ^ ID
-- -> Text -- ^ Name
-- -> [(Text, Text)] -- ^ Attributes
-- -> Either Text a -- ^ Either (invalid text) or (legitimate result)
-- -> Bool -- ^ Required?
-+ -- | ID, Name, Attributes, Either (invalid text) or (legitimate result), Required?
-+ , fieldView :: Text --
-+ -> Text --
-+ -> [(Text, Text)] --
-+ -> Either Text a --
-+ -> Bool --
- -> GWidget sub master ()
- }
-
-Index: yesod-form-1.1.3/Yesod/Form/Functions.hs
-===================================================================
---- yesod-form-1.1.3.orig/Yesod/Form/Functions.hs 2012-09-24 14:15:01.000000000 +0000
-+++ yesod-form-1.1.3/Yesod/Form/Functions.hs 2012-10-21 18:28:55.472901040 +0000
-@@ -202,7 +202,7 @@
- FormFailure [renderMessage m langs MsgCsrfWarning]
- _ -> res
- where (Just [t1]) === (Just t2) = TE.encodeUtf8 t1 `constTimeEq` TE.encodeUtf8 t2
-- Nothing === Nothing = True -- ^ It's important to use constTimeEq
-+ Nothing === Nothing = True -- It's important to use constTimeEq
- _ === _ = False -- in order to avoid timing attacks.
- return ((res', xml), enctype)
-
diff -rN -u old-haskell-yesod-form//patches/series new-haskell-yesod-form//patches/series
--- old-haskell-yesod-form//patches/series 2012-11-18 17:48:40.098246193 +0000
+++ new-haskell-yesod-form//patches/series 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-dont-confuse-haddock.diff
More information about the Pkg-haskell-commits
mailing list