summaryrefslogtreecommitdiff
path: root/dev-haskell/markdown-unlit/files
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-10-02 23:07:19 -0600
committerSam James <sam@gentoo.org>2023-10-23 04:09:32 +0100
commit97ff34871204c20b181fce89e548580112b90768 (patch)
treeeadb0bcc83fc1b4b45c48e0405d0c93c3ba0eb46 /dev-haskell/markdown-unlit/files
parent9e5ef9e65b18778117837914f6d48f2472a04700 (diff)
downloadgentoo-97ff34871204c20b181fce89e548580112b90768.tar.gz
gentoo-97ff34871204c20b181fce89e548580112b90768.tar.bz2
gentoo-97ff34871204c20b181fce89e548580112b90768.zip
dev-haskell/markdown-unlit: add 0.6.0
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/markdown-unlit/files')
-rw-r--r--dev-haskell/markdown-unlit/files/markdown-unlit-0.5.1-add-executable-flag.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-haskell/markdown-unlit/files/markdown-unlit-0.5.1-add-executable-flag.patch b/dev-haskell/markdown-unlit/files/markdown-unlit-0.5.1-add-executable-flag.patch
new file mode 100644
index 000000000000..3a40c845652e
--- /dev/null
+++ b/dev-haskell/markdown-unlit/files/markdown-unlit-0.5.1-add-executable-flag.patch
@@ -0,0 +1,23 @@
+From: hololeap <hololeap@protonmail.com>
+Signed-off-by: hololeap <hololeap@protonmail.com>
+
+Add new USE flag: executable
+This toggles building the executable. Since this seems to be the primary
+purpose of the package, it is enabled by default.
+
+--- markdown-unlit-0.5.1/markdown-unlit.cabal.bak 2021-08-28 01:55:59.160717350 -0600
++++ markdown-unlit-0.5.1/markdown-unlit.cabal 2021-08-28 01:58:49.820717433 -0600
+@@ -35,7 +35,13 @@
+ Paths_markdown_unlit
+ default-language: Haskell2010
+
++flag executable
++ description: Build executable
++ default: True
++
+ executable markdown-unlit
++ if !flag(executable)
++ buildable: False
+ main-is: Main.hs
+ other-modules:
+ Paths_markdown_unlit