Skip to content

Commit b6a9935

Browse files
committed
Change maintainer to Andreas Abel
1 parent d92d96e commit b6a9935

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

Language/Haskell/Lexer.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
-- |
33
-- Module : Language.Haskell.Lexer
44
-- Copyright : (c) The GHC Team, 1997-2000
5-
-- License : BSD-style (see the file libraries/base/LICENSE)
5+
-- License : BSD-3-Clause
66
--
7-
-- Maintainer : [email protected]
7+
-- Maintainer : Andreas Abel
88
-- Stability : stable
99
-- Portability : portable
1010
--

Language/Haskell/ParseMonad.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
-- |
33
-- Module : Language.Haskell.ParseMonad
44
-- Copyright : (c) The GHC Team, 1997-2000
5-
-- License : BSD-style (see the file libraries/base/LICENSE)
5+
-- License : BSD-3-Clause
66
--
7-
-- Maintainer : [email protected]
7+
-- Maintainer : Andreas Abel
88
-- Stability : stable
99
-- Portability : portable
1010
--

Language/Haskell/ParseUtils.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
-- |
33
-- Module : Language.Haskell.ParseUtils
44
-- Copyright : (c) The GHC Team, 1997-2000
5-
-- License : BSD-style (see the file libraries/base/LICENSE)
5+
-- License : BSD-3-Clause
66
--
7-
-- Maintainer : [email protected]
7+
-- Maintainer : Andreas Abel
88
-- Stability : stable
99
-- Portability : portable
1010
--

Language/Haskell/Pretty.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
-- |
33
-- Module : Language.Haskell.Pretty
44
-- Copyright : (c) The GHC Team, Noel Winstanley 1997-2000
5-
-- License : BSD-style (see the file libraries/base/LICENSE)
5+
-- License : BSD-3-Clause
66
--
7-
-- Maintainer : [email protected]
7+
-- Maintainer : Andreas Abel
88
-- Stability : stable
99
-- Portability : portable
1010
--

Language/Haskell/Syntax.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
-- |
66
-- Module : Language.Haskell.Syntax
77
-- Copyright : (c) The GHC Team, 1997-2000
8-
-- License : BSD-style (see the file libraries/base/LICENSE)
8+
-- License : BSD-3-Clause
99
--
10-
-- Maintainer : [email protected]
10+
-- Maintainer : Andreas Abel
1111
-- Stability : stable
1212
-- Portability : portable
1313
--

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ lexer, parser and pretty-printer.
1111
- Version `1.0.3.0` for GHC versions `7.0` to `8.6`.
1212

1313
- Version `1.0.3.1` for GHC versions from `8.8`.
14+
Currently (2022-02-07) maintained by Andreas Abel.

haskell-src.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ build-type: Simple
77
license: BSD3
88
license-file: LICENSE
99
author: Simon Marlow, Sven Panne and Noel Winstanley
10-
-- Maintained through https://github.com/haskell-pkg-janitors. Join us!
11-
maintainer: Herbert Valerio Riedel <[email protected]>
10+
maintainer: Andreas Abel
1211
bug-reports: https://github.com/haskell-pkg-janitors/haskell-src/issues
1312
stability: stable
1413
category: Language

0 commit comments

Comments
 (0)