[Pkg-haskell-commits] darcs: yi: Corrected -prof dependencies

Louis Bettens louis at bettens.info
Mon Jul 8 11:42:00 UTC 2013


Sun Jul  7 12:06:16 UTC 2013  Louis Bettens <louis at bettens.info>
  * Corrected -prof dependencies
  -prof packages are already constrained by -dev packages constraints so their constraints are redondant.

    M ./changelog +1
    M ./control -40 +40

Sun Jul  7 12:06:16 UTC 2013  Louis Bettens <louis at bettens.info>
  * Corrected -prof dependencies
  -prof packages are already constrained by -dev packages constraints so their constraints are redondant.
diff -rN -u old-yi/changelog new-yi/changelog
--- old-yi/changelog	2013-07-08 11:41:59.919038618 +0000
+++ new-yi/changelog	2013-07-08 11:42:00.058037274 +0000
@@ -10,6 +10,7 @@
   * New upstream version
   * Patches workaround-unicode and use-pointedlist-0.4 applied by upstream and
     thus deleted here
+  * Corrected -prof dependencies
 
  -- Louis Bettens <louis at bettens.info>  Sun, 07 Jul 2013 13:49:46 +0200
 
diff -rN -u old-yi/control new-yi/control
--- old-yi/control	2013-07-08 11:41:59.919038618 +0000
+++ new-yi/control	2013-07-08 11:42:00.058037274 +0000
@@ -10,88 +10,88 @@
                , ghc-prof
                , libghc-diff-dev (>= 0.1)
                , libghc-diff-dev (<< 0.2)
-               , libghc-diff-prof (>= 0.1)
-               , libghc-diff-prof (<< 0.2)
+               , libghc-diff-prof
+               , libghc-diff-prof
                , libghc-quickcheck2-dev (>= 2.1.0.2)
-               , libghc-quickcheck2-prof (>= 2.1.0.2)
+               , libghc-quickcheck2-prof
                , libghc-cautious-file-dev (>= 1.0.1)
-               , libghc-cautious-file-prof (>= 1.0.1)
+               , libghc-cautious-file-prof
                , libghc-concrete-typerep-dev (>= 0.1)
                , libghc-concrete-typerep-dev (<< 0.2)
-               , libghc-concrete-typerep-prof (>= 0.1)
-               , libghc-concrete-typerep-prof (<< 0.2)
+               , libghc-concrete-typerep-prof
+               , libghc-concrete-typerep-prof
                , libghc-data-accessor-dev (>= 0.2.1.4)
                , libghc-data-accessor-dev (<< 0.3)
-               , libghc-data-accessor-prof (>= 0.2.1.4)
-               , libghc-data-accessor-prof (<< 0.3)
+               , libghc-data-accessor-prof
+               , libghc-data-accessor-prof
                , libghc-data-accessor-mtl-dev (>= 0.2)
                , libghc-data-accessor-mtl-dev (<< 0.3)
-               , libghc-data-accessor-mtl-prof (>= 0.2)
-               , libghc-data-accessor-mtl-prof (<< 0.3)
+               , libghc-data-accessor-mtl-prof
+               , libghc-data-accessor-mtl-prof
                , libghc-data-accessor-template-dev (>= 0.2.1.3)
                , libghc-data-accessor-template-dev (<< 0.2.2)
-               , libghc-data-accessor-template-prof (>= 0.2.1.3)
-               , libghc-data-accessor-template-prof (<< 0.2.2)
+               , libghc-data-accessor-template-prof
+               , libghc-data-accessor-template-prof
                , libghc-derive-dev (>= 2.4)
                , libghc-derive-dev (<< 2.7)
-               , libghc-derive-prof (>= 2.4)
-               , libghc-derive-prof (<< 2.7)
+               , libghc-derive-prof
+               , libghc-derive-prof
                , libghc-dlist-dev (>= 0.4.1)
-               , libghc-dlist-prof (>= 0.4.1)
+               , libghc-dlist-prof
                , libghc-dyre-dev (>= 0.7)
