summaryrefslogtreecommitdiff
path: root/dev-haskell/foundation
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /dev-haskell/foundation
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'dev-haskell/foundation')
-rw-r--r--dev-haskell/foundation/Manifest2
-rw-r--r--dev-haskell/foundation/metadata.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/foundation/Manifest b/dev-haskell/foundation/Manifest
index ac6a131b9749..8f48a35bf88e 100644
--- a/dev-haskell/foundation/Manifest
+++ b/dev-haskell/foundation/Manifest
@@ -1,3 +1,3 @@
DIST foundation-0.0.25.tar.gz 120472 BLAKE2B 2cff11363840b0b338b57d38438a13211e41a8e9bc6c359552dfb1854c9277c3228aac88b4a7930031fab75f78574cbe1cac6d5c87936f9b179e5c2277c00ff5 SHA512 7335795a1cdf2975d6e9471c5b469d99cc6d224d2da66838d830593a5abda73675920acb2dc823a6b92f2141dc2364c8fd5ad53d7e8aecd8df00e6998683be60
EBUILD foundation-0.0.25.ebuild 1014 BLAKE2B 217be1b6cb7318f94badab77cf39a1d5f7a4abfc8ea584c847b426fee928a0f06d6ec3abe3ff848988eb4c1d342bdb8b476d5519b3307d5c714a516456ee858e SHA512 de632b91a9d3a5373067be73666facb43183eadf25a8c0a0a41804fd5ac1b6a5f2fcd1d79f723a546df0ffddc23b777d61c62e1879291223a7f1f5e7c2bf97bd
-MISC metadata.xml 1114 BLAKE2B 41ce470a3203d232d7ecaafdb84a2c972d92ebcd2b9f6b42e9502b7999642a3665eff04a914f8df6b10323f63e311fa10e2afce28bb784962d1fa58ac0921d9b SHA512 bba2cb85bbedd5dc75f56f0cfb1858e6a5c8d38c0c1fe1c25e193f5ba77f82554c092737d439307a7e3494352819820106cc4cc13d3a9559a871cd3bfe4d1a7a
+MISC metadata.xml 1110 BLAKE2B 5e23698b75a35807f1dd4dcbc02342e30f4b578a4e210dc4baa34af63ea381e0dbf36113b0607bed5c61e755df975424b9344087fef0f9675ed876c15e9ca0fa SHA512 75295c41b772997e4988c79f9fe8ea148125b9e3342670e236b7179c76997ada5322923b023afe867072709012ef535508b828fcfa4ae5284e87bd08fcdde84c
diff --git a/dev-haskell/foundation/metadata.xml b/dev-haskell/foundation/metadata.xml
index f3416f8ccd59..f0a6087a3337 100644
--- a/dev-haskell/foundation/metadata.xml
+++ b/dev-haskell/foundation/metadata.xml
@@ -6,7 +6,7 @@
<name>Gentoo Haskell</name>
</maintainer>
<use>
- <flag name='experimental'>enable building experimental features, known as highly unstable or without good support cross-platform</flag>
+ <flag name="experimental">enable building experimental features, known as highly unstable or without good support cross-platform</flag>
</use>
<longdescription>
A custom prelude with no dependencies apart from base.
@@ -15,7 +15,7 @@
* provide a base like sets of modules that provide a consistent set of features and bugfixes across multiple versions of GHC (unlike base).
- * provide a better and more efficient prelude than base&#39;s prelude.
+ * provide a better and more efficient prelude than base's prelude.
* be self-sufficient: no external dependencies apart from base.