summaryrefslogtreecommitdiff
path: root/p/haskell-hslua/debian/patches/system-lua.diff
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-04-06 13:30:25 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2015-04-06 13:30:25 +0300
commiteba1c2ce9b38bf92bec61e86530423ce444fcf2d (patch)
treec568af2a9163f3f7412ba345d682dc1f7389cb10 /p/haskell-hslua/debian/patches/system-lua.diff
parent6c8f0d0ce512e5c6d7ea3757868d8ccee2574216 (diff)
downloadDHG_packages-eba1c2ce9b38bf92bec61e86530423ce444fcf2d.tar.gz
haskell-hslua: New upstream release
Diffstat (limited to 'p/haskell-hslua/debian/patches/system-lua.diff')
-rw-r--r--p/haskell-hslua/debian/patches/system-lua.diff13
1 files changed, 8 insertions, 5 deletions
diff --git a/p/haskell-hslua/debian/patches/system-lua.diff b/p/haskell-hslua/debian/patches/system-lua.diff
index 8d144d28f..9d8e795e3 100644
--- a/p/haskell-hslua/debian/patches/system-lua.diff
+++ b/p/haskell-hslua/debian/patches/system-lua.diff
@@ -1,14 +1,17 @@
---- a/hslua.cabal
-+++ b/hslua.cabal
-@@ -23,14 +23,14 @@
+Index: hslua-0.3.13/hslua.cabal
+===================================================================
+--- hslua-0.3.13.orig/hslua.cabal 2015-04-06 12:29:13.105252831 +0200
++++ hslua-0.3.13/hslua.cabal 2015-04-06 12:30:15.828744759 +0200
+@@ -25,7 +25,7 @@
flag system-lua
description: Use the system-wide lua instead of the bundled copy
- default: False
+ default: True
- Library
- Build-depends: base==4.*, mtl >= 2.1
+ flag apicheck
+ description: Compile Lua with -DLUA_USE_APICHECK.
+@@ -36,7 +36,7 @@
Exposed-modules: Scripting.Lua, Scripting.Lua.ConfigFile
Hs-source-dirs: src
if flag(system-lua)