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

Colin Watson cjwatson at debian.org
Fri Jun 21 22:46:51 UTC 2013


Sat Jun 15 22:57:44 UTC 2013  Colin Watson <cjwatson at debian.org>
  * New upstream version.

    M ./changelog +6
    M ./control -29 +3

Sat Jun 15 22:57:44 UTC 2013  Colin Watson <cjwatson at debian.org>
  * New upstream version.
diff -rN -u old-haskell-show/changelog new-haskell-show/changelog
--- old-haskell-show/changelog	2013-06-21 22:46:50.925543722 +0000
+++ new-haskell-show/changelog	2013-06-21 22:46:50.933541678 +0000
@@ -1,3 +1,9 @@
+haskell-show (0.6-1) UNRELEASED; urgency=low
+
+  * New upstream version.
+
+ -- Colin Watson <cjwatson at debian.org>  Sat, 15 Jun 2013 23:53:32 +0100
+
 haskell-show (0.4.1.2-4) unstable; urgency=low
 
   * Move Haskell blurb to the end of the description, reduces the impact
diff -rN -u old-haskell-show/control new-haskell-show/control
--- old-haskell-show/control	2013-06-21 22:46:50.917553042 +0000
+++ new-haskell-show/control	2013-06-21 22:46:50.925543722 +0000
@@ -8,18 +8,9 @@
   , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
-  , libghc-quickcheck2-dev (>> 2.4)
-  , libghc-quickcheck2-prof
-  , libghc-random-dev
-  , libghc-random-prof
-  , libghc-smallcheck-dev (>> 0.4)
-  , libghc-smallcheck-prof
   , libghc-syb-dev
   , libghc-syb-prof
 Build-Depends-Indep: ghc-doc
-  , libghc-quickcheck2-doc
-  , libghc-random-doc
-  , libghc-smallcheck-doc
   , libghc-syb-doc
 Standards-Version: 3.9.4
 Homepage: http://hackage.haskell.org/package/show
@@ -35,15 +26,10 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Show instances for lambdabot${haskell:ShortBlurb}
- It contains ShowQ, ShowFun, and SimpleReflect.
+ Show instances for functions and IO procedures.
  .
  ShowFun gives us Typeable instances for neutering IO expressions.
  .
- ShowQ adds SmallCheck & QuickCheck support.
- .
- SimpleReflect allows us to literally see how functions expand, through
- appropriate Show magic.
- .
  ${haskell:Blurb}
 
 Package: libghc-show-prof
@@ -54,15 +40,10 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Show instances for lambdabot${haskell:ShortBlurb}
- It contains ShowQ, ShowFun, and SimpleReflect.
+ Show instances for functions and IO procedures.
  .
  ShowFun gives us Typeable instances for neutering IO expressions.
  .
- ShowQ adds SmallCheck & QuickCheck support.
- .
- SimpleReflect allows us to literally see how functions expand, through
- appropriate Show magic.
- .
  ${haskell:Blurb}
 
 Package: libghc-show-doc
@@ -72,15 +53,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Show instances for lambdabot${haskell:ShortBlurb}
- It contains ShowQ, ShowFun, and SimpleReflect.
+ Show instances for functions and IO procedures.
  .
  ShowFun gives us Typeable instances for neutering IO expressions.
  .
- ShowQ adds SmallCheck & QuickCheck support.
- .
- SimpleReflect allows us to literally see how functions expand, through
- appropriate Show magic.
- .
  ${haskell:Blurb}
-
-




More information about the Pkg-haskell-commits mailing list