[commit: packages/vector] ghc-head: Update URLs in cabal file (9097bb5)

git at git.haskell.org git at git.haskell.org
Thu Sep 26 11:54:45 CEST 2013


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

On branch  : ghc-head
Link       : http://git.haskell.org/packages/vector.git/commitdiff/9097bb58d3e96c8f9f59350b026189d8e2c782f4

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

commit 9097bb58d3e96c8f9f59350b026189d8e2c782f4
Author: Bryan O'Sullivan <bos at serpentine.com>
Date:   Tue Sep 24 14:36:34 2013 -0400

    Update URLs in cabal file


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

9097bb58d3e96c8f9f59350b026189d8e2c782f4
 vector.cabal |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/vector.cabal b/vector.cabal
index 3148554..6d22e84 100644
--- a/vector.cabal
+++ b/vector.cabal
@@ -1,12 +1,12 @@
 Name:           vector
-Version:        0.10.0.1
+Version:        0.10.9.1
 License:        BSD3
 License-File:   LICENSE
 Author:         Roman Leshchinskiy <rl at cse.unsw.edu.au>
 Maintainer:     Roman Leshchinskiy <rl at cse.unsw.edu.au>
 Copyright:      (c) Roman Leshchinskiy 2008-2012
-Homepage:       http://code.haskell.org/vector
-Bug-Reports:    http://trac.haskell.org/vector
+Homepage:       https://github.com/haskell/vector
+Bug-Reports:    https://github.com/haskell/vector/issues
 Category:       Data, Data Structures
 Synopsis:       Efficient Arrays
 Description:
@@ -33,11 +33,6 @@ Description:
         .
         * <http://haskell.org/haskellwiki/Numeric_Haskell:_A_Vector_Tutorial>
         .
-        Please use the project trac to submit bug reports and feature
-        requests.
-        .
-        * <http://trac.haskell.org/vector>
-        .
         Changes in version 0.10.0.1
         .
         * Require @primitive@ to include workaround for a GHC array copying bug
@@ -51,7 +46,7 @@ Description:
 	* Safe Haskell support removed
 	.
 
-Cabal-Version:  >= 1.2.3
+Cabal-Version:  >= 1.6
 Build-Type:     Simple
 
 Extra-Source-Files:
@@ -151,3 +146,6 @@ Library
   if flag(InternalChecks)
     cpp-options: -DVECTOR_INTERNAL_CHECKS
 
+source-repository head
+  type:     git
+  location: https://github.com/haskell/vector




More information about the ghc-commits mailing list