[Pkg-haskell-commits] darcs: tools: Fix syntax error in all-packages.cabal

Joachim Breitner mail at joachim-breitner.de
Thu Apr 4 09:15:13 UTC 2013


Thu Apr  4 08:54:51 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Fix syntax error in all-packages.cabal
  Ignore-this: 367eb22da471d1762f97c934651591af
  What is the point of this file if you do not use it after changing it? To use
  it, run "cabal install --dry-install"; it should pass!

    M ./all-packages/all-packages.cabal -1 +1

Thu Apr  4 08:54:51 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Fix syntax error in all-packages.cabal
  Ignore-this: 367eb22da471d1762f97c934651591af
  What is the point of this file if you do not use it after changing it? To use
  it, run "cabal install --dry-install"; it should pass!
diff -rN -u old-tools//all-packages/all-packages.cabal new-tools//all-packages/all-packages.cabal
--- old-tools//all-packages/all-packages.cabal	2013-04-04 09:15:13.699299815 +0000
+++ new-tools//all-packages/all-packages.cabal	2013-04-04 09:15:13.765520486 +0000
@@ -119,7 +119,7 @@
     crypto-random-api (== 0.2.0),
     css-text (== 0.1.1),
     csv (== 0.1.2),
-    csv-conduit (== 0.5.1)
+    csv-conduit (== 0.5.1),
     curl (== 1.3.8),
     data-accessor (== 0.2.2.3),
     data-accessor-mtl (== 0.2.0.3),





More information about the Pkg-haskell-commits mailing list