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:
