[commit: packages/Cabal] ghc-head: Formatting. (10ca495)

git at git.haskell.org git at git.haskell.org
Mon Aug 26 23:27:49 CEST 2013


Repository : ssh://git@git.haskell.org/Cabal

On branch  : ghc-head
Link       : http://git.haskell.org/?p=packages/Cabal.git;a=commit;h=10ca4953acd49adf489e1b2688eec34bb0302675

>---------------------------------------------------------------

commit 10ca4953acd49adf489e1b2688eec34bb0302675
Author: Mikhail Glushenkov <mikhail.glushenkov at gmail.com>
Date:   Sat Jul 6 11:41:22 2013 +0200

    Formatting.


>---------------------------------------------------------------

10ca4953acd49adf489e1b2688eec34bb0302675
 Cabal/Cabal.cabal |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/Cabal/Cabal.cabal b/Cabal/Cabal.cabal
index c4de937..c725479 100644
--- a/Cabal/Cabal.cabal
+++ b/Cabal/Cabal.cabal
@@ -118,15 +118,15 @@ source-repository head
 
 library
   build-depends:
-    base       >= 4   && < 5,
-    deepseq    >= 1.3 && < 1.4,
-    filepath   >= 1   && < 1.4,
-    directory  >= 1   && < 1.3,
+    base       >= 4       && < 5,
+    deepseq    >= 1.3     && < 1.4,
+    filepath   >= 1       && < 1.4,
+    directory  >= 1       && < 1.3,
     process    >= 1.0.1.1 && < 1.3,
-    time       >= 1.1 && < 1.5,
-    containers >= 0.1 && < 0.6,
-    array      >= 0.1 && < 0.5,
-    pretty     >= 1   && < 1.2,
+    time       >= 1.1     && < 1.5,
+    containers >= 0.1     && < 0.6,
+    array      >= 0.1     && < 0.5,
+    pretty     >= 1       && < 1.2,
     bytestring >= 0.9
 
   if !os(windows)





More information about the ghc-commits mailing list