Skip to content

Commit

Permalink
New maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
joachifm committed Mar 26, 2010
1 parent 6d80e79 commit 2f06da3
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions Network/MPD.hs
@@ -1,7 +1,7 @@
-- | Module : Network.MPD
-- Copyright : (c) Ben Sinclair 2005-2009
-- Copyright : (c) Ben Sinclair 2005-2009, Joachim Fasting 2010
-- License : LGPL (see LICENSE)
-- Maintainer : bsinclai@turing.une.edu.au
-- Maintainer : Joachim Fasting <joachim.fasting@gmail.com>
-- Stability : alpha
--
-- An MPD client library. MPD is a daemon for playing music that is
Expand Down
4 changes: 2 additions & 2 deletions Network/MPD/Commands.hs
@@ -1,9 +1,9 @@
{-# LANGUAGE PatternGuards #-}

-- | Module : Network.MPD.Commands
-- Copyright : (c) Ben Sinclair 2005-2009
-- Copyright : (c) Ben Sinclair 2005-2009, Joachim Fasting 2010
-- License : LGPL (see LICENSE)
-- Maintainer : bsinclai@turing.une.edu.au
-- Maintainer : Joachim Fasting <joachim.fasting@gmail.com>
-- Stability : alpha
--
-- Interface to the user commands supported by MPD.
Expand Down
4 changes: 2 additions & 2 deletions Network/MPD/Commands/Arg.hs
@@ -1,9 +1,9 @@
{-# LANGUAGE TypeSynonymInstances #-}

-- | Module : Network.MPD.Commands.Arg
-- Copyright : (c) Ben Sinclair 2005-2009
-- Copyright : (c) Ben Sinclair 2005-2009, Joachim Fasting 2010
-- License : LGPL (see LICENSE)
-- Maintainer : bsinclai@turing.une.edu.au
-- Maintainer : Joachim Fasting <joachim.fasting@gmail.com>
-- Stability : alpha
--
-- Prepare command arguments.
Expand Down
4 changes: 2 additions & 2 deletions Network/MPD/Commands/Parse.hs
@@ -1,9 +1,9 @@
{-# LANGUAGE FlexibleContexts #-}

-- | Module : Network.MPD.Commands.Parse
-- Copyright : (c) Ben Sinclair 2005-2009
-- Copyright : (c) Ben Sinclair 2005-2009, Joachim Fasting 2010
-- License : LGPL (see LICENSE)
-- Maintainer : bsinclai@turing.une.edu.au
-- Maintainer : Joachim Fasting <joachim.fasting@gmail.com>
-- Stability : alpha
--
-- Parsers for MPD data types.
Expand Down
4 changes: 2 additions & 2 deletions Network/MPD/Commands/Query.hs
@@ -1,7 +1,7 @@
-- | Module : Network.MPD.Commands.Query
-- Copyright : (c) Ben Sinclair 2005-2009
-- Copyright : (c) Ben Sinclair 2005-2009, Joachim Fasting 2010
-- License : LGPL (see LICENSE)
-- Maintainer : bsinclai@turing.une.edu.au
-- Maintainer : Joachim Fasting <joachim.fasting@gmail.com>
-- Stability : alpha
--
-- Query interface.
Expand Down
4 changes: 2 additions & 2 deletions Network/MPD/Commands/Types.hs
@@ -1,7 +1,7 @@
-- | Module : Network.MPD.Commands.Types
-- Copyright : (c) Ben Sinclair 2005-2009
-- Copyright : (c) Ben Sinclair 2005-2009, Joachim Fasting 2010
-- License : LGPL (see LICENSE)
-- Maintainer : bsinclai@turing.une.edu.au
-- Maintainer : Joachim Fasting <joachim.fasting@gmail.com>
-- Stability : alpha
--
-- Various MPD data structures and types
Expand Down
4 changes: 2 additions & 2 deletions Network/MPD/Core.hs
@@ -1,9 +1,9 @@
{-# LANGUAGE FlexibleContexts, GeneralizedNewtypeDeriving #-}

-- | Module : Network.MPD.Core
-- Copyright : (c) Ben Sinclair 2005-2009
-- Copyright : (c) Ben Sinclair 2005-2009, Joachim Fasting 2010
-- License : LGPL (see LICENSE)
-- Maintainer : bsinclai@turing.une.edu.au
-- Maintainer : Joachim Fasting <joachim.fasting@gmail.com>
-- Stability : alpha
--
-- The core datatypes and operations are defined here, including the
Expand Down
4 changes: 2 additions & 2 deletions Network/MPD/Core/Class.hs
@@ -1,9 +1,9 @@
{-# LANGUAGE FlexibleContexts #-}

-- | Module : Network.MPD.Core.Class
-- Copyright : (c) Ben Sinclair 2005-2009
-- Copyright : (c) Ben Sinclair 2005-2009, Joachim Fasting 2010
-- License : LGPL (see LICENSE)
-- Maintainer : bsinclai@turing.une.edu.au
-- Maintainer : Joachim Fasting <joachim.fasting@gmail.com>
-- Stability : alpha
--
-- The MPD typeclass.
Expand Down
4 changes: 2 additions & 2 deletions Network/MPD/Core/Error.hs
@@ -1,7 +1,7 @@
-- | Module : Network.MPD.Core.Error
-- Copyright : (c) Ben Sinclair 2005-2009
-- Copyright : (c) Ben Sinclair 2005-2009, Joachim Fasting 2010
-- License : LGPL (see LICENSE)
-- Maintainer : bsinclai@turing.une.edu.au
-- Maintainer : Joachim Fasting <joachim.fasting@gmail.com>
-- Stability : alpha
--
-- MPD errors.
Expand Down
4 changes: 2 additions & 2 deletions Network/MPD/Utils.hs
@@ -1,7 +1,7 @@
-- | Module : Network.MPD.Utils
-- Copyright : (c) Ben Sinclair 2005-2009
-- Copyright : (c) Ben Sinclair 2005-2009, Joachim Fasting 2010
-- License : LGPL (see LICENSE)
-- Maintainer : bsinclai@turing.une.edu.au
-- Maintainer : Joachim Fasting <joachim.fasting@gmail.com>
-- Stability : alpha
--
-- Utilities.
Expand Down
6 changes: 3 additions & 3 deletions libmpd.cabal
Expand Up @@ -2,9 +2,9 @@ Name: libmpd
Version: 0.3.1
License: LGPL
License-file: LICENSE
Copyright: Ben Sinclair 2005-2009
Copyright: Ben Sinclair 2005-2009, Joachim Fasting 2010
Author: Ben Sinclair
Maintainer: bsinclai@turing.une.edu.au
Maintainer: Joachim Fasting <joachim.fasting@gmail.com>
Stability: beta
Homepage: http://projects.haskell.org/libmpd/
Bug-reports: http://trac.haskell.org/libmpd/newticket
Expand All @@ -29,7 +29,7 @@ flag coverage

Source-Repository head
type: git
location: git://github.com/bens/libmpd-haskell.git
location: git://github.com/joachifm/libmpd-haskell.git

Library
Build-Depends: base >= 3 && < 4.1, network >= 2.1 && < 2.3,
Expand Down

0 comments on commit 2f06da3

Please sign in to comment.