summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/patches
diff options
context:
space:
mode:
authorAycan iRiCAN <iricanaycan@gmail.com>2015-08-15 10:35:36 +0300
committerAycan iRiCAN <iricanaycan@gmail.com>2015-08-15 10:35:36 +0300
commit482c29f8c6077a8ecba9c7d6ee5035451fc78396 (patch)
tree2ec3105cf22fdded21ca13fe4c4cc181654453f3 /pkgs/development/haskell-modules/patches
parentc4c2ee0d527d878571c009aea7092f1ed179bd5b (diff)
downloadnixlib-482c29f8c6077a8ecba9c7d6ee5035451fc78396.tar
nixlib-482c29f8c6077a8ecba9c7d6ee5035451fc78396.tar.gz
nixlib-482c29f8c6077a8ecba9c7d6ee5035451fc78396.tar.bz2
nixlib-482c29f8c6077a8ecba9c7d6ee5035451fc78396.tar.lz
nixlib-482c29f8c6077a8ecba9c7d6ee5035451fc78396.tar.xz
nixlib-482c29f8c6077a8ecba9c7d6ee5035451fc78396.tar.zst
nixlib-482c29f8c6077a8ecba9c7d6ee5035451fc78396.zip
haskell-hans: disable building example webserver which includes double main.
Diffstat (limited to 'pkgs/development/haskell-modules/patches')
-rw-r--r--pkgs/development/haskell-modules/patches/hans-disable-webserver.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/patches/hans-disable-webserver.patch b/pkgs/development/haskell-modules/patches/hans-disable-webserver.patch
new file mode 100644
index 000000000000..14f7e51fdf2c
--- /dev/null
+++ b/pkgs/development/haskell-modules/patches/hans-disable-webserver.patch
@@ -0,0 +1,11 @@
+diff -Naur hans-2.5.0.0/hans.cabal hans-2.5.0.1/hans.cabal
+--- hans-2.5.0.0/hans.cabal     2015-08-06 14:48:45.453072822 +0300
++++ hans-2.5.0.1/hans.cabal     2015-08-06 14:49:13.044391528 +0300
+@@ -30,6 +30,7 @@
+         description:    Build the example program
+
+ flag web-server
++        default:        False
+         description:    Build a simple web-server example
+
+ flag word32-in-random