summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2015-10-22 22:25:06 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2015-10-22 22:31:49 +0100
commit34cbdc43b47ec40614ddb04ee93dc9b78f9b6686 (patch)
tree5e9be5b13633235d43cc65c3072f86af5f4dbf28 /dev-haskell/cabal-helper/metadata.xml
parentdev-haskell/fclabels: new package (diff)
downloadgentoo-34cbdc43b47ec40614ddb04ee93dc9b78f9b6686.tar.gz
gentoo-34cbdc43b47ec40614ddb04ee93dc9b78f9b6686.tar.bz2
gentoo-34cbdc43b47ec40614ddb04ee93dc9b78f9b6686.zip
dev-haskell/cabal-helper: new package
"Simple interface to some of Cabal's configuration state used by ghc-mod", a new depend of app-emacs/ghc-mod. Bug: https://bugs.gentoo.org/show_bug.cgi?id=476352 Package-Manager: portage-2.2.23
Diffstat (limited to 'dev-haskell/cabal-helper/metadata.xml')
-rw-r--r--dev-haskell/cabal-helper/metadata.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-haskell/cabal-helper/metadata.xml b/dev-haskell/cabal-helper/metadata.xml
new file mode 100644
index 000000000000..c37e984d8bd0
--- /dev/null
+++ b/dev-haskell/cabal-helper/metadata.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ @cabal-helper@ provides a library which wraps the internal use of executables
+ to lift the restrictions imposed by linking against versions of GHC before
+ @7.10@.
+
+ @cabal-helper@ uses a wrapper executable to compile the actual cabal-helper
+ executable at runtime while linking against an arbitrary version of
+ Cabal. This runtime-compiled helper executable is then used to extract
+ various bits and peices from Cabal\&#39;s on disk state (dist/setup-config)
+ written by it&#39;s configure command.
+
+ In addition to this the wrapper executable also supports installing any
+ version of Cabal from hackage in case it cannot be found in any available
+ package database. The wrapper installs these instances of the Cabal library
+ into a private package database so as to not interfere with the user&#39;s
+ packages.
+
+ Furthermore the wrapper supports one special case namely reading a state
+ file for Cabal itself. This is needed as Cabal compiles it&#39;s Setup.hs using
+ itself and not using any version of Cabal installed in any package database.
+
+ @cabal-helper@ can compile with @Cabal &gt;= 1.14@ but requires @Cabal &gt;= 1.16@
+ at runtime.
+ </longdescription>
+</pkgmetadata>