diff options
-rw-r--r-- | dev-haskell/unixutils/metadata.xml | 7 | ||||
-rw-r--r-- | dev-haskell/unixutils/unixutils-1.54.1.ebuild | 6 |
2 files changed, 3 insertions, 10 deletions
diff --git a/dev-haskell/unixutils/metadata.xml b/dev-haskell/unixutils/metadata.xml index 6d8b18715fc5..b7878815d80d 100644 --- a/dev-haskell/unixutils/metadata.xml +++ b/dev-haskell/unixutils/metadata.xml @@ -5,11 +5,4 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> - <longdescription> - A collection of useful and mildly useful functions that you might - expect to find in System.* which a heavy bias towards Unix-type operating systems. - </longdescription> - <upstream> - <remote-id type="github">seereason/haskell-unixutils.git</remote-id> - </upstream> </pkgmetadata> diff --git a/dev-haskell/unixutils/unixutils-1.54.1.ebuild b/dev-haskell/unixutils/unixutils-1.54.1.ebuild index 072b4333f783..118d852db460 100644 --- a/dev-haskell/unixutils/unixutils-1.54.1.ebuild +++ b/dev-haskell/unixutils/unixutils-1.54.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -# ebuild generated by hackport 0.4.5.9999 +# ebuild generated by hackport 0.6.6.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal |