diff -Nru haskell-free-2.0.2/debian/changelog haskell-free-2.0.3/debian/changelog --- haskell-free-2.0.2/debian/changelog 2011-09-04 14:42:30.000000000 +0000 +++ haskell-free-2.0.3/debian/changelog 2012-02-25 17:10:56.000000000 +0000 @@ -1,3 +1,15 @@ +haskell-free (2.0.3-1) unstable; urgency=low + + * New upstream release + + -- Joachim Breitner Sat, 25 Feb 2012 18:10:56 +0100 + +haskell-free (2.0.2-2) unstable; urgency=low + + * Sourceful upload to rebuild documentation package + + -- Joachim Breitner Sat, 04 Feb 2012 19:49:52 +0100 + haskell-free (2.0.2-1) unstable; urgency=low * Initial release. diff -Nru haskell-free-2.0.2/debian/control haskell-free-2.0.3/debian/control --- haskell-free-2.0.2/debian/control 2011-09-04 14:42:30.000000000 +0000 +++ haskell-free-2.0.3/debian/control 2012-02-25 17:10:51.000000000 +0000 @@ -18,7 +18,7 @@ libghc-mtl-dev (>= 2.0.1.0), libghc-mtl-dev (<< 2.1), libghc-mtl-prof, - libghc-semigroupoids-dev (>= 1.2.4), + libghc-semigroupoids-dev (>= 1.2.6.1), libghc-semigroupoids-dev (<< 1.3), libghc-semigroupoids-prof, libghc-semigroups-dev (>= 0.8), @@ -27,13 +27,13 @@ libghc-comonad-dev (>= 1.1.1.1), libghc-comonad-dev (<< 1.2), libghc-comonad-prof, - libghc-comonad-transformers-dev (>= 2.0.2), + libghc-comonad-transformers-dev (>= 2.0.3), libghc-comonad-transformers-dev (<< 2.1), libghc-comonad-transformers-prof, - libghc-comonads-fd-dev (>= 2.0.2), + libghc-comonads-fd-dev (>= 2.0.2.1), libghc-comonads-fd-dev (<< 2.1), libghc-comonads-fd-prof, - libghc-data-lens-dev (>= 2.0), + libghc-data-lens-dev (>= 2.0.2), libghc-data-lens-dev (<< 2.1), libghc-data-lens-prof Build-Depends-Indep: ghc-doc, diff -Nru haskell-free-2.0.2/free.cabal haskell-free-2.0.3/free.cabal --- haskell-free-2.0.2/free.cabal 2011-08-15 22:30:15.000000000 +0000 +++ haskell-free-2.0.3/free.cabal 2012-02-07 11:10:31.000000000 +0000 @@ -1,6 +1,6 @@ name: free category: Control, Monads -version: 2.0.2 +version: 2.0.3 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE @@ -29,11 +29,11 @@ distributive >= 0.2 && < 0.3, transformers >= 0.2.0 && < 0.3, mtl >= 2.0.1.0 && < 2.1, - semigroupoids >= 1.2.4 && < 1.3, + semigroupoids >= 1.2.6.1 && < 1.3, comonad >= 1.1.1.1 && < 1.2, - comonad-transformers >= 2.0.2 && < 2.1, - comonads-fd >= 2.0.2 && < 2.1, - data-lens >= 2.0 && < 2.1, + comonad-transformers >= 2.0.3 && < 2.1, + comonads-fd >= 2.0.2.1 && < 2.1, + data-lens >= 2.0.2 && < 2.1, semigroups >= 0.8 && < 0.9 if impl(ghc)