[Pkg-haskell-commits] darcs: haskell-yesod: New upstream version 0.9.3.

clint at debian.org clint at debian.org
Sat Oct 8 15:35:15 UTC 2011


Sat Oct  8 15:35:03 UTC 2011  clint at debian.org
  * New upstream version 0.9.3.
  Ignore-this: e7201cdf7937c1b8ba1d922c03d7fe45

    M ./changelog +7
    R ./patches/
    R ./patches/series
    R ./patches/threaded-flag.diff

Sat Oct  8 15:35:03 UTC 2011  clint at debian.org
  * New upstream version 0.9.3.
  Ignore-this: e7201cdf7937c1b8ba1d922c03d7fe45
diff -rN -u old-haskell-yesod//changelog new-haskell-yesod//changelog
--- old-haskell-yesod//changelog	2011-10-08 15:35:14.980172698 +0000
+++ new-haskell-yesod//changelog	2011-10-08 15:35:14.984100608 +0000
@@ -1,3 +1,10 @@
+haskell-yesod (0.9.3-1) unstable; urgency=low
+
+  * New upstream version.
+    - Drop threaded-flag.diff (merged upstream).
+
+ -- Clint Adams <clint at debian.org>  Sat, 08 Oct 2011 11:29:20 -0400
+
 haskell-yesod (0.9.2.2-3) unstable; urgency=low
 
   * Only build threaded where threaded runtime is available.
diff -rN -u old-haskell-yesod//patches/series new-haskell-yesod//patches/series
--- old-haskell-yesod//patches/series	2011-10-08 15:35:14.984100608 +0000
+++ new-haskell-yesod//patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-threaded-flag.diff
diff -rN -u old-haskell-yesod//patches/threaded-flag.diff new-haskell-yesod//patches/threaded-flag.diff
--- old-haskell-yesod//patches/threaded-flag.diff	2011-10-08 15:35:14.980172698 +0000
+++ new-haskell-yesod//patches/threaded-flag.diff	1970-01-01 00:00:00.000000000 +0000
@@ -1,24 +0,0 @@
---- a/yesod.cabal
-+++ b/yesod.cabal
-@@ -56,6 +56,10 @@
- 
- flag ghc7
- 
-+flag threaded
-+    default: True
-+    description: Build with support for multithreaded execution
-+
- library
-     if flag(ghc7)
-         build-depends:   base                  >= 4.3      && < 5
-@@ -102,7 +106,9 @@
-                      , blaze-builder      >= 0.2          && < 0.4
-                      , filepath           >= 1.1          && < 1.3
-                      , process
--    ghc-options:       -Wall -threaded
-+    ghc-options:       -Wall
-+    if flag(threaded)
-+        ghc-options:    -threaded
-     main-is:           main.hs
-     other-modules:     Scaffolding.CodeGen
-                        Scaffolding.Scaffolder





More information about the Pkg-haskell-commits mailing list