diff options
Diffstat (limited to 'dev-haskell/basic-prelude/metadata.xml')
| -rw-r--r-- | dev-haskell/basic-prelude/metadata.xml | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/dev-haskell/basic-prelude/metadata.xml b/dev-haskell/basic-prelude/metadata.xml index b666bf9348f9..9f58ca5a7712 100644 --- a/dev-haskell/basic-prelude/metadata.xml +++ b/dev-haskell/basic-prelude/metadata.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>haskell@gentoo.org</email> - <name>Gentoo Haskell</name> - </maintainer> - <longdescription> + <maintainer type="project"> + <email>haskell@gentoo.org</email> + <name>Gentoo Haskell</name> + </maintainer> + <longdescription> The premise of @basic-prelude@ is that there are a lot of very commonly desired features missing from the standard @Prelude@, such as commonly used operators (@\<$\>@ and @>=>@, for instance) and imports for common datatypes (e.g., @ByteString@ and @Vector@). At the same time, there are lots of other components which are more debatable, such as providing polymorphic versions of common functions. So @basic-prelude@ is intended to give a common foundation for a number of alternate preludes. The package provides two modules: @CorePrelude@ provides the common ground for other preludes to build on top of, while @BasicPrelude@ exports @CorePrelude@ together with commonly used list functions to provide a drop-in replacement for the standard @Prelude@. @@ -20,7 +20,8 @@ [0.1] Initial version, code taken from @classy-prelude@ with a few minor tweaks. </longdescription> - <upstream> - <remote-id type="github">snoyberg/basic-prelude</remote-id> - </upstream> -</pkgmetadata> + <upstream> + <remote-id type="github">snoyberg/basic-prelude</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file |
