diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-12-13 04:42:48 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-12-13 04:42:48 +0000 |
commit | 3d4ec9c429e09a4a8d9a4ab3fd1f84ee83ca857f (patch) | |
tree | f392e2df4304af9883ad2e16f68ae6999de6ffec /eclass/ghc-package.eclass | |
parent | Unmask the new wxGTK-2.6 stuff. (diff) | |
download | gentoo-2-3d4ec9c429e09a4a8d9a4ab3fd1f84ee83ca857f.tar.gz gentoo-2-3d4ec9c429e09a4a8d9a4ab3fd1f84ee83ca857f.tar.bz2 gentoo-2-3d4ec9c429e09a4a8d9a4ab3fd1f84ee83ca857f.zip |
Update ghc eclass for new ghc-6.8 quirk
Diffstat (limited to 'eclass/ghc-package.eclass')
-rw-r--r-- | eclass/ghc-package.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ghc-package.eclass b/eclass/ghc-package.eclass index 80152e09d0e7..7be6b3bd9c53 100644 --- a/eclass/ghc-package.eclass +++ b/eclass/ghc-package.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ghc-package.eclass,v 1.24 2007/07/25 18:40:29 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ghc-package.eclass,v 1.25 2007/12/13 04:42:48 dcoutts Exp $ # # Author: Andres Loeh <kosmikus@gentoo.org> # Maintained by: Haskell herd <haskell@gentoo.org> @@ -267,7 +267,7 @@ ghc-listpkg() { | sed \ -e "s|^.*${i}:\([^:]*\).*$|\1|" \ -e "s|/.*$||" \ - -e "s|,| |g" -e "s|[()]||g" + -e "s|,| |g" -e "s|[(){}]||g" else echo $($(ghc-getghcpkgbin) -l -f "${i}") \ | cut -f2 -d':' \ |