aboutsummaryrefslogtreecommitdiffhomepage
path: root/unix.cabal
diff options
context:
space:
mode:
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