File: do-not-build-executable

package info (click to toggle)
haskell-mustache 2.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: haskell: 1,212; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Do not build executable
 Do not build/ship the haskell-mustache binary since we only need the mustache
 package for its library components (as a dependency for stack).
 We can always ship the haskell-mustache binary later on.
Author: Ilias Tsitsimpis <iliastsi@debian.org>

--- a/mustache.cabal
+++ b/mustache.cabal
@@ -72,6 +72,7 @@
 
 executable haskell-mustache
   main-is: Main.hs
+  buildable: False
   other-modules:
       Paths_mustache
   hs-source-dirs: