Skip to content

Commit cf977e1

Browse files
committed
v0.7.1: Fix release date and maintainer info
1 parent 6152a5b commit cf977e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 0.7.1 (2023-11-01)
1+
## Version 0.7.1 (2023-12-06) Santa Clause edition
22

33
- Add `System.PosixCompat.Process` module, exporting `getProcessID`
44

unix-compat.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ description: This package provides portable implementations of parts
66
package when available. When it isn't available,
77
portable implementations are used.
88

9-
homepage: http://github.com/haskell-pkg-janitors/unix-compat
9+
homepage: https://github.com/haskell-pkg-janitors/unix-compat
1010
license: BSD3
1111
license-file: LICENSE
1212
author: Björn Bringert, Duncan Coutts, Jacob Stanley, Bryan O'Sullivan
13-
maintainer: Mitchell Rosen <mitchellwrosen@gmail.com>
13+
maintainer: https://github.com/haskell-pkg-janitors
1414
category: System
1515
build-type: Simple
1616
cabal-version: >= 1.10
@@ -20,7 +20,7 @@ extra-source-files:
2020

2121
source-repository head
2222
type: git
23-
location: git@github.com:haskell-pkg-janitors/unix-compat.git
23+
location: https://github.com/haskell-pkg-janitors/unix-compat.git
2424

2525
flag old-time
2626
description: build against old-time package

0 commit comments

Comments
 (0)