[Pkg-haskell-commits] [package-plan] 52/457: Fix syntax error in all-packages.cabal 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!

Joachim Breitner nomeata at moszumanska.debian.org
Mon Apr 14 20:05:09 UTC 2014


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository package-plan.

commit 654c9580b07198eb7ff2319ff9a1a2c021892406
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Thu Apr 4 08:54:51 2013 +0000

    Fix syntax error in all-packages.cabal
    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!
---
 all-packages.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/all-packages.cabal b/all-packages.cabal
index 1786e1f..19afe8f 100644
--- a/all-packages.cabal
+++ b/all-packages.cabal
@@ -119,7 +119,7 @@ library
     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),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git



More information about the Pkg-haskell-commits mailing list