diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-04-29 19:47:04 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-04-29 19:49:16 +0100 |
commit | 92715265f5e37292e57673f39c5372a268778c44 (patch) | |
tree | 66a50bb70e4d2de5c7c08660043176f3909d7d96 /dev-haskell/unexceptionalio | |
parent | sci-libs/libghemical: Drop old (diff) | |
download | gentoo-92715265f5e37292e57673f39c5372a268778c44.tar.gz gentoo-92715265f5e37292e57673f39c5372a268778c44.tar.bz2 gentoo-92715265f5e37292e57673f39c5372a268778c44.zip |
Globally add missing remote ID references to metadata.xml
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-haskell/unexceptionalio')
-rw-r--r-- | dev-haskell/unexceptionalio/metadata.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/unexceptionalio/metadata.xml b/dev-haskell/unexceptionalio/metadata.xml index 86c987b35292..7e8b34c0ddcc 100644 --- a/dev-haskell/unexceptionalio/metadata.xml +++ b/dev-haskell/unexceptionalio/metadata.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="project"> @@ -6,12 +6,15 @@ <name>Gentoo Haskell</name> </maintainer> <longdescription> - When you've caught all the exceptions that can be handled safely, - this is what you're left with. + When you've caught all the exceptions that can be handled safely, + this is what you're left with. It is intended that you use qualified imports with this library. > import UnexceptionalIO (UIO) > import qualified UnexceptionalIO as UIO </longdescription> + <upstream> + <remote-id type="github">singpolyma/unexceptionalio</remote-id> + </upstream> </pkgmetadata> |