-               , libghc-dyre-prof (>= 0.7)
+               , libghc-dyre-prof
                , libghc-fingertree-dev (<< 0.1)
-               , libghc-fingertree-prof (<< 0.1)
+               , libghc-fingertree-prof
                , libghc-ghc-paths-dev (>= 0.1)
                , libghc-ghc-paths-dev (<< 0.2)
-               , libghc-ghc-paths-prof (>= 0.1)
-               , libghc-ghc-paths-prof (<< 0.2)
+               , libghc-ghc-paths-prof
+               , libghc-ghc-paths-prof
                , libghc-hashable-dev (<< 1.2)
-               , libghc-hashable-prof (<< 1.2)
+               , libghc-hashable-prof
                , libghc-hint-dev (>> 0.3.1)
-               , libghc-hint-prof (>> 0.3.1)
+               , libghc-hint-prof
                , libghc-mtl-dev (>= 0.1.0.1)
-               , libghc-mtl-prof (>= 0.1.0.1)
+               , libghc-mtl-prof
                , libghc-pointedlist-dev (>= 0.4)
                , libghc-pointedlist-dev (<< 0.5)
-               , libghc-pointedlist-prof (>= 0.4)
-               , libghc-pointedlist-prof (<< 0.5)
+               , libghc-pointedlist-prof
+               , libghc-pointedlist-prof
                , libghc-puremd5-dev (>= 0.2.3)
-               , libghc-puremd5-prof (>= 0.2.3)
+               , libghc-puremd5-prof
                , libghc-random-dev
                , libghc-random-prof
                , libghc-regex-base-dev (>= 0.93)
                , libghc-regex-base-dev (<< 0.94)
-               , libghc-regex-base-prof (>= 0.93)
-               , libghc-regex-base-prof (<< 0.94)
+               , libghc-regex-base-prof
+               , libghc-regex-base-prof
                , libghc-regex-tdfa-dev (>= 1.1)
                , libghc-regex-tdfa-dev (<< 1.2)
-               , libghc-regex-tdfa-prof (>= 1.1)
-               , libghc-regex-tdfa-prof (<< 1.2)
+               , libghc-regex-tdfa-prof
+               , libghc-regex-tdfa-prof
                , libghc-rosezipper-dev (>= 0.1)
                , libghc-rosezipper-dev (<< 0.3)
-               , libghc-rosezipper-prof (>= 0.1)
-               , libghc-rosezipper-prof (<< 0.3)
+               , libghc-rosezipper-prof
+               , libghc-rosezipper-prof
                , libghc-split-dev (>= 0.1)
                , libghc-split-dev (<< 0.2)
-               , libghc-split-prof (>= 0.1)
-               , libghc-split-prof (<< 0.2)
+               , libghc-split-prof
+               , libghc-split-prof
                , libghc-uniplate-dev
                , libghc-uniplate-prof
                , libghc-unix-compat-dev (>= 0.1)
                , libghc-unix-compat-dev (<< 0.4)
-               , libghc-unix-compat-prof (>= 0.1)
-               , libghc-unix-compat-prof (<< 0.4)
+               , libghc-unix-compat-prof
+               , libghc-unix-compat-prof
                , libghc-unordered-containers-dev (>= 0.1.3)
                , libghc-unordered-containers-dev (<< 0.3)
-               , libghc-unordered-containers-prof (>= 0.1.3)
-               , libghc-unordered-containers-prof (<< 0.3)
+               , libghc-unordered-containers-prof
+               , libghc-unordered-containers-prof
                , libghc-utf8-string-dev (>= 0.3.1)
-               , libghc-utf8-string-prof (>= 0.3.1)
+               , libghc-utf8-string-prof
                , libghc-vty-dev (>= 4.7.0.0)
                , libghc-vty-dev (<< 5)
-               , libghc-vty-prof (>= 4.7.0.0)
-               , libghc-vty-prof (<< 5)
+               , libghc-vty-prof
+               , libghc-vty-prof
                , alex
                , libghc-gtk-dev
                , libghc-gtk-prof




More information about the Pkg-haskell-commits mailing list