aboutsummaryrefslogtreecommitdiffhomepage
path: root/unix.cabal
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2014-04-28 10:38:51 +0200
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2014-04-28 10:39:29 +0200
commitd7fb71b2d6b4f6809be28071c5c8107929268687 (patch)
tree4ec0969c0e113fc8b0c29c98d65f84633b005470 /unix.cabal
parentcdc3ae7b087ac7451298a5b87fe2548fb74c2fdc (diff)
Update URLs to point to GitHub
Diffstat (limited to 'unix.cabal')
-rw-r--r--unix.cabal14
1 files changed, 5 insertions, 9 deletions
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