aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--unix.cabal14
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@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