From 0558c77449df323d69eaef30c2bfed6a20e9e57e Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 31 Oct 2020 19:22:15 +0000 Subject: dev-haskell/raw-strings-qq: update to EAPI=7 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich --- dev-haskell/raw-strings-qq/metadata.xml | 14 +------------- dev-haskell/raw-strings-qq/raw-strings-qq-1.1.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 16 deletions(-) (limited to 'dev-haskell') diff --git a/dev-haskell/raw-strings-qq/metadata.xml b/dev-haskell/raw-strings-qq/metadata.xml index 5ad95befed52..b7878815d80d 100644 --- a/dev-haskell/raw-strings-qq/metadata.xml +++ b/dev-haskell/raw-strings-qq/metadata.xml @@ -1,20 +1,8 @@ - + haskell@gentoo.org Gentoo Haskell - - A quasiquoter for raw string literals - that is, string literals that don't - recognise the standard escape sequences (such as @\'\\n\'@). Basically, they - make your code more readable by freeing you from the responsibility to - escape backslashes. They are useful when working with regular expressions, - DOS/Windows paths and markup languages (such as XML). - - See @examples/RawRegex.hs@ for a usage example. - - - 23Skidoo/raw-strings-qq - diff --git a/dev-haskell/raw-strings-qq/raw-strings-qq-1.1.ebuild b/dev-haskell/raw-strings-qq/raw-strings-qq-1.1.ebuild index 58b87fc62146..a3fa35fcd57c 100644 --- a/dev-haskell/raw-strings-qq/raw-strings-qq-1.1.ebuild +++ b/dev-haskell/raw-strings-qq/raw-strings-qq-1.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.6.9999 +# ebuild generated by hackport 0.6.6.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -- cgit v1.2.3-65-gdbad