[commit: packages/primitive] ghc-head: Update cabal file, add README (3309045)

git at git.haskell.org git at git.haskell.org
Thu Sep 26 11:44:20 CEST 2013


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

On branch  : ghc-head
Link       : http://git.haskell.org/packages/primitive.git/commitdiff/3309045ad5401806ea480d5c03a700f1f422d3ae

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

commit 3309045ad5401806ea480d5c03a700f1f422d3ae
Author: Bryan O'Sullivan <bos at serpentine.com>
Date:   Tue Sep 24 06:25:54 2013 -0700

    Update cabal file, add README


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

3309045ad5401806ea480d5c03a700f1f422d3ae
 README.md       |    4 ++++
 primitive.cabal |   10 +++++++---
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9403ad8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+# The primitive package
+
+This package provides various primitive memory-related operations for
+Haskell.
diff --git a/primitive.cabal b/primitive.cabal
index 8c4328a..736733b 100644
--- a/primitive.cabal
+++ b/primitive.cabal
@@ -1,11 +1,12 @@
 Name:           primitive
-Version:        0.5.0.1
+Version:        0.6.0.0
 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 2009-2012
-Homepage:       http://code.haskell.org/primitive
+Homepage:       https://github.com/haskell/primitive
+Bug-Reports:    https://github.com/haskell/primitive/issues
 Category:       Data
 Synopsis:       Primitive memory-related operations
 Description:
@@ -23,7 +24,7 @@ Description:
         * Efficient block fill operations: @setByteArray@, @setAddr@
         .
 
-Cabal-Version:  >= 1.2
+Cabal-Version:  >= 1.6
 Build-Type:     Simple
 
 Library
@@ -55,3 +56,6 @@ Library
     cc-options: -msse2
   }
 
+source-repository head
+  type:     git
+  location: https://github.com/haskell/primitive




More information about the ghc-commits mailing list