[commit: packages/unix] master: Update URLs to point to GitHub (d7fb71b)

git at git.haskell.org git at git.haskell.org
Thu Jun 26 22:06:29 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/d7fb71b2d6b4f6809be28071c5c8107929268687/unix

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

commit d7fb71b2d6b4f6809be28071c5c8107929268687
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Mon Apr 28 10:38:51 2014 +0200

    Update URLs to point to GitHub


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

d7fb71b2d6b4f6809be28071c5c8107929268687
 README.md  |  2 +-
 unix.cabal | 14 +++++---------
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index d7ab52b..dae5aaa 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-The `unix` Package  [![Build Status](https://travis-ci.org/ghc/packages-unix.png?branch=master)](https://travis-ci.org/ghc/packages-unix)
+The `unix` Package  [![Build Status](https://travis-ci.org/haskell/unix.svg)](https://travis-ci.org/haskell/unix)
 ==================
 
 See [`unix` on Hackage](http://hackage.haskell.org/package/unix) for
diff --git a/unix.cabal b/unix.cabal
index 12f463b..8d0b16f 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -1,10 +1,11 @@
 name:           unix
-version:        2.7.0.1
--- GHC 7.6.1 released with 2.6.0.0
+version:        2.7.0.2
+-- GHC 7.8.2 released with 2.7.0.1
 license:        BSD3
 license-file:   LICENSE
 maintainer:     libraries at haskell.org
-bug-reports:    http://ghc.haskell.org/trac/ghc/newticket?component=libraries/unix
+homepage:       https://github.com/haskell/unix
+bug-reports:    https://github.com/haskell/unix/issues
 synopsis:       POSIX functionality
 category:       System
 build-type:     Configure
@@ -38,12 +39,7 @@ extra-tmp-files:
 
 source-repository head
     type:     git
-    location: http://git.haskell.org/packages/unix.git
-
-source-repository this
-    type:     git
-    location: http://git.haskell.org/packages/unix.git
-    tag:      unix-2.7.0.1-release
+    location: https://github.com/haskell/unix.git
 
 library
     default-language: Haskell2010



More information about the ghc-commits mailing